diff options
author | n-peugnet <n.peugnet@free.fr> | 2021-11-05 18:29:56 +0100 |
---|---|---|
committer | n-peugnet <n.peugnet@free.fr> | 2021-11-05 18:29:56 +0100 |
commit | 815a22ac9fef705a55be58945c8b3396837f4518 (patch) | |
tree | 4d6a36388788957fcc94ca5ab6df6a8d7b6a4b33 /pdf/doc.tex | |
parent | 6c3d6926fa134e7ab4b80242afd0ceb846ffce19 (diff) | |
download | dna-backup-815a22ac9fef705a55be58945c8b3396837f4518.tar.gz dna-backup-815a22ac9fef705a55be58945c8b3396837f4518.zip |
fix warning (ext4): destination with the same identifier
(name{page.1}) has been already used, duplicate ignored
Diffstat (limited to 'pdf/doc.tex')
-rw-r--r-- | pdf/doc.tex | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pdf/doc.tex b/pdf/doc.tex index e6fbae5..cf68fd7 100644 --- a/pdf/doc.tex +++ b/pdf/doc.tex @@ -92,8 +92,12 @@ \begin{document} +\hypersetup{pageanchor=false} +\begin{titlepage} \maketitle +\end{titlepage} +\hypersetup{pageanchor=true} \tableofcontents \chapter{Introduction} |