Move a tag
[latex2e.git] / latex2e-20160201 / base / testfiles / tlb-fltrace-001-2015.lvt
blobcbe25a47597da2e1a6c4f250ee953fcb5dae07fc
1 % \iffalse meta-comment
3 % \fi
5 %\RequirePackage[2015/01/01]{latexrelease}
6 \documentclass{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\afigure[2][tbp]{\begin{figure}[#1]#2\end{figure}}
22 \newcommand\atable[2][tbp]{\begin{table}[#1]#2\end{table}}
23 \newcommand\sometext{A few words repeated all over again. }
25 \begin{document}
27 % Everything before this is ignored by the test system.
29 \START
31 \tracefloatvals
33 \sometext \afigure{A}\afigure{B}\afigure[t]{C}\atable{D}
35 \sometext \atable[h]{E}
37 \afigure[p]{F}
38 \atable{G}
40 \tracefloatvals
42 \end{document}