Possible Duplicate:
\newcommand name cannot include numbers, e.g., \Mycomand123
I am trying to define commands \s1, \s2, etc. Right now the the substitution is very simple but the idea would be to replace it for something that would make for sense later.
This is what I have now
\newcommand{\s1}{s1}
and I get the following error:
! LaTeX Error: Missing \begin{document}.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.52 \newcommand{\s1}{s1}
If I comment the line with the newcommand definition it works fine.
(And I other other newcommands defined in the same location, and I do have a \begin{document})
Any idea of what I am doing wrong?
\si,\sii,\siii,\sivetc – JLDiaz Dec 06 '12 at 16:35