Log changes
[latex2e.git] / latex2e-20151001 / base / testfiles / tlb-fltrace-004.lvt
blobb8f4e64699ae2144b2cfef2f1434e167ba2200ba
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}
7 \RequirePackage[2014/05/01]{latexrelease}
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. that may change if fixltx2e rolls back too.
34 \begin{figure*}figure*[] X\end{figure*}
36 \tracefloatvals
38 \sometext \afigure{A}\afigure{B}\afigure[t]{C}\atable{D}
40 \newpage
42 \sometext \atable[h]{E}
44 \afigure[p]{F}
45 \atable{G}
47 \tracefloatvals
49 \end{document}