Commit fd076ef
committed
Fix \py@release in custom maketitle by adding \makeatletter guard
\py@release contains @ which is only a letter inside \makeatletter scope.
Without the guard pdflatex aborts with "Missing number, treated as zero".
https://claude.ai/code/session_014hVQ5UrK1B4N9ar4UfYpm41 parent b466a05 commit fd076ef
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
217 | 217 | | |
218 | 218 | | |
219 | 219 | | |
220 | | - | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
221 | 223 | | |
| 224 | + | |
222 | 225 | | |
223 | 226 | | |
224 | 227 | | |
| |||
236 | 239 | | |
237 | 240 | | |
238 | 241 | | |
| 242 | + | |
239 | 243 | | |
240 | 244 | | |
241 | 245 | | |
| |||
0 commit comments