2 >Synopsis: bm does not give bold eufrak
4 $\bm{\mathfrak{k}}$ does not give me a bold mathfrak `k'.
5 Only {\mathversion{bold}$\mathfrak{k}$} is doing the job.
11 \let\@@end\@@@end % test2e changes this but that doesn't do!!!!
14 \documentclass{article}
16 \AUTHOR{Frank Mittelbach}
26 \mathtt{A}\mathsf{B}$ % this defines fam8=sf fam7=tt:
28 \makeatletter\show\mv@normal\makeatother % proof: fam8=sf fam7=tt !
30 {\boldmath $\mathsf{A}\mathtt{B}$} % this defines fam7=sf fam8=tt:
32 \makeatletter\show\mv@bold\makeatother % proof: fam7=sf fam8=tt !
34 \bmdefine\xx{\bm{\mathtt{should-be-8}\mathsf{should-be-7}}}