Skip to content

Commit a907116

Browse files
committedFeb 11, 2023
version 2023A
1 parent b20da13 commit a907116

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
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}{2023-01-29}{2023@}
15+
\ProvidesExplPackage{codehigh}{2023-02-11}{2023A}
1616
{Highlight codes and demos with l3regex and lpeg}
1717

1818
%\RequirePackage{xparse}

‎codehigh.tex

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

5-
\newcommand*{\myversion}{2023@}
5+
\newcommand*{\myversion}{2023A}
66
\newcommand*{\mydate}{Version \myversion\ (\the\year-\mylpad\month-\mylpad\day)}
77
\newcommand*{\mylpad}[1]{\ifnum#1<10 0\the#1\else\the#1\fi}
88

@@ -196,19 +196,19 @@ \section{Fake Verbatim Command}
196196
Input & Result & Remark \\
197197
\midrule
198198
\fakeverb{\\\\} & \fakeverb{\\} &
199-
Only needed to be escaped when typesetting other control symbols in this table \\
199+
Need to be escaped only when typesetting other control symbols in this table \\
200200
\fakeverb{\\\{} & \fakeverb{\{} &
201-
Only needed to be escaped when left and right curly braces are unmatched \\
201+
Need to be escaped only when left and right curly braces are unmatched \\
202202
\fakeverb{\\\}} & \fakeverb{\}} &
203-
Only needed to be escaped when left and right curly braces are unmatched \\
203+
Need to be escaped only when left and right curly braces are unmatched \\
204204
\fakeverb{\\\#} & \fakeverb{\#} &
205-
Always needed to be escaped \\
205+
Always need to be escaped \\
206206
\fakeverb{\\\^} & \fakeverb{\^} &
207-
Only needed to be escaped when there are more than one in a row \\
207+
Need to be escaped only when there are more than one in a row \\
208208
\texttt{\textbackslash\textvisiblespace} & \texttt{\textvisiblespace} &
209-
Only needed to be escaped when more than one in a row or after control words \\
209+
Need to be escaped only when more than one in a row or after control words \\
210210
\fakeverb{\\\%} & \fakeverb{\%} &
211-
Always needed to be escaped \\
211+
Always need to be escaped \\
212212
\bottomrule
213213
\end{tabularx}
214214
\end{center}

0 commit comments

Comments
 (0)