Skip to content

Instantly share code, notes, and snippets.

@moewew
Created March 24, 2019 07:40
Show Gist options
  • Select an option

  • Save moewew/3133afd014037a87099be17b0be98928 to your computer and use it in GitHub Desktop.

Select an option

Save moewew/3133afd014037a87099be17b0be98928 to your computer and use it in GitHub Desktop.
\documentclass{article}
\usepackage{scrlayer-scrpage}
\BeforeClosingMainAux{%
\addtocounter{page}{-1}%
\label{LastPage}}
\AtBeginDocument{\begingroup}
\AtEndDocument{\endgroup}
\usepackage{blindtext}
\begin{document}
\pageref{LastPage}
\blindtext
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment