Fix typo in LaTeX chapter preamble grabbing

This commit is contained in:
TEC 2024-03-08 17:22:10 +08:00
parent 9ed12652b8
commit 35aaf5491d
Signed by: tec
SSH Key Fingerprint: SHA256:eobz41Mnm0/iYWBvWThftS0ElEs1ftBr6jamutnXc/A
1 changed files with 1 additions and 1 deletions

View File

@ -11005,7 +11005,7 @@ Now let's just sprinkle some KOMA all over the Org LaTeX classes.
(book-sections (append '(("\\chapter{%s}" . "\\chapter*{%s}"))
article-sections))
(hanging-secnum-preamble <<grab("latex-hanging-secnum")>>)
(big-chap-preamble <<grab("latex-big-chapter">>))
(big-chap-preamble <<grab("latex-big-chapter")>>))
(setcdr (assoc "article" org-latex-classes)
`(,(concat "\\documentclass{scrartcl}" hanging-secnum-preamble)
,@article-sections))