1

I'm using the below coding and can see the Blackboard font mu symbol in Yap. When I create PDF the characters are not embedded. Could anyone guide me how to solve this problem.

\documentclass{article}

\usepackage[bbgreekl]{mathbbol}

\usepackage{amsmath,amsfonts,amssymb}

\begin{document}

Please check the character ``$\bbmu$'' mu symbol

\end{document}
egreg
  • 1,121,712
user38642
  • 315

1 Answers1

1

There is no “double struck mu” in Unicode; as far as I can tell there are slots for double struck gamma and pi, but nothing else for lowercase Greek letters.

Therefore it's impossible that software can deal with it. All you can get (and do) is a mu.

egreg
  • 1,121,712