I discovered this beautiful template and I'm now using it to produce some manuals. Thank you authors

(The Legrand Orange Book template)
I came across the need to have one last page which is the back cover page and it needed to be on an even page. So I added the following to the structure.tex:
Code: Select all
\newcommand*\cleartoleftpage{
\clearpage\ifodd\c@page
\hbox{}
\vspace*{\fill}
\thispagestyle{empty}
\newpage
\fi
}
Code: Select all
\cleartoleftpage
Code: Select all
\cleartoleftpage
\begingroup
\thispagestyle{empty}
\begin{tikzpicture}[remember picture,overlay]
\node[inner sep=0pt] at (current page.center) {\includegraphics[max width=\paperwidth]{backcover}}; % Background image
\end{tikzpicture}
\vfill
\endgroup
BR,
PVT