mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-22 08:04:20 +01:00
Add scrartcl
latex class to org-mode
Signed-off-by: magic_rb <magic_rb@redalder.org>
This commit is contained in:
parent
2393b63c87
commit
76d78520c1
|
@ -224,6 +224,18 @@ Normally a LaTeX preview is just one huge image which makes Emacs really jumpy a
|
|||
(put-text-property beg end 'line-height t))))
|
||||
#+end_src
|
||||
|
||||
Add koma-script article class.
|
||||
|
||||
#+begin_src emacs-lisp
|
||||
(add-to-list
|
||||
'org-latex-classes
|
||||
'("scrartcl" "\\documentclass[11pt]{scrartcl}"
|
||||
("\\section{%s}" . "\\section*{%s}")
|
||||
("\\subsection{%s}" . "\\subsection*{%s}")
|
||||
("\\subsubsection{%s}" . "\\subsubsection*{%s}")
|
||||
("\\paragraph{%s}" . "\\paragraph*{%s}")
|
||||
("\\subparagraph{%s}" . "\\subparagraph*{%s}")))
|
||||
#+end_src
|
||||
|
||||
|
||||
* Visual Fill Column
|
||||
|
|
Loading…
Reference in a new issue