Tagged Questions
3
votes
1answer
52 views
how to return protected command with one argument already validated in latex/tex?
I want a command that will create an unevaluated bit of LaTeX/TeX code (to be evaluated at the end of an environment, but this is not necessary information) that has been created using an evaluated ...
8
votes
2answers
166 views
How to create an inline list via a macro
I want to create a macro that yields an inline lists. I can easily do this using enumerate* form the the enumitem package, but when I attempt to wrap this in a macro, I get:
Extra }, or forgotten ...