Melanjutkan serial artikel “Tutorial Emacs untuk Pemula”, kali ini akan membahas cara nge-blog (menulis blog) dengan org mode di Emacs.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#+TITLE: [[https://www.warintekjogja.com][WRTG]] | |
#+AUTHOR: kholidfu | |
#+DATE: <2023-09-25 Sen> | |
#+LATEX_CLASS: article | |
#+LATEX_CLASS_OPTIONS: [letterpaper] | |
#+LATEX_HEADER: \usepackage[toc]{blindtext} | |
#+SETUPFILE: ~/.emacs.d/standard-latex-export.org |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#+LaTeX_CLASS: org-plain-latex | |
#+LaTeX_CLASS_OPTIONS: [letterpaper, 11pt] | |
#+LATEX_HEADER: \usepackage{lmodern} % Ensures we have the right font | |
#+LATEX_HEADER: \usepackage[T1]{fontenc} | |
#+LATEX_HEADER: \usepackage[AUTO]{inputenc} | |
#+LATEX_HEADER: \usepackage{graphicx} | |
#+LATEX_HEADER: \usepackage{amsmath, amsthm, amssymb} | |
#+LATEX_HEADER: \usepackage[table, xcdraw]{xcolor} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; dari https://jakebox.github.io/youtube/org_latex_video.html | |
(with-eval-after-load 'ox-latex | |
(add-to-list 'org-latex-classes | |
'("org-plain-latex" | |
"\\documentclass{article} | |
[NO-DEFAULT-PACKAGES] | |
[PACKAGES] | |
[EXTRA]" | |
("\\section{%s}" . "\\section*{%s}") | |
("\\subsection{%s}" . "\\subsection*{%s}") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>Judul Blog Anda</title> | |
<!-- Tambahkan link Bootstrap CSS di sini --> | |
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" rel="stylesheet"> | |
<style> | |
/* Kustomisasi CSS tambahan jika diperlukan */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>Judul Blog Anda</title> | |
<!-- Tambahkan link Bootstrap CSS di sini --> | |
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" rel="stylesheet"> | |
<style> | |
/* Kustomisasi CSS tambahan jika diperlukan */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>Judul Blog Anda</title> | |
<!-- Tambahkan link Bootstrap CSS di sini --> | |
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" rel="stylesheet"> | |
<style> | |
/* Kustomisasi CSS tambahan jika diperlukan */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<b:if cond='data:view.isError'> | |
<script> | |
window.location.href = "<data:blog.homepageUrl/>" | |
</script> | |
</b:if> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* TimThumb by Ben Gillbanks and Mark Maunder | |
* Based on work done by Tim McDaniels and Darren Hoyt | |
* http://code.google.com/p/timthumb/ | |
* | |
* GNU General Public License, version 2 | |
* http://www.gnu.org/licenses/old-licenses/gpl-2.0.html | |
* | |
* Examples and documentation available on the project homepage |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<p> | |
<a href="https://kholidfu.blogspot.com">@kholidfu</a> | |
</p> |
NewerOlder