Consider the following code:
\documentclass{memoir}
\newcommand{\cs}{\Sigma}
\title{Rings and Modules}
\author{}
\begin{document}
\maketitle
\end{document}
This fails to compile and I get the following error.
! LaTeX Error: Command \cs already defined.
Or name \end... illegal, see p.192 of the manual.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.2 \newcommand{\cs}{\Sigma}
P.S. The code is perfectly fine with amsart class. Also, please tell me what is "the manual" referred to in the error message.
