Move a tag
[latex2e.git] / latex2e-20160201 / base / testfiles / tlb-syntonly-001.lvt
blobd644b4d983609554e4abcf9675e063333650cdca
1 % \iffalse meta-comment
2 %   check syntonly together with fixltx2e
3 % \fi
5 % Input the test macros for LaTeX2e
6 \input{test2e}
8 \documentclass[twocolumn]{article}
10 \START
12 \usepackage{fixltx2e,syntonly}
14 \syntaxonly
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]#2\end{figure}}
24 \newcommand\atable[2][tbp]{\begin{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.
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*}
39 \afigure[p]{F}
40 \atable{G}
42 \sometext
44 \end{document}