fix emacs org babel latex to svg

This commit is contained in:
2022-04-28 19:19:50 +02:00
parent 2db1c0afe0
commit 06521d4034
2 changed files with 145 additions and 2 deletions

View File

@@ -34,7 +34,10 @@
(require 'ox-latex)
(require 'ox-tufte)
;; add to general org variables, so that is works also to latex snippets, preview
;; 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 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
(add-to-list 'org-latex-default-packages-alist "\\newcommand{\\ho}[1]{^\\mathrm{#1}}" t) ;; hochstellen
(add-to-list 'org-latex-default-packages-alist "\\newcommand*{\\rom}[1]{\\mathrm{\\romannumeral #1}}" t) ;; \rom{2} -> ii