Move a tag
[latex2e.git] / latex2e-20160201 / base / testfiles / tlb-fltrace-004-2015.lvt
blob3f1fd085e3d75c142fca0221cf2f37ac1d1cd1f2
1 % \iffalse meta-comment
2 %    fltrace and fixltx2e don't work together right now
3 % \fi
5 % Input the test macros for LaTeX2e
6 \input{test2e}
8 \documentclass[twocolumn]{article}
10 \START
12 \usepackage{fltrace,fixltx2e}
13 \tracefloats
15 \AUTHOR{Frank Mittelbach}
17 % Declare the format used on the original run, as printed by
18 % LaTeX.
20 \FORMAT{LaTeX2e<2014/04/24>}
22 \newcommand\afigure[2][tbp]{\begin{figure}[#1]figure[#1] #2\end{figure}}
23 \newcommand\atable[2][tbp]{\begin{table}[#1]table[#1]#2\end{table}}
24 \newcommand\sometext{A few words repeated all over again. }
26 \begin{document}
28 % Everything before this is ignored by the test system.
30 the old fixltx2e and fltrace didn't work together, the new one
31 (currently) is empty so at the moment it works even with a roll
32 back. As this is testing the new setup it should work with correct
33 ordering and tracing.
35 \begin{figure*}figure*[] X\end{figure*}
37 \tracefloatvals
39 \sometext \afigure{A}\afigure{B}\afigure[t]{C}\atable{D}
41 \newpage
43 \sometext \atable[h]{E}
45 \afigure[p]{F}
46 \atable{G}
48 \tracefloatvals
50 \end{document}