From 778050c804680e1d39fc7f8295433c0d95b01fec Mon Sep 17 00:00:00 2001 From: Blendoit Date: Mon, 11 Jan 2021 20:56:21 -0800 Subject: New LaTeX class. --- smart-documents.org | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/smart-documents.org b/smart-documents.org index 6b96048..1324902 100644 --- a/smart-documents.org +++ b/smart-documents.org @@ -1236,17 +1236,19 @@ they were recorded, i.e. chronologically. (setq org-agenda-insert-diary-strategy 'date-tree-last) #+END_SRC +*** Extra LaTeX classes + What follows is an additional document class structures that can be exported in LaTeX. -#+BEGIN_SRC emacs-lisp :tangle no -;; (add-to-list 'org-latex-classes -;; '("book-blendoit" -;; "\\documentclass[12pt]{book}" -;; ("\\chapter{%s}" . "\\chapter*{%s}") -;; ("\\section{%s}" . "\\section*{%s}") -;; ("\\subsection*{%s}" . "\\subsection*{%s}") -;; ("\\subsubsection*{%s}" . "\\subsubsection*{%s}"))) +#+BEGIN_SRC emacs-lisp :tangle yes +(add-to-list 'org-latex-classes + '("book-blendoit" + "\\documentclass[12pt]{book}" + ("\\chapter{%s}" . "\\chapter*{%s}") + ("\\section{%s}" . "\\section*{%s}") + ("\\subsection*{%s}" . "\\subsection*{%s}") + ("\\subsubsection*{%s}" . "\\subsubsection*{%s}"))) #+END_SRC *** Table of contents -- cgit v1.2.3