|
2 | 2 | \documentclass[oneside]{book}
|
3 | 3 | \usepackage[a4paper,margin=2cm]{geometry}
|
4 | 4 |
|
5 |
| -\newcommand*{\myversion}{2023@} |
| 5 | +\newcommand*{\myversion}{2023A} |
6 | 6 | \newcommand*{\mydate}{Version \myversion\ (\the\year-\mylpad\month-\mylpad\day)}
|
7 | 7 | \newcommand*{\mylpad}[1]{\ifnum#1<10 0\the#1\else\the#1\fi}
|
8 | 8 |
|
@@ -196,19 +196,19 @@ \section{Fake Verbatim Command}
|
196 | 196 | Input & Result & Remark \\
|
197 | 197 | \midrule
|
198 | 198 | \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 \\ |
200 | 200 | \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 \\ |
202 | 202 | \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 \\ |
204 | 204 | \fakeverb{\\\#} & \fakeverb{\#} &
|
205 |
| - Always needed to be escaped \\ |
| 205 | + Always need to be escaped \\ |
206 | 206 | \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 \\ |
208 | 208 | \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 \\ |
210 | 210 | \fakeverb{\\\%} & \fakeverb{\%} &
|
211 |
| - Always needed to be escaped \\ |
| 211 | + Always need to be escaped \\ |
212 | 212 | \bottomrule
|
213 | 213 | \end{tabularx}
|
214 | 214 | \end{center}
|
|
0 commit comments