Add documentclass
This commit is contained in:
parent
f4868fbbb1
commit
b347bcb400
1 changed files with 4 additions and 2 deletions
6
init.el
6
init.el
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue