summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-hyperdupdest.html
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-hyperdupdest.html')
-rw-r--r--Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-hyperdupdest.html56
1 files changed, 0 insertions, 56 deletions
diff --git a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-hyperdupdest.html b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-hyperdupdest.html
deleted file mode 100644
index 087e7d648ee..00000000000
--- a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-hyperdupdest.html
+++ /dev/null
@@ -1,56 +0,0 @@
-<head>
-<title>UK TeX FAQ -- question label hyperdupdest</title>
-</head><body>
-<h3>PDFTeX destination &#8230; ignored</h3>
-<p/>The warning:
-<blockquote>
-<pre>
-! pdfTeX warning (ext4): destination with the same identifier
-(name{page.1}) has been already used, duplicate ignored
-</pre>
-
-</blockquote><p>
-arises because of duplicate page numbers in your document. The
-problem is usually soluble: see
-<a href="FAQ-pdfpagelabels.html">PDF page destinations</a> &#8212; which
-answer also describes the problem in more detail.
-<p/>If the identifier in the message is different, for example
-<code>name{figure.1.1}</code>, the problem is (often) due to a problem of
-package interaction. The <i>README</i> in the <i>hyperref</i>
-distribution mentions some of these issues &#8212; for example,
-<code>equation</code> and <code>eqnarray</code> as supplied by the
-<i>amsmath</i> package; means of working around the problem are
-typically supplied there.
-<p/>Some packages are simply incompatible with
-<i>hyperref</i>, but most work simply by ignoring it. In most
-cases, therefore, you should load your package before you load
-<i>hyperref</i>, and <i>hyperref</i> will patch things up so
-that they work, so you can utilise your (patched) package <em>after</em>
-loading both:
-<blockquote>
- <code>\</code><code>usepackage{<em>your package</em>}</code><br>
- <code>...</code><br>
- <code>\</code><code>usepackage[<em>opts</em>]{hyperref}</code><br>
- <code>...</code><br>
- &lt;<i>code that uses your package</i>&gt;
-</blockquote><p>
-For example:
-<blockquote>
-<pre>
-\usepackage{float} % defines \newfloat
-...
-\usepackage[...]{hyperref} % patches \newfloat
-...
-\newfloat{...}{...}{...}
-</pre>
-</blockquote><p>
-
-You should load packages in this order as a matter of course, unless
-the documentation of a package says you <em>must</em> load it after
-<i>hyperref</i>. (There are few packages that require to be
-loaded after hyperref: one such is <i>memoir</i>&#8217;s
-&#8220;<i>hyperref</i> fixup&#8221; package <i>memhfixc</i>.)
-<p/>If loading your packages in the (seemingly) &#8220;correct&#8221; order doesn&#8217;t
-solve the problem, you need to <a href="FAQ-gethelp.html">seek further help</a>.
-<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=hyperdupdest">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=hyperdupdest</a>
-</body>