Revision a91ede24c84df04fcfb986fbc928ac28bb6dfe37 authored by Joseph Wright on 21 July 2020, 09:02:33 UTC, committed by Joseph Wright on 21 July 2020, 09:02:33 UTC
1 parent 2df6a50
Raw File
shipout2-004.lvt
% testing atenddvi emulation (same as shipout-004 but more reruns)

\RequirePackage[enable-debug]{expl3}
\ExplSyntaxOn
\debug_on:n { check-declarations , deprecation }
\ExplSyntaxOff

\documentclass{article}

\input{regression-test}

\DebugShipoutOn


\AtEndDvi{\typeout{Last page?}}

\begin{document}

\START

A \begin{figure}[p] A \end{figure} \newpage
B \begin{figure}[p] B \end{figure} \newpage
C \begin{figure}[p] C \end{figure} \newpage

\showoutput

D 

\end{document}
back to top