Decrease font size for latex
This commit is contained in:
parent
6b3f19e145
commit
9adcf962ef
1 changed files with 1 additions and 1 deletions
2
init.el
2
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}")
|
||||
|
|
Loading…
Add table
Reference in a new issue