summaryrefslogtreecommitdiff
path: root/emacs-config.org
diff options
context:
space:
mode:
Diffstat (limited to 'emacs-config.org')
-rw-r--r--emacs-config.org6
1 files changed, 6 insertions, 0 deletions
diff --git a/emacs-config.org b/emacs-config.org
index dc2a6b1..311a396 100644
--- a/emacs-config.org
+++ b/emacs-config.org
@@ -768,6 +768,12 @@ Set PlantUML path. Note requires =plantuml= and =graphviz= package to be install
:header-args:elisp: :tangle no :noweb-ref org-export-settings :results none
:END:
+Remove lingering =.tex= file on PDF export.
+#+begin_src elisp
+ (with-eval-after-load 'ox-latex
+ (cl-pushnew "tex" org-latex-logfiles-extensions))
+#+end_src
+
Use SVG LaTeX previews.
#+begin_src elisp
(setq-default org-preview-latex-default-process 'dvisvgm)