From 1635652c3ded055818bdbe6ef63de5bff381bdfe Mon Sep 17 00:00:00 2001 From: Phuntsok Drak-pa Date: Tue, 3 Sep 2019 16:37:24 +0200 Subject: [PATCH] Added custom LaTeX class `conlang' for org-mode --- .spacemacs | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.spacemacs b/.spacemacs index 2d90dc8..2bcbd73 100644 --- a/.spacemacs +++ b/.spacemacs @@ -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]"