I am typesetting a paper with
\newcommand[\cE}{\cal E}
when latex the paper, it give me an undefined control sequence. I am using other newcommands, but the above isn't working. I've even tried to put the straight {\cal E} and still get an error.
Any help would be appreciated.
Thanks,
peaches
Math & Science ⇒ \newcommand help needed
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10345
- Joined: Mon Mar 10, 2008 9:44 pm
\newcommand help needed
Hi peaches,
perhaps post a complete small example, which produces the error, and possibly your .log file. This small example works:
However, you could try
Stefan
perhaps post a complete small example, which produces the error, and possibly your .log file. This small example works:
Code: Select all
\documentclass{article}
\begin{document}
$\cal E$
\end{document}
Code: Select all
$\mathcal{E}$
LaTeX.org admin
-
- Posts: 25
- Joined: Wed Oct 22, 2008 5:03 pm
Re: \newcommand help needed
Hi,
Thanks for the help. The $\mathcal$ worked.
Peaches
Thanks for the help. The $\mathcal$ worked.
Peaches