For some reason, there seem to be 2 overlapped images of letters inside \pmb{} of the tikz draw feature. Here is a MWE
\documentclass[11pt]{article}
\usepackage{amsmath}
\usepackage{tikz}
\begin{document}
\begin{tikzpicture}[scale=10]
\draw (0,0) node {$\pmb{B}$};
\end{tikzpicture}
\end{document}
I didn't notice it at first, but if you zoom in, you can see two of the same letter overlapped.. Any idea how to make only one bold letter appear? Any help or work-arounds are appreciated!
$\pmb{B}$outside thetikzpicture. – Torbjørn T. Jul 27 '15 at 21:30\mathbf{...}. – Torbjørn T. Jul 27 '15 at 21:35