0
votes
0answers
375 views

Is there a way to use a global variable? [closed]

I am using multimarkdown to produce LaTeX files. I decided to create a series of templates and use a simple /def/dtype in my document to decided which template to use. The header produced would be ...
8
votes
2answers
173 views

Why are some macros undefined inside an if case?

I'm trying to check if a string is only of one char, and I ran into this problem: LaTeX complains that \StrLeft in the comparison takes and additional argument: ! Argument of \@secondoftwo has an ...