>From e4f9dac2c2b117abf152e91d0498a8d61536d6d2 Mon Sep 17 00:00:00 2001 From: Rasmus Date: Tue, 7 Jul 2015 16:14:39 +0200 Subject: [PATCH 3/7] 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. --- lisp/org-entities.el | 6 +----- lisp/org.el | 3 +-- 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" "£" "£") ("yen" "\\textyen{}" nil "¥" "yen" "¥" "¥") ("euro" "\\texteuro{}" nil "€" "EUR" "EUR" "€") - ("EUR" "\\EUR{}" nil "€" "EUR" "EUR" "€") - ("EURdig" "\\EURdig{}" nil "€" "EUR" "EUR" "€") - ("EURhv" "\\EURhv{}" nil "€" "EUR" "EUR" "€") - ("EURcr" "\\EURcr{}" nil "€" "EUR" "EUR" "€") - ("EURtm" "\\EURtm{}" nil "€" "EUR" "EUR" "€") + ("EUR" "\\texteuro{}" nil "€" "EUR" "EUR" "€") "** Property Marks" ("copy" "\\textcopyright{}" nil "©" "(c)" "©" "©") diff --git a/lisp/org.el b/lisp/org.el index db29e8d..508ace7 100755 --- a/lisp/org.el +++ b/lisp/org.el @@ -4079,7 +4079,6 @@ header, or they will be appended." ("normalem" "ulem" t) ("" "amsmath" t) ("" "textcomp" t) - ("" "marvosym" t) ("" "wasysym" t) ("" "amssymb" t) ("" "capt-of" nil) @@ -4100,7 +4099,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 -- 2.4.5