Improve build script for amsmath
[latex2e.git] / latex2e-20160201 / base / testfiles / tlb-fltrace-001.lvt
blobfffcc054c6e72e1e226efbb33feec3caa71e5056
1 % \iffalse meta-comment
3 % \fi
5 \RequirePackage[2014/05/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}