repo.or.cz
/
latex2e.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Log changes
[latex2e.git]
/
latex2e-20151001
/
base
/
testfiles
/
tlb0884.lvt
blob
8ccf77ec990c72c22299e04d3c033d99c66cf00e
1
2
% Test file for LaTeX2e bug report #884.
3
% Extra space in picture-mode version of \savebox.
4
5
% Input the test macros for LaTeX2e
6
\input{test2e}
7
8
\START
9
10
\AUTHOR{David Carlisle}
11
12
13
14
%\showoutput
15
\rmfamily
16
17
\savebox\z@{}
18
\showbox\z@
19
20
21
% This one comes out 3.33333pt wide prior to fixing latex/884.
22
\savebox\z@(0,0){}
23
\showbox\z@
24
25
26
\END