Hi

Auctex provides support for kpfonts via kpfonts.el,  which includes \mathfrak.


However as the following example shows amssymb (amsmath) also support
mathfrak but with different fonts.

Could auctex also provide support for mathfrak for the amssymb package?

Regards

Uwe Brauer


\documentclass[12pt]{article}
\usepackage{amsmath,amssymb}
\begin{document}
\begin{align} 
  \left.
  \frac{\partial \mathfrak{R}}{\partial p}(S,p)\right|_{S} = \mathfrak{S}(S,p).
\end{align}
\end{document}

_______________________________________________
auctex-devel mailing list
auctex-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/auctex-devel

Reply via email to