Latex sample rsfs

From UCB Math Wiki
Revision as of 17:43, 10 August 2009 by Vojta (talk | contribs) (Initial creation)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Using the "rsfs" Fonts in LaTeX

Ralph Smith's Formal Script is a script font that is more elaborate than the "calligraphic" font obtained by \mathcal. Like \mathcal, though, it includes capital letters only.

\documentclass{article}
\usepackage{mathrsfs}

\begin{document}
Let $\mathscr F$ be a sheaf.  Call it $\mathscr G$.
\end{document}

(Note that this is not to be taken as an example of good mathematical exposition.)