Skip to content
Snippets Groups Projects
Commit 52fb9ec0 authored by Vít Novotný's avatar Vít Novotný
Browse files

Fixed `\thesis@pages` not working properly when `autoLayout=false`.

parent 8fb1446e
No related branches found
No related tags found
No related merge requests found
......@@ -1384,6 +1384,9 @@
\AtEndDocument{%
\thesis@postamble
\write\@auxout{\noexpand\gdef\noexpand\thesis@pages{\thepage}}}
\else
\AtEndDocument{%
\write\@auxout{\noexpand\gdef\noexpand\thesis@pages{\thepage}}}
\fi
\makeatother
\fi}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment