I was wondering if it is
alright to use underscores in the names of
macros, e.g, as in the
following file. It looks like \startsetups, and
\def accept names
with hyphens, underscores, and numerals, but
\starttexdefinition
doesn't tolerate any of them.
1. In general, what characters are
allowed in macro names? Are Unicode
characters admissible?
2.
Apart from the fact that one can use whitespace freely in
\starttexdefinition, is there any reason to prefer it over \def?
Thanks,
Raghu.
------------------------------------------------------------
\starttext
\startsetups
[hello-world_1]
Hello, world 1!
\stopsetups
\setups
[hello-world_1]
\def\hello-world_2{Hello, world 2!}