Improve build script for amsmath
[latex2e.git] / latex2e-20160201 / base / testfiles / tlb2105.lvt
blobc4e2ac8bbb8f9f703c1f0ca76a801c96dbea849f
1 % latex/2105
2 % \ifthenelse in math mode shouldn't leave {} mathord's 
4 \RequirePackage{ifthen}
5 \input{test2e}
7 \START
9 % This should not have a thickmuskip space before the <
11 \setbox0=\hbox{$\ifthenelse{1=1}{}{}<$}
13 \showbox0
14 \END