guess we don't want the build dir
[latex2e.git] / trunk / required / tools / testfiles / tlb3476.lvt
blob4b0249140ee3c3866e09cf01fe2e7f6656536391
1 \iffalse
2 >Synopsis:       bm does not give bold eufrak
3 Description of bug:
4 $\bm{\mathfrak{k}}$ does not give me a bold mathfrak `k'.
5 Only {\mathversion{bold}$\mathfrak{k}$} is doing the job.
6 \fi
8 \input{test2e}
10 \makeatletter
11   \let\@@end\@@@end  % test2e changes this but that doesn't do!!!!
12 \makeatother
14 \documentclass{article}
15 \START
16 \AUTHOR{Frank Mittelbach}
17 \PACKAGE{bm}
18 \OMIT
20 \usepackage{bm}
22 \begin{document}
25 \TIMO
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}}}
36 \show\xx                            % but!!!!!!
38 \END