From 47df597a991b4ef08a49efcaf35fde4641be4611 Mon Sep 17 00:00:00 2001 From: Daniel Weschke Date: Thu, 28 Apr 2022 19:25:38 +0200 Subject: [PATCH] org babel latex to svg with pgfplots --- lisp/my/my-org-article.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/my/my-org-article.el b/lisp/my/my-org-article.el index 650f6441..97933850 100644 --- a/lisp/my/my-org-article.el +++ b/lisp/my/my-org-article.el @@ -35,7 +35,7 @@ (require 'ox-tufte) ;; add to generel org variabels, so that it works also for babel latex src blocks -(add-to-list 'org-babel-latex-htlatex-packages "{pgfplots}") +(add-to-list 'org-babel-latex-htlatex-packages "{pgfplots}" t) ;; add to general org variables, so that it works also for latex snippets, preview (add-to-list 'org-latex-default-packages-alist "\\newcommand{\\ti}[1]{_\\mathrm{#1}}" t) ;; tiefstellen, Index