Add documentclass

This commit is contained in:
Marcus Kammer 2024-11-06 11:35:49 +01:00
parent f4868fbbb1
commit b347bcb400

View file

@ -1713,13 +1713,15 @@ Uses `mk/hyperspec-dir-locations' to find the directory."
(with-eval-after-load 'ox-latex
(add-to-list 'org-latex-classes
'("koma-general"
"% ~/.emacs.d/texmf/tex/latex/mycustomstyles/komageneral.sty
\\usepackage{komageneral}"
"\\documentclass[a4paper,10pt,captions=tableheading,twoside=false]{scrartcl}
% ~/.emacs.d/texmf/tex/latex/mycustomstyles/
\\usepackage{komageneral}"
("\\section{%s}" . "\\section*{%s}")
("\\subsection{%s}" . "\\subsection*{%s}")
("\\subsubsection{%s}" . "\\subsubsection*{%s}")
("\\paragraph{%s}" . "\\paragraph*{%s}")
("\\subparagraph{%s}" . "\\subparagraph*{%s}")))
(setq org-latex-default-class "koma-general"))
(setq org-html-protect-char-alist