Skip to content

Commit f37f8c5

Browse files
committed
version 2022D
1 parent 638af2c commit f37f8c5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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-12}{2021C}
15+
\ProvidesExplPackage{codehigh}{2022-02-07}{2022D}
1616
{Highlight codes and demos with l3regex and lpeg}
1717

1818
%\RequirePackage{xparse}

codehigh.tex

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
\documentclass[oneside]{book}
33
\usepackage[a4paper,margin=2cm]{geometry}
44

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+
59
\setlength{\parindent}{0pt}
610
\setlength{\parskip}{4pt plus 1pt minus 1pt}
711

@@ -13,10 +17,6 @@
1317
linkcolor=green3,
1418
}
1519

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-
2020
\begin{document}
2121

2222
\title{\textsf{\color{green3}Codehigh: Highlight Codes and Demos with l3RegEx and LPeg}}

0 commit comments

Comments
 (0)