summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRasmus <rasmus@gmx.us>2015-07-07 16:14:39 +0200
committerRasmus <rasmus@gmx.us>2015-07-13 11:36:25 +0200
commit10b424dd635299c082973e55f3b4b8fad128ab72 (patch)
tree891b70be5de1c7ad63b5c75fa3a2a11f3c478340
parent384bc2d200c73c08f107287b32090f5298bfe8be (diff)
downloadorg-mode-10b424dd635299c082973e55f3b4b8fad128ab72.tar.gz
org.el: Remove marvosym LaTeX dependency
* org.el (org-latex-default-packages-alist): Remove marvosym. * org-entities.el (org-entities): \EUR is now replaced with \texteuro. Remove EURdig, EURhv, EURcr, EURtm.
-rw-r--r--lisp/org-entities.el6
-rwxr-xr-xlisp/org.el3
2 files changed, 2 insertions, 7 deletions
diff --git a/lisp/org-entities.el b/lisp/org-entities.el
index 732b989..4e94fa4 100644
--- a/lisp/org-entities.el
+++ b/lisp/org-entities.el
@@ -296,11 +296,7 @@ packages to be loaded, add these packages to `org-latex-packages-alist'."
("pound" "\\pounds{}" nil "&pound;" "pound" "£" "£")
("yen" "\\textyen{}" nil "&yen;" "yen" "¥" "¥")
("euro" "\\texteuro{}" nil "&euro;" "EUR" "EUR" "€")
- ("EUR" "\\EUR{}" nil "&euro;" "EUR" "EUR" "€")
- ("EURdig" "\\EURdig{}" nil "&euro;" "EUR" "EUR" "€")
- ("EURhv" "\\EURhv{}" nil "&euro;" "EUR" "EUR" "€")
- ("EURcr" "\\EURcr{}" nil "&euro;" "EUR" "EUR" "€")
- ("EURtm" "\\EURtm{}" nil "&euro;" "EUR" "EUR" "€")
+ ("EUR" "\\texteuro{}" nil "&euro;" "EUR" "EUR" "€")
"** Property Marks"
("copy" "\\textcopyright{}" nil "&copy;" "(c)" "©" "©")
diff --git a/lisp/org.el b/lisp/org.el
index d6e8ada..812023b 100755
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -4080,7 +4080,6 @@ header, or they will be appended."
("normalem" "ulem" t)
("" "amsmath" t)
("" "textcomp" t)
- ("" "marvosym" t)
("" "wasysym" t)
("" "amssymb" t)
("" "capt-of" nil)
@@ -4102,7 +4101,7 @@ Org mode to function properly:
- rotating: for sideways figures and tables
- ulem: for underline and strike-through
- amsmath: for subscript and superscript and math environments
-- textcomp, marvosymb, wasysym, amssymb: for various symbols used
+- textcomp, wasysym, amssymb: for various symbols used
for interpreting the entities in `org-entities'. You can skip
some of these packages if you don't use any of their symbols.
- capt-of: for captions outside of floats