Skip to content

Commit

Permalink
add another test and correct previous one
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankMittelbach committed Jan 31, 2025
1 parent f4d65a7 commit 9d79cee
Show file tree
Hide file tree
Showing 6 changed files with 413 additions and 3 deletions.
45 changes: 45 additions & 0 deletions base/testfiles/tlb-flafter-rollback-2024-11-01.lvt
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}

Loading

0 comments on commit 9d79cee

Please sign in to comment.