File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 12
12
13
13
\NeedsTeXFormat {LaTeX2e}
14
14
\RequirePackage {expl3}
15
- \ProvidesExplPackage {codehigh}{2021-05-12}{2021C }
15
+ \ProvidesExplPackage {codehigh}{2022-02-07}{2022D }
16
16
{Highlight codes and demos with l3regex and lpeg}
17
17
18
18
% \RequirePackage{xparse}
Original file line number Diff line number Diff line change 2
2
\documentclass [oneside ]{book }
3
3
\usepackage [a4paper,margin=2cm ]{geometry }
4
4
5
+ \newcommand *{\myversion }{2022D}
6
+ \newcommand *{\mydate }{Version \myversion \ (\the\year -\mylpad\month -\mylpad\day )}
7
+ \newcommand *{\mylpad }[1]{\ifnum #1<10 0\the #1\else \the #1\fi }
8
+
5
9
\setlength {\parindent }{0pt}
6
10
\setlength {\parskip }{4pt plus 1pt minus 1pt}
7
11
13
17
linkcolor=green3,
14
18
}
15
19
16
- \newcommand *{\myversion }{2021C}
17
- \newcommand *{\mydate }{Version \myversion \ (\the\year -\mylpad\month -\mylpad\day )}
18
- \newcommand *{\mylpad }[1]{\ifnum #1<10 0\the #1\else \the #1\fi }
19
-
20
20
\begin {document }
21
21
22
22
\title {\textsf {\color {green3}Codehigh: Highlight Codes and Demos with l3RegEx and LPeg}}
You can’t perform that action at this time.
0 commit comments