Move a tag
[latex2e.git] / latex2e-20160201 / required / tools / testfiles / tlb3572.lvt
blob3e9af024826e2600ef79e42a2aa60b1f0f5ca183
1 \iffalse
2 Subject: tools/3572: \bm dies on \quad 
3 Description of bug:
4 something like \bm{\quad} will die because 1em is not pass on but
5 turned into beautiful bold characters
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}
21 \bmdefine\xx{a\quad b}
23 \TIMO
25 \show\xx 
27 \END