1 % \iffalse meta-comment
2 % check syntonly together with fixltx2e
5 % Input the test macros for LaTeX2e
8 \documentclass[twocolumn]{article}
12 \usepackage{fixltx2e,syntonly}
16 \AUTHOR{Frank Mittelbach}
18 % Declare the format used on the original run, as printed by
21 \FORMAT{LaTeX2e<2014/04/24>}
23 \newcommand\afigure[2][tbp]{\begin{figure}[#1]#2\end{figure}}
24 \newcommand\atable[2][tbp]{\begin{table}[#1]#2\end{table}}
25 \newcommand\sometext{A few words repeated all over again. }
29 % Everything before this is ignored by the test system.
31 \begin{figure*}X\end{figure*}
33 \sometext \afigure{A}\afigure{B}\afigure[t]{C}\atable{D}
35 \sometext \atable[h]{E}
37 \begin{figure*}Z\end{figure*}