Log changes
[latex2e.git] / latex2e-20151001 / base / testfiles / tl2e8.lvt
blob8aa8bbf34b3ebb25491095130a44eb8dc82bbde1
1 % Test file for bad float options/fixltx2e
5 \input{test2e}
6 \START
8 \CLASS{article}
10 %\PACKAGE{fixltx2e}
12 \OMIT
14 \def\tsta{one two three four five six seven eight nine ten. }
15 \def\tstb{Red \tsta Blue \tsta Green \tsta Black white \tsta}
17 \documentclass{article}
19 %\usepackage{fixltx2e}
21 \setlength\textheight{10\baselineskip}
23 \begin{document}
24 a\clearpage% map files and other spurious log messages
26 \tstb
28 \TIMO
30 % By default the unknown option X causes the float 
31 % to be held to the \clearpage at \end{document} (page 5)
32 % The redefinition in fixltx2e generates an error message and
33 % implicitly adds p so a float page gets produced and the figures
34 % appear on page 3.
35 \begin{figure}[X]
36 This figure is unplaceable without fixlt2e
37 \caption{aaa}
38 \write20{Figure aaa on page \thepage}
39 \end{figure}
40 \begin{figure}[X]
41 This figure is unplaceable without fixlt2e
42 \caption{bbb}
43 \write20{Figure bbb on page \thepage}
44 \end{figure}
46 \tstb\tstb\tstb\tstb
49 \tstb\tstb
51 \end{document}