Code: Select all
tex:0: destination with the same identifier (name{page.1}) hasbeen already used, duplicate ignored\relaxl.100 \newpage[1]
Code: Select all
tex:0: destination with the same identifier (name{page.1}) hasbeen already used, duplicate ignored\relaxl.100 \newpage[1]
NEW: TikZ book now 40% off at Amazon.com for a short time.
Code: Select all
%Make title page without date and insert kount logo on top of the title
\begin{titlepage}
\vspace*{\fill}
\centering
% Upper part of the page
\includegraphics[width=0.8\textwidth]{img/logo_large.png}\\[1cm]
\textcolor{webred}{\textsc{\Huge \textbf{User Guide}}}\\[1cm]
\end{titlepage}
\pagenumbering{roman}
%Create a copyright page as a separate page
\vspace*{\fill}
\begingroup
\centering
\textbf{Copyright \copyright 2008}\\
by Product Inc.\\
All Rights Reserved\\
\endgroup
\vspace*{\fill}
\newpage
% Insert the table of contents
\tableofcontents
% Set indent of paragraphs to zero
\setlength{\parindent}{0pt}
\setlength{\parskip}{1ex plus 0.5ex minus 0.2ex}
\newpage
\pagenumbering{arabic}
%Chapter 1
A common problem arises when there is an unnumbered title page, after which page numbers are reset: the PDFTeX warning of “duplicate destinations†will happen in this case, regardless of the options.
NEW: TikZ book now 40% off at Amazon.com for a short time.