Log changes
[latex2e.git] / latex2e-20151001 / base / testfiles / tlb0884.lvt
blob8ccf77ec990c72c22299e04d3c033d99c66cf00e
2 % Test file for LaTeX2e bug report #884.
3 % Extra space in picture-mode version of \savebox.
5 % Input the test macros for LaTeX2e
6 \input{test2e}
8 \START
10 \AUTHOR{David Carlisle}
14 %\showoutput
15 \rmfamily
17 \savebox\z@{}
18 \showbox\z@
21 % This one comes out 3.33333pt wide prior to fixing latex/884.
22 \savebox\z@(0,0){}
23 \showbox\z@
26 \END