0

enter image description here

Can anyone help me in knowing which mathbb font is being used here and how to use it?

Thanks!

C.S.
  • 1,379

1 Answers1

4

Those two : Q and Z look like those from the dsfont package with the sans option.

enter image description here

\documentclass[12pt, border=2pt]{standalone}
\usepackage[sans]{dsfont}
\begin{document}
$\mathds{ZQ}$
\end{document}
marsupilam
  • 6,383