From 9adcf962ef91cccb95bd5aa0d875966d57e822d2 Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Sat, 18 Jan 2025 21:45:00 +0100 Subject: [PATCH] Decrease font size for latex --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index deacc127..d4638f1c 100755 --- a/init.el +++ b/init.el @@ -1797,7 +1797,7 @@ Uses `mk/hyperspec-dir-locations' to find the directory." (add-to-list 'org-latex-classes ;; ~/.emacs.d/texmf/tex/latex/mycustomstyles/ '("koma-general" - "\\documentclass[11pt]{scrartcl} + "\\documentclass[10pt]{scrartcl} \\usepackage{komageneral}" ("\\section{%s}" . "\\section*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}")