Tagged Questions
17
votes
3answers
258 views
Where can I find a documentation for low-level tex conditionals like \if?
I want to understand low-level stuff like \if better. I'm not looking for some random examples off Google showing me some statements but a specification of some sort - something mean and unforgiving. ...
2
votes
1answer
351 views
LaTeX3: Defining key to set boolean variable
I want to define a key, which, if set, sets a boolean variable to false.
The documentation is not clear on that point. It states (source3.pdf, sect. 87, p. 134):
Defines <key> to set ...
11
votes
2answers
239 views
What is “dimen” in the documentation for the ifthen package?
In the documentation for the ifthen package, there is a test called \lengthtest which compares two <dimen> parameters with the operators <, > or =. (For other test commands, <dimen> ...