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
|
(with-eval-after-load 'ox-latex
|
||||||
(add-to-list 'org-latex-classes
|
(add-to-list 'org-latex-classes
|
||||||
'("koma-general"
|
'("koma-general"
|
||||||
"% ~/.emacs.d/texmf/tex/latex/mycustomstyles/komageneral.sty
|
"\\documentclass[a4paper,10pt,captions=tableheading,twoside=false]{scrartcl}
|
||||||
\\usepackage{komageneral}"
|
% ~/.emacs.d/texmf/tex/latex/mycustomstyles/
|
||||||
|
\\usepackage{komageneral}"
|
||||||
("\\section{%s}" . "\\section*{%s}")
|
("\\section{%s}" . "\\section*{%s}")
|
||||||
("\\subsection{%s}" . "\\subsection*{%s}")
|
("\\subsection{%s}" . "\\subsection*{%s}")
|
||||||
("\\subsubsection{%s}" . "\\subsubsection*{%s}")
|
("\\subsubsection{%s}" . "\\subsubsection*{%s}")
|
||||||
("\\paragraph{%s}" . "\\paragraph*{%s}")
|
("\\paragraph{%s}" . "\\paragraph*{%s}")
|
||||||
("\\subparagraph{%s}" . "\\subparagraph*{%s}")))
|
("\\subparagraph{%s}" . "\\subparagraph*{%s}")))
|
||||||
|
|
||||||
(setq org-latex-default-class "koma-general"))
|
(setq org-latex-default-class "koma-general"))
|
||||||
|
|
||||||
(setq org-html-protect-char-alist
|
(setq org-html-protect-char-alist
|
||||||
|
|
Loading…
Add table
Reference in a new issue