[BUG] \endorsementpage Error
#56
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Bug Description
In LaTeX (and TeX), any macro that starts with \end is potentially dangerous or reserved, because:
Steps to Reproduce
Try to define new macros naming start with 'end':
Expected Behavior
The \endorsementpage or \endorsement should be fine
Actual Behavior
The compiling error when using
\end...prefix macros namingError Logs
Component
LaTeX Document
Version/Commit
d13dfdc34eEnvironment
No response
Additional Context
No response
I think elegant way to solve is use an @ in the name (internal macro):
Then:
Turns out that using at (@) still gives same error. Proceed to add prefix 'the'