Search found 1 match

by ronaldmulero
Wed Jun 18, 2014 12:03 am
Forum: General
Topic: Latex inserts blank page at end problem: package conflicts?
Replies: 10
Views: 32082

Re: Latex inserts blank page at end problem: package conflic

Wrapping everything in a fake \newfontfamily fixed this issue for me.

Code: Select all

\usepackage{lastpage}
\setmainfont{Arial}
\newfontfamily{\fixextralastpage}{Arial}

\begin{document}
{\fixextralastpage

...

} %end \fixextralastpage
\end{document}