[Org] Further improving LaTeX export settings

This commit is contained in:
Daniel - 2018-09-08 21:36:15 +02:00
parent acd3962f4c
commit 7dbf97b54a
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 3 additions and 5 deletions

View File

@ -886,18 +886,16 @@ This is done only if the value of this variable is not null."
org-latex-compiler "lualatex") org-latex-compiler "lualatex")
(add-to-list 'org-latex-classes (add-to-list 'org-latex-classes
`("scrartcl" `("scrartcl"
,(concat "\\documentclass{scrartcl}\n" ,(concat "\\documentclass[parskip=half,colorlinks]{scrartcl}\n"
"[DEFAULT-PACKAGES]" "[DEFAULT-PACKAGES]"
"[PACKAGES]" "[PACKAGES]"
" "
\\lstset{ \\lstset{
basewidth=0.5em, basewidth=0.5em,
keywordstyle=\\bfseries, keywordstyle=\\bfseries,
basicstyle=\\sffamily, basicstyle=\\ttfamily,
mathescape=true,
texcl=true,
commentstyle={\\itshape}, commentstyle={\\itshape},
columns=fullflexible, columns=flexible,
frame=tb, frame=tb,
showspaces=false, showspaces=false,
showtabs=false, showtabs=false,