{parsing} is the process of analysing a string of symbols, either in natural or computer language.
12
votes
5answers
733 views
Parse comma-separated list of command names with spaces
Problem
This question is related to How can I specify a long list of math operators? – but with a twist: I want to allow spaces in in the comma-separated list, like so:
\newacronyms{acm, ams, cpu, ...
16
votes
4answers
1k views
Syntax of TeX/LaTeX
{} and [] do some kind of grouping, and comma seems to be special as well. Being a programmer I find it frustrating to use Latex on incantation-only basis. I would like to know how does it exactly ...