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-006.lvt
% testing label on the last page on its own -- this fails like in the old implementation

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

\documentclass{report}

\input{regression-test}


\showoutput


\START

\begin{document}

partlabel=\ref{partlabel}

\part{A} \label{partlabel}  % this label is on second page

\end{document}
back to top