Hi there,
I want to use Euscript.
http://www.maths.usyd.edu.au/u/SMS/texdoc/euscript.pdf
I have tried following the instruction but do nto fully understand them.
I simply want to use the euler version of the letter E. I am already using \mathcal funtions and I don't want them to be effected by this.
How best do I go about this?
Do I need to download extra software?
Math & Science ⇒ Euscript
NEW: TikZ book now 40% off at Amazon.com for a short time.

Euscript
To retain the definition of \mathcal, you could use the eucal package with the mathscr option:
Code: Select all
\documentclass{article}
\usepackage[mathscr]{eucal}
\begin{document}
$\mathcal{E}$
$\mathscr{E}$
\end{document}
1,1,2,3,5,8,13,21,34,55,89,144,233,...