From 7dbf97b54ae359e1d6d73e77342ce609c9eaee8d Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 8 Sep 2018 21:36:15 +0200 Subject: [PATCH] [Org] Further improving LaTeX export settings --- site-lisp/db-org.el | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/site-lisp/db-org.el b/site-lisp/db-org.el index d8e0825..98f32ce 100644 --- a/site-lisp/db-org.el +++ b/site-lisp/db-org.el @@ -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,