Decrease font size for latex

This commit is contained in:
Marcus Kammer 2025-01-18 21:45:00 +01:00
parent 6b3f19e145
commit 9adcf962ef
Signed by: marcuskammer
GPG key ID: C374817BE285268F

View file

@ -1797,7 +1797,7 @@ Uses `mk/hyperspec-dir-locations' to find the directory."
(add-to-list 'org-latex-classes (add-to-list 'org-latex-classes
;; ~/.emacs.d/texmf/tex/latex/mycustomstyles/ ;; ~/.emacs.d/texmf/tex/latex/mycustomstyles/
'("koma-general" '("koma-general"
"\\documentclass[11pt]{scrartcl} "\\documentclass[10pt]{scrartcl}
\\usepackage{komageneral}" \\usepackage{komageneral}"
("\\section{%s}" . "\\section*{%s}") ("\\section{%s}" . "\\section*{%s}")
("\\subsection{%s}" . "\\subsection*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}")