Search found 1 match

by fmueller
Fri Jun 24, 2011 7:00 pm
Forum: Page Layout
Topic: Change Layout Only On The Last Page
Replies: 1
Views: 2844

Change Layout Only On The Last Page

Hi,

I'm trying to change the layout of the last page in a document.

For this I'm using the lastpage , the geometry and the xifthem package.


\ifthenelse{\thepage=\pageref{LastPage}}{
%Adding new geometry
\newgeometry{bottom=12.5cm}
}{}


The above code checks if we are on the last page of the ...