[LyX/master] Recent minted uses its own latexminted library rather than pygmentize

Juergen Spitzmueller <[email protected]> Sat, 25 Jul 2026 15:26:32 +0000
Newsgroups gmane.editors.lyx.cvs
Message-ID <[email protected]>
commit f00cba813f6092075cb98053237d7606ee4242de
Author: Juergen Spitzmueller <[email protected]>
Date:   Sat Jul 25 17:24:41 2026 +0200

    Recent minted uses its own latexminted library rather than pygmentize
---
 lib/configure.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/configure.py b/lib/configure.py
index a95cb131c6..c27a88b0bc 100644
--- a/lib/configure.py
+++ b/lib/configure.py
@@ -1545,7 +1545,7 @@ def checkOtherEntries():
         'splitindex.class'], rc_entry = [ r'\splitindex_command "%%"' ])
     checkProg('a nomenclature processor', ['makeindex'],
         rc_entry = [ r'\nomencl_command "makeindex -s nomencl.ist"' ])
-    checkProg('a python-pygments driver command', ['pygmentize'],
+    checkProg('a python-pygments driver command', ['latexminted', 'pygmentize'],
         rc_entry = [ r'\pygmentize_command "%%"' ])
     ## FIXME: OCTAVE is not used anywhere
     # path, OCTAVE = checkProg('Octave', ['octave'])
-- 
lyx-cvs mailing list
[email protected]
https://lists.lyx.org/mailman/listinfo/lyx-cvs