Improve documentation of the last commit
This commit is contained in:
parent
d686dc0b3b
commit
90cd9e04a8
@ -4119,6 +4119,8 @@ those variables control exporting from Org-mode to LaTeX.
|
||||
(when (require 'ox-latex nil 'noerror)
|
||||
;; https://emacs.stackexchange.com/questions/47347/
|
||||
;; 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}
|
||||
@ -4133,6 +4135,8 @@ those variables control exporting from Org-mode to LaTeX.
|
||||
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
|
||||
%% https://tex.stackexchange.com/questions/506102/
|
||||
%% adding-header-and-footer-to-custom-titlepage
|
||||
\\thispagestyle{titlepage}
|
||||
|
Loading…
Reference in New Issue
Block a user