demo for unvbox 255 and lastbox
\documentclass{article} | |
\usepackage{mwe} | |
\begin{document} | |
\blindtext | |
\clearpage | |
\vbox{\blindtext \unvbox255 \global\setbox0=\lastbox} | |
\clearpage | |
\box0 | |
\end{document} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment