diff options
author | Karl Berry <karl@freefriends.org> | 2025-01-04 20:49:16 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2025-01-04 20:49:16 +0000 |
commit | 0ed810464b3b30b7a2be0830e0b0c6f8c5e97689 (patch) | |
tree | f956ce42ff18166768f71f46301459200b707d0d /Master/texmf-dist/tex | |
parent | 9bdd956c4baade211a7dcea951c271f7a7da51b4 (diff) |
codehigh (4jan25)
git-svn-id: svn://tug.org/texlive/trunk@73306 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/codehigh/codehigh.sty | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/codehigh/codehigh.sty b/Master/texmf-dist/tex/latex/codehigh/codehigh.sty index 7f7a4a8a9ae..36463c7ca61 100644 --- a/Master/texmf-dist/tex/latex/codehigh/codehigh.sty +++ b/Master/texmf-dist/tex/latex/codehigh/codehigh.sty @@ -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@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: |