-
-
Notifications
You must be signed in to change notification settings - Fork 276
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add another test and correct previous one
- Loading branch information
1 parent
f4d65a7
commit 9d79cee
Showing
6 changed files
with
413 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
% \iffalse meta-comment | ||
% | ||
% \fi | ||
% | ||
%\RequirePackage[2024/11/01]{latexrelease} | ||
\documentclass{article} | ||
|
||
\usepackage{fltrace,flafter} | ||
\tracefloats | ||
|
||
% Input the test macros for LaTeX2e | ||
\input{test2e} | ||
|
||
\AUTHOR{Frank Mittelbach} | ||
|
||
% Declare the format used on the original run, as printed by | ||
% LaTeX. | ||
% | ||
\FORMAT{LaTeX2e<2014/04/24>} | ||
|
||
\newcommand\afigure[2][tbp]{\begin{figure}[#1]#2\end{figure}} | ||
\newcommand\atable[2][tbp]{\begin{table}[#1]#2\end{table}} | ||
\newcommand\sometext{A few words repeated all over again. } | ||
|
||
\begin{document} | ||
|
||
% Everything before this is ignored by the test system. | ||
|
||
\START | ||
|
||
\tracefloatvals | ||
|
||
\sometext \afigure{A}\afigure{B}\afigure[t]{C}\atable{D} | ||
|
||
\sometext \atable[h]{E} | ||
|
||
\afigure[p]{F} | ||
\atable{G} | ||
|
||
\tracefloatvals | ||
|
||
\clearpage | ||
\OMIT | ||
\end{document} | ||
|
Oops, something went wrong.