I am using document class margin and line
\documentclass[margin,line]{resume}
and for some reason,
\mathfrak{g}
is not showing up properly (it is just showing up as a g).
Can anyone give me an advice on what I need to do to get \mathfrak{g} to show up properly?
Thank you!
Minimal working example:
\documentclass[margin,line]{resume}
\begin{document}
\begin{resume}
\mathfrak{g}
\mathfrak{b}
\end{resume}
\end{document}
`. – canaaerus Sep 15 '12 at 6:09resume. So instead of including the class file, you could also change your MWE to use thearticleclass. – canaaerus Sep 15 '12 at 6:34