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

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

[elpa] externals/org cdcde091b9: ox-latex: Suggest xcolor instead of col


From: ELPA Syncer
Subject: [elpa] externals/org cdcde091b9: ox-latex: Suggest xcolor instead of color
Date: Sun, 15 Sep 2024 12:58:52 -0400 (EDT)

branch: externals/org
commit cdcde091b9bdc14fc2254b0e594d8e0da6c4e6c6
Author: Pedro A. Aranda <paaguti@gmail.com>
Commit: Ihor Radchenko <yantar92@posteo.net>

    ox-latex: Suggest xcolor instead of color
    
    * lisp/ox-latex.el (org-latex-src-block-backend): In the docstring,
    suggest xcolor instead of color.  Color might be less reliable.  See
    
https://tex.stackexchange.com/questions/89763/when-to-use-the-xcolor-package-instead-of-the-color-package
---
 lisp/ox-latex.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lisp/ox-latex.el b/lisp/ox-latex.el
index 79df1fe119..9a2e584c99 100644
--- a/lisp/ox-latex.el
+++ b/lisp/ox-latex.el
@@ -956,13 +956,13 @@ The first two options provide basic syntax
 highlighting (listings), or none at all (verbatim).
 
 When using listings, you also need to make use of LaTeX package
-\"listings\".  The \"color\" LaTeX package is also needed if you
-would like color too.  These can simply be added to
+\"listings\".  The \"xcolor\" LaTeX package is also needed for
+color management.  These can simply be added to
 `org-latex-packages-alist', using customize or something like:
 
   (require \\='ox-latex)
   (add-to-list \\='org-latex-packages-alist \\='(\"\" \"listings\"))
-  (add-to-list \\='org-latex-packages-alist \\='(\"\" \"color\"))
+  (add-to-list \\='org-latex-packages-alist \\='(\"\" \"xcolor\"))
 
 There are two further options for more comprehensive
 fontification.  The first can be set with,



reply via email to

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