Math & ScienceEuscript

Information and discussion about LaTeX's math and science related features (e.g. formulas, graphs).
Post Reply
bazman
Posts: 78
Joined: Mon Jan 26, 2009 3:24 am

Euscript

Post by bazman »

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?

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

User avatar
gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

Euscript

Post by gmedina »

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,...
Post Reply