Move a tag
[latex2e.git] / latex2e-20160201 / base / testfiles / tlb1909.lvt
blobb6a364af3fdcf2c8fa6b83232183d3ec46dea27e
1 %%Test file for latex/1909
2 %% \clearpage after \twocolumn[...] lost argumant.
3 %%
5 \input{test2e}
7 \AUTHOR{Chris Rowley}
8 \FORMAT{LaTeX2e<1995/06/01>}
10 \documentclass{article}
12 \begin{document}
14 \START
15 % Everything before this is ignored by the test system.
17 \showoutput
19 Blah blah.               % Page 1
21 \twocolumn[Two col bit.] % Page 2
23 \clearpage
25 More stuff.              % Page 3
27 \end{document}