Don't specify font size, I'm using the default anyway

This commit is contained in:
Charlotte Van Petegem 2023-11-21 15:00:05 +01:00
parent a409a57732
commit 4d53e95fea
No known key found for this signature in database
GPG key ID: 019E764B7184435A
3 changed files with 5 additions and 13 deletions

View file

@ -8,7 +8,7 @@
(require 'oc-csl)
(setq org-latex-classes '(("book"
"\\documentclass[11pt]{scrbook}"
"\\documentclass[]{scrbook}"
("\\chapter{%s}" . "\\addchap{%s}")
("\\section{%s}" . "\\addsec{%s}")
("\\subsection{%s}" . "\\subsection*{%s}")