fix emacs org babel latex to svg
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user