Improve documentation of the last commit

This commit is contained in:
Gerard Vermeulen 2024-05-02 14:53:33 +02:00
parent d686dc0b3b
commit 90cd9e04a8

View File

@ -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}