emacs.d/texmf/tex/latex/mycustomstyles/auto/komageneral.el

12 lines
197 B
EmacsLisp
Raw Normal View History

(TeX-add-style-hook
"komageneral"
(lambda ()
(setq TeX-command-extra-options
"-shell-escape")
(TeX-run-style-hooks
"fontspec"
"geometry"
"scrlayer-scrpage"))
:latex)