Zap setting `org-latex-classes' in "lst:ox-latex-emacs-lisp-setup"
This commit is contained in:
parent
6ca1bf3491
commit
3eeec73e86
13
README.org
13
README.org
@ -3493,19 +3493,6 @@ those variables control exporting from Org-mode to LaTeX.
|
||||
;; customizing-org-latex-title-command-to-edit-title-page
|
||||
;; https://tex.stackexchange.com/questions/506102/
|
||||
;; adding-header-and-footer-to-custom-titlepage
|
||||
(make-local-variable 'org-latex-classes)
|
||||
(cl-pushnew '("article-local"
|
||||
"\\documentclass[11pt]{article}
|
||||
[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}"))
|
||||
org-latex-classes :key #'car :test #'equal)
|
||||
|
||||
(setq-local org-latex-title-command "\\begin{titlepage}
|
||||
%% https://emacs.stackexchange.com/questions/47347/
|
||||
%% customizing-org-latex-title-command-to-edit-title-page
|
||||
|
Loading…
x
Reference in New Issue
Block a user