Added custom LaTeX class `conlang' for org-mode

This commit is contained in:
Phuntsok Drak-pa 2019-09-03 16:37:24 +02:00
parent b893b8b0a7
commit 1635652c3d
1 changed files with 7 additions and 0 deletions

View File

@ -1064,6 +1064,13 @@ So a typical ID could look like \"Org-4nd91V40HI\"."
;; update the list of LaTeX classes and associated header (encoding, etc.)
;; and structure
'(add-to-list 'org-latex-classes
'("conlang"
"\\documentclass{book}"
;; ("\\part{%s}" . "\\part*{%s}")
("\\chapter{%s}" . "\\chapter*{%s}")
("\\section{%s}" . "\\section*{%s}")
("\\subsection{%s}" . "\\subsection*{%s}")
("\\subsubsection{%s}" . "\\subsubsection*{%s}"))
`("beamer"
,(concat "\\documentclass[presentation]{beamer}\n"
"[DEFAULT-PACKAGES]"