Org, latex: Use hanging section numbers with book

This commit is contained in:
TEC 2021-11-11 16:58:09 +08:00
parent 3fb1ed67a7
commit 9645fff9a9
Signed by: tec
GPG Key ID: 779591AFDB81F06C
1 changed files with 2 additions and 1 deletions

View File

@ -8526,7 +8526,8 @@ Now let's just sprinkle some KOMA all over the Org LaTeX classes.
`("report" ,(concat "\\documentclass{scrartcl}" hanging-secnum-preamble)
,@article-sections))
(add-to-list 'org-latex-classes
`("book" ,(concat "\\documentclass[twoside=false]{scrbook}" big-chap-preamble)
`("book" ,(concat "\\documentclass[twoside=false]{scrbook}"
big-chap-preamble hanging-secnum-preamble)
,@book-sections))
(add-to-list 'org-latex-classes
`("blank" "[NO-DEFAULT-PACKAGES]\n[NO-PACKAGES]\n[EXTRA]"