Math & Science ⇒ Euscript
Euscript
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?
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Euscript
Code: Select all
\documentclass{article}
\usepackage[mathscr]{eucal}
\begin{document}
$\mathcal{E}$
$\mathscr{E}$
\end{document}