Move a tag
[latex2e.git] / latex2e-20160201 / required / tools / testfiles / tlb1465.lvt
blobf4c8a9626b800a6581cf3f4cc49d554747cc01ba
1 % Test file for tools bug report 1465
2 % command \layout uses `fixed' values; ie it doesn't obey changes in
3 % layout parameters. The command \layout* now does.
4 \documentclass{article}
5 % Input the test macros for LaTeX2e
6 \input{test2e}
8 \AUTHOR{Johannes Braams}
9 \FORMAT{LaTeX2e<1995/06/01>}
10 \CLASS{article}
11 \usepackage[verbose]{layout}
12 \PACKAGE[verbose]{layout}
13 \begin{document}
14 \START
15 \layout
16 \advance\textheight-.5\textheight
17 \advance\textwidth-.5\textwidth
18 \clearpage
19 \layout
20 \layout*
21 \end{document}