guess we don't want the build dir
[latex2e.git] / trunk / required / tools / testfiles / tlb2798.lvt
blob0c01ae13e47166a258f93bfe0be77e20e430fa83
1 \iffalse
2 >Synopsis:       Layout.sty stops when \topmargin < about -0.4in
3 >Arrival-Date:   Thu Apr  9 10:01:15 1998
4 >Originator:     <hideo.umeki@toshiba.co.jp>  ( <Hideo Umeki> )
5 >Release:        LaTeX2e <1997/12/01> patch level 1
6 >Description:
7 Description of bug:
8 When using layout.sty with negative \topmargin less than about -0.4in,
9 LaTeX process stops with the following error message:
11 ! LaTeX Error: Bad \line or \vector argument.
13 This may be due to a negative length of a \vector in layout.sty.
15 This test file shoule be empty when run with layout.sty 1.2 and higher.
16 JLB.
17 \fi
19 \input{test2e}
21 \documentclass[a4paper,12pt]{article}
22 \START
23 \AUTHOR{<hideo.umeki@toshiba.co.jp>  ( <Hideo Umeki>}
24 \FORMAT{LaTeX2e <1997/12/01> patch level 1}
25 \CLASS[a4paper,12pt]{article}
26 \PACKAGE{layout}
27 \OMIT
29 \topmargin=-0.38in
30 \usepackage{layout}
31 \begin{document}
32 \TIMO
33 \typeout{This test file shoule be empty when 
34          run with layout.sty 1.2 and higher}
36 \layout
37 \end{document}