Skip to content

Instantly share code, notes, and snippets.

@Liam0205
Created May 18, 2018 09:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Liam0205/91fd658069b0d3dfb7dbd2cba69b856a to your computer and use it in GitHub Desktop.
Save Liam0205/91fd658069b0d3dfb7dbd2cba69b856a to your computer and use it in GitHub Desktop.
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