Tagged Questions
2
votes
1answer
72 views
Macros and environments that rely on the distinction between space and newline
In most cases, TeX does not distinguish between spaces and newlines. However, inside some macros and environments this distinction matters a lot. Time for a big list? Please edit the CW answer.
This ...
33
votes
2answers
738 views
List of higher-level LaTeX commands corresponding to TeX commands
Since LaTeX is a format built on top of TeX, it surely has several high level abstractions that perform similarly to TeX commands, with some added error-handling functionality, for example. I always ...