Skip to content

Commit 8736f3e

Browse files
committedMay 12, 2021
version 2021C
1 parent cbf31da commit 8736f3e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎codehigh.sty

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
\NeedsTeXFormat{LaTeX2e}
1414
\RequirePackage{expl3}
15-
\ProvidesExplPackage{codehigh}{2021-05-07}{2021B}
15+
\ProvidesExplPackage{codehigh}{2021-05-12}{2021C}
1616
{Highlight codes and demos with l3regex and lpeg}
1717

1818
%\RequirePackage{xparse}

‎codehigh.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
linkcolor=green3,
1111
}
1212

13-
\newcommand*{\myversion}{2021B}
13+
\newcommand*{\myversion}{2021C}
1414
\newcommand*{\mydate}{Version \myversion\ (\the\year-\mylpad\month-\mylpad\day)}
1515
\newcommand*{\mylpad}[1]{\ifnum#1<10 0\the#1\else\the#1\fi}
1616

0 commit comments

Comments
 (0)