I was going through enumitem's documentation (here) and I really like how it includes text in angle brackets in its code snippets (e.g. label=⟨commands⟩ on p. 4). I took a look at the .tex file (here), but I can't figure out how the author made it happen using |label=<commands>|. I want to ask which package is responsible for handling this.
Asked
Active
Viewed 35 times
0
|...|as a shorthand for verbatim code is a feature of the class. Try\documentclass{ltxguide} \begin{document} |label=<commands>| \end{document}– samcarter_is_at_topanswers.xyz Oct 11 '23 at 09:16