1

Currently I am using amsfont package use the command of \mathfrak{J}.

So i am getting EUFM10 font viewed.

But I need cmsy10 font looks like below image:

enter image description here

How to get the required cmsy10 mathfrak font.

MWE:

\documentclass{book}

\usepackage{amssymb}
\usepackage{amsmath}


\begin{document}

$\mathfrak{J}$

\end{document}

Please advice how to get the required cmsy10 font.

CS Kumar
  • 1,253

1 Answers1

1

The cm fonts do not have a complete fraktur alphabet but there are symbols for Real and Imaginary part of a complex number so \Im in this case.

David Carlisle
  • 757,742