Skip to content

Instantly share code, notes, and snippets.

@kholidfu
Created September 25, 2023 13:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kholidfu/2be4d94cbd3ead241c70fa2626ca3d51 to your computer and use it in GitHub Desktop.
Save kholidfu/2be4d94cbd3ead241c70fa2626ca3d51 to your computer and use it in GitHub Desktop.
config untuk .emacs
;; 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}")
("\\subsubsection{%s}" . "\\subsubsection*{%s}")
("\\paragraph{%s}" . "\\paragraph*{%s}")
("\\subparagraph{%s}" . "\\subparagraph*{%s}")))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment