texlive[73306] Master/texmf-dist: codehigh (4jan25)

commits+karl at tug.org commits+karl at tug.org
Sat Jan 4 21:49:16 CET 2025


Revision: 73306
          https://tug.org/svn/texlive?view=revision&revision=73306
Author:   karl
Date:     2025-01-04 21:49:16 +0100 (Sat, 04 Jan 2025)
Log Message:
-----------
codehigh (4jan25)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/codehigh/codehigh.pdf
    trunk/Master/texmf-dist/doc/latex/codehigh/codehigh.tex
    trunk/Master/texmf-dist/tex/latex/codehigh/codehigh.sty

Modified: trunk/Master/texmf-dist/doc/latex/codehigh/codehigh.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/codehigh/codehigh.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/codehigh/codehigh.tex	2025-01-04 20:49:06 UTC (rev 73305)
+++ trunk/Master/texmf-dist/doc/latex/codehigh/codehigh.tex	2025-01-04 20:49:16 UTC (rev 73306)
@@ -2,7 +2,7 @@
 \documentclass[oneside]{book}
 \usepackage[a4paper,margin=2cm]{geometry}
 
-\newcommand*{\myversion}{2024A}
+\newcommand*{\myversion}{2025A}
 \newcommand*{\mydate}{Version \myversion\ (\the\year-\mylpad\month-\mylpad\day)}
 \newcommand*{\mylpad}[1]{\ifnum#1<10 0\the#1\else\the#1\fi}
 

Modified: trunk/Master/texmf-dist/tex/latex/codehigh/codehigh.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/codehigh/codehigh.sty	2025-01-04 20:49:06 UTC (rev 73305)
+++ trunk/Master/texmf-dist/tex/latex/codehigh/codehigh.sty	2025-01-04 20:49:16 UTC (rev 73306)
@@ -12,7 +12,7 @@
 
 \NeedsTeXFormat{LaTeX2e}
 \RequirePackage{expl3}
-\ProvidesExplPackage{codehigh}{2024-11-20}{2024A}
+\ProvidesExplPackage{codehigh}{2025-01-04}{2025A}
   {Highlight codes and demos with l3regex and lpeg}
 
 %\RequirePackage{xparse}
@@ -274,6 +274,7 @@
             \GetCodeHighStyle{code}
             \colorbox{codehigh at bg}
               {\box_use:N \g__codehigh_code_box}
+            \hfill
           }
       }
   }
@@ -619,6 +620,7 @@
               { \exp_after:wN \token_to_str:N ##1 }
           }
           { \exp_after:wN \token_to_str:N ##1 }
+        \/ % disable ligatures (#17)
       }
     \group_align_safe_end:
     \group_end:



More information about the tex-live-commits mailing list.