emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/org 663255e 85/85: org: Remove obsolete default LaTeX p


From: ELPA Syncer
Subject: [elpa] externals/org 663255e 85/85: org: Remove obsolete default LaTeX packages
Date: Mon, 27 Sep 2021 15:57:57 -0400 (EDT)

branch: externals/org
commit 663255e25e5a052c4634f00f7b30050b2c9fb58e
Author: TEC <tec@tecosaur.com>
Commit: Bastien <bzg@gnu.org>

    org: Remove obsolete default LaTeX packages
    
    * lisp/org.el (org-latex-default-packages-alist): Remove grffile and
    textcomp from the list of default LaTeX packages to load, as they've
    been obsolete for quite a few years now.
    
    * etc/ORG-NEWS: Announce the removal of grffile and textcomp from
    `org-latex-default-packages-alist'.
---
 etc/ORG-NEWS | 6 ++++++
 lisp/org.el  | 9 +++------
 2 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/etc/ORG-NEWS b/etc/ORG-NEWS
index 9d19a81..42a1424 100644
--- a/etc/ORG-NEWS
+++ b/etc/ORG-NEWS
@@ -528,6 +528,12 @@ for each parameter and use more readable expression in 
bookmarklet:
       url: location.href, title: document.title})
 #+end_example
 
+*** Remove obsolete LaTeX packages from ~org-latex-default-packages-alist~
+
+The LaTeX packages =grffile= and =textcomp= are redundant, with their
+capabilities being merged into =graphicx= and the LaTeX core
+respectively a while ago.
+
 * Version 9.4
 ** Incompatible changes
 *** Possibly broken internal file links: please check and fix
diff --git a/lisp/org.el b/lisp/org.el
index 4c681eb..a02a1fd 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -3467,13 +3467,11 @@ header, or they will be appended."
   '(("AUTO" "inputenc"  t ("pdflatex"))
     ("T1"   "fontenc"   t ("pdflatex"))
     (""     "graphicx"  t)
-    (""     "grffile"   t)
     (""     "longtable" nil)
     (""     "wrapfig"   nil)
     (""     "rotating"  nil)
     ("normalem" "ulem"  t)
     (""     "amsmath"   t)
-    (""     "textcomp"  t)
     (""     "amssymb"   t)
     (""     "capt-of"   nil)
     (""     "hyperref"  nil))
@@ -3487,15 +3485,14 @@ Org mode to function properly:
 
 - inputenc, fontenc:  for basic font and character selection
 - graphicx: for including images
-- grffile: allow periods and spaces in graphics file names
 - longtable: For multipage tables
 - wrapfig: for figure placement
 - rotating: for sideways figures and tables
 - ulem: for underline and strike-through
 - amsmath: for subscript and superscript and math environments
-- textcomp, 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.
+- amssymb: for various symbols used for interpreting the entities
+  in `org-entities'.  You can skip some of this package if you don't
+  use any of the symbols.
 - capt-of: for captions outside of floats
 - hyperref: for cross references
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]