In TeX packages one finds definitions of lists as:
\def\l{\\\alpha\\\beta\\\gamma}
The one backslash is understandable, it represent the active character for the macro i.e, \gamma, but what do the other two do, why are they there?
|
The
However, I think |
|||||
|
|
If you want a list of control sequences, you don't need the extra If you want more general contents in the list, you need a separator. The |
|||
|
|
\` maps to new line and to\cr` in\halignbased environments. So, depending on the context, it could mean different things. – Aditya Oct 5 '10 at 4:04