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