Created
January 1, 2018 15:49
-
-
Save ShigekiKarita/20516c761770f7fcd7deb194660c0051 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| (setq org-latex-classes '(("ltjsarticle" | |
| "\\documentclass{ltjsarticle} | |
| \\usepackage{url} | |
| \\usepackage{amsmath} | |
| \\usepackage{newtxtext,newtxmath} | |
| \\usepackage{graphicx} | |
| \\usepackage{luatexja} | |
| \\usepackage{hyperref} | |
| [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}")) | |
| )) | |
| (setq org-latex-pdf-process | |
| '("latexmk -gg -lualatex %f" | |
| )) | |
| (setq org-latex-default-class "ltjsarticle") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment