Remove eucal package for LaTeX fragments
* org.el (org-format-latex-header): Remove eucal. With amsmath loaded eucal (basically) only provides an alternative typeface to \mathcal{.}
This commit is contained in:
parent
e5f72fdd93
commit
f76e8c2eb7
|
@ -3780,7 +3780,6 @@ images at the same place."
|
||||||
|
|
||||||
(defcustom org-format-latex-header "\\documentclass{article}
|
(defcustom org-format-latex-header "\\documentclass{article}
|
||||||
\\usepackage[usenames]{color}
|
\\usepackage[usenames]{color}
|
||||||
\\usepackage[mathscr]{eucal}
|
|
||||||
\[PACKAGES]
|
\[PACKAGES]
|
||||||
\[DEFAULT-PACKAGES]
|
\[DEFAULT-PACKAGES]
|
||||||
\\pagestyle{empty} % do not remove
|
\\pagestyle{empty} % do not remove
|
||||||
|
|
Loading…
Reference in New Issue