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 | |
parent | 9bdd956c4baade211a7dcea951c271f7a7da51b4 (diff) |
codehigh (4jan25)
git-svn-id: svn://tug.org/texlive/trunk@73306 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/latex/codehigh/codehigh.pdf | bin | 125299 -> 99734 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/codehigh/codehigh.tex | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/codehigh/codehigh.sty | 4 |
3 files changed, 4 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/codehigh/codehigh.pdf b/Master/texmf-dist/doc/latex/codehigh/codehigh.pdf Binary files differindex a30aa41ac3a..3a8306706c4 100644 --- a/Master/texmf-dist/doc/latex/codehigh/codehigh.pdf +++ b/Master/texmf-dist/doc/latex/codehigh/codehigh.pdf diff --git a/Master/texmf-dist/doc/latex/codehigh/codehigh.tex b/Master/texmf-dist/doc/latex/codehigh/codehigh.tex index 95896f01af6..057848150a9 100644 --- a/Master/texmf-dist/doc/latex/codehigh/codehigh.tex +++ b/Master/texmf-dist/doc/latex/codehigh/codehigh.tex @@ -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} 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: |