summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrasmus <rasmus@gmx.us>2013-09-11 11:58:08 +0200
committerNicolas Goaziou <n.goaziou@gmail.com>2013-09-12 17:05:56 +0200
commitf76e8c2eb743cf42541723514e5dd659693aee3e (patch)
tree46dbec2ec9dbe5677bb13cbbc86531078df6aee8
parente5f72fdd93288efb4d5e7a9dc05a409b2afc3fe1 (diff)
downloadorg-mode-f76e8c2eb743cf42541723514e5dd659693aee3e.tar.gz
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{.}
-rw-r--r--lisp/org.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/org.el b/lisp/org.el
index e8f25e9..997e740 100644
--- a/lisp/org.el
+++ b/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