We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7cef01 commit 620430fCopy full SHA for 620430f
codehigh.sty
@@ -12,7 +12,7 @@
12
13
\NeedsTeXFormat{LaTeX2e}
14
\RequirePackage{expl3}
15
-\ProvidesExplPackage{codehigh}{2021-04-11}{2021A}
+\ProvidesExplPackage{codehigh}{2021-05-07}{2021B}
16
{Highlight codes and demos with LaTeX3}
17
18
%\RequirePackage{xparse}
codehigh.tex
@@ -10,7 +10,7 @@
10
urlcolor=blue3,
11
}
-\newcommand*{\myversion}{2021A}
+\newcommand*{\myversion}{2021B}
\newcommand*{\mydate}{\the\year/\mylpad\month/\mylpad\day\ (v\myversion)}
\newcommand*{\mylpad}[1]{\ifnum#1<10 0\the#1\else\the#1\fi}
0 commit comments