[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")
(add-to-list 'org-latex-classes
`("scrartcl"
,(concat "\\documentclass{scrartcl}\n"
,(concat "\\documentclass[parskip=half,colorlinks]{scrartcl}\n"
"[DEFAULT-PACKAGES]"
"[PACKAGES]"
"
\\lstset{
basewidth=0.5em,
keywordstyle=\\bfseries,
basicstyle=\\sffamily,
mathescape=true,
texcl=true,
basicstyle=\\ttfamily,
commentstyle={\\itshape},
columns=fullflexible,
columns=flexible,
frame=tb,
showspaces=false,
showtabs=false,