↧
Answer by Stephen for Create a macro that appends some code an existing...
You could probably place an empty macro without arguments (\setmacrotypeend) at the end of \set@macro@type and append code to this with \ltx@GlobalAppendToMacro from the ltxcmds package. About...
View ArticleCreate a macro that appends some code an existing command, with arguments
As I am working on improving my answer to Different approach to literate programming for LaTeX, I have created a macro that automatically processes two arguments and formats indexes accordingly. The...
View Article