Added custom LaTeX class `conlang' for org-mode
This commit is contained in:
parent
b893b8b0a7
commit
1635652c3d
@ -1064,6 +1064,13 @@ So a typical ID could look like \"Org-4nd91V40HI\"."
|
|||||||
;; update the list of LaTeX classes and associated header (encoding, etc.)
|
;; update the list of LaTeX classes and associated header (encoding, etc.)
|
||||||
;; and structure
|
;; and structure
|
||||||
'(add-to-list 'org-latex-classes
|
'(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"
|
`("beamer"
|
||||||
,(concat "\\documentclass[presentation]{beamer}\n"
|
,(concat "\\documentclass[presentation]{beamer}\n"
|
||||||
"[DEFAULT-PACKAGES]"
|
"[DEFAULT-PACKAGES]"
|
||||||
|
Loading…
Reference in New Issue
Block a user