Move a tag
[latex2e.git] / latex2e-20160201 / base / testfiles / tlb-fltrace-003-2015.lvt
blob59f2817a1bfce7a48c1c90164130fb8393913cb1
1 % \iffalse meta-comment
3 % \fi
6 % Input the test macros for LaTeX2e
7 \input{test2e}
9 \documentclass{article}
11 \START
13 \usepackage{fltrace,flafter}
14 \tracefloats
16 \AUTHOR{Frank Mittelbach}
18 % Declare the format used on the original run, as printed by
19 % LaTeX.
21 \FORMAT{LaTeX2e<2014/04/24>}
23 \newcommand\afigure[2][tbp]{\begin{figure}[#1]figure[#1] #2\end{figure}}
24 \newcommand\atable[2][tbp]{\begin{table}[#1]table[#1] #2\end{table}}
25 \newcommand\sometext{A few words repeated all over again. }
27 \begin{document}
29 % Everything before this is ignored by the test system.
32 \tracefloatvals
34 \sometext \afigure{A}\afigure{B}\afigure[t]{C}\atable{D}
36 \newpage
38 \sometext \atable[h]{E}
40 \afigure[p]{F}
41 \atable{G}
43 \tracefloatvals
45 \end{document}