I write my notes in statistics with LaTeX. The lector uses a special E as the sample space and I can't find it in LaTeX. Are there any other calligraphic math font styles then \mathcal
and \mathscr
?
Here's what the symbol looks like handwritten:
Try doing:
\documentclass[12pt]{article}
\usepackage{mathrsfs}
\pagestyle{empty}
\DeclareMathAlphabet{\mathpzc}{OT1}{pzc}{m}{it}
\begin{document}
The sample space is $\mathpzc{E}$.
\end{document}
See The Comprehensive LaTeX Symbol, page 68 for a pretty complete list of math fonts available and how to get to typeset them.
You can also check A comprehensive review of mathematics in (La)TeX, page 95 onwards.
There's also The LaTeX Font Catalogue - Calligraphic and Handwritten Fonts.
You can try rsfs: The code
\documentclass[12pt]{article}
\usepackage{mathrsfs}
\pagestyle{empty}
\begin{document}
The sample space is $\mathscr E$.
\end{document}
produces
eucal
package andmathrsfs
package. Theses are most common ones.\mathfrak
.\mathscr{E}
seems like what the lecturer is trying to imitate.