Navigation
0 users online | 0 Guests and 0 Registered
Records in this category
- How to convert LaTeX files into HTML files?
- How to change the bibliography/reference names?
- How to make a list of abbreviations or a glossary in the appendices?
- How to include source code (programs) in LaTeX?
- How to create multiple indexes?
- I prefer to have my own bibliography appearance, e.g., customize my bibliography for a particular publication, how to do that?
- I need to generate both DVI and PDF, what should I write in the source code?
- How to use hyperref and pdflatex?
- Error: Package hyperref Warning:Token not allowed in a PDFDocEncoded string?
- Error message: ! pdfTeX warning (ext4): destination with the same identifier (name{page.1}) has been already used, duplicate ignored ...
- How can I draw a tree quickly and easily?
- I have to deal with TeX macros... Any online Tex macro programming tutorial?
- Can I install LaTeX/TeX systems on a shared host like BlueHost?
- Why latexrender based on LaTeX does not work in my WordPress/blog?
- Can I install latex2html on a shared host?
- Why LaTeX cannot find my own style/class file, e.g., llncs.cls?
- How to use latex2html to convert my paper to webpages?
- How to enable math on MediaWiki?
- How to resolve this problem: Failed to parse (PNG conversion failed; check for correct installation of latex, dvips, gs, and convert) in MediaWiki when I try to enable math?
Tags
about admin adsense apache applet bibliography latex bluehost books certificate configuration culture database document eclipse error git homebrew hostmonster httpd hyperref ini installation javascript latex latin launcher library linux logic Mac MacOS math mediawiki open source parse path PHP reference root shared hosts software source control SSL style theory tomcat ubuntu UnsupportedClassVersionError
Sticky FAQs
ID #1009
Error message: ! pdfTeX warning (ext4): destination with the same identifier (name{page.1}) has been already used, duplicate ignored ...
You are using package "hyperref" and you have at least two pages "1".
==> recommended hyperref options: plainpages=false,pdfpagelabels
If the pages were labled differently , then the problem is solved.
A more detailed answer is here.
However, sometimes the error message becomes ...(name{XXX})..., i.e., something different from page numbering
It happens when you use {algorithmic} with hyperref: because each algorithm uses the same line-numbering scheme...
A solution is to fix the bug from {algorithmic} by using this small package together: \usepackage{algorithmic,algorithmic-fix}
It can be downloaded here (though not written by me!).
Tags: latex
Related entries:
- How to include source code (programs) in LaTeX?
- I need to generate both DVI and PDF, what should I write in the source code?
- How to use hyperref and pdflatex?
- Error: Package hyperref Warning:Token not allowed in a PDFDocEncoded string?
- How to install SVN (subversion) on Bluehost/Hostmonster etc.?
You can comment this FAQ