Move a tag
[latex2e.git] / latex2e-20160201 / base / testfiles / tlb-fltrace-000-2015.lvt
bloba44680c538b8010255e7900ca80e8a5ecf530f68
1 % \iffalse meta-comment
3 % \fi
6 \documentclass[twocolumn]{article}
8 \usepackage{fltrace}
9 \tracefloats
11 % Input the test macros for LaTeX2e
12 \input{test2e}
14 \AUTHOR{Frank Mittelbach}
16 % Declare the format used on the original run, as printed by
17 % LaTeX.
19 \FORMAT{LaTeX2e<2014/04/24>}
21 \newcommand\astarfigure[2][tp]{\begin{figure*}[#1]figure(*) #2\end{figure*}}
22 \newcommand\afigure[2][tbp]{\begin{figure}[#1]figure #2\end{figure}}
23 \newcommand\atable[2][tbp]{\begin{table}[#1]table #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 \START
32 \tracefloatvals
34 \sometext \astarfigure{A}\afigure{B}\afigure[t]{C}\atable{D}
36 \sometext \atable[h]{E}
38 \afigure[p]{F}
39 \atable{G}
41 \tracefloatvals
43 \end{document}