Procházet zdrojové kódy

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{.}
rasmus před 12 roky
rodič
revize
f76e8c2eb7
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. 0 1
      lisp/org.el

+ 0 - 1
lisp/org.el

@@ -3780,7 +3780,6 @@ images at the same place."
 
 (defcustom org-format-latex-header "\\documentclass{article}
 \\usepackage[usenames]{color}
-\\usepackage[mathscr]{eucal}
 \[PACKAGES]
 \[DEFAULT-PACKAGES]
 \\pagestyle{empty}             % do not remove