Search found 8 matches

by bethes
Wed Sep 29, 2010 9:21 pm
Forum: Page Layout
Topic: pdflatex duplicate problem with hyperref package
Replies: 6
Views: 4443

pdflatex duplicate problem with hyperref package

Thanks to finding a similar issue on this forum, I solved my problem using
\renewcommand{\thetable}{\thechapter.\arabic{table}}
\renewcommand{\theHtable}{\thechapter.\arabic{table}}
\renewcommand{\thefigure}{\thechapter.\arabic{figure}}
\renewcommand{\theHfigure}{\thechapter.\arabic{figure}}

The ...
by bethes
Wed Sep 29, 2010 6:16 pm
Forum: Page Layout
Topic: pdflatex duplicate problem with hyperref package
Replies: 6
Views: 4443

Re: pdflatex duplicate problem with hyperref package

Hi Enrico,

I think article class was chosen for a reason, and since I am working on the document with others, I cannot change it to be a report. I get the name or page duplication warning from pdfTeX for tables and figures, but not equations now. I am not sure if \autoref will solve that problem ...
by bethes
Tue Sep 28, 2010 6:36 pm
Forum: Page Layout
Topic: pdflatex duplicate problem with hyperref package
Replies: 6
Views: 4443

pdflatex duplicate problem with hyperref package

All,

After playing with the code more, I found a workaround for myself regarding the pdflatex warning ! pdfTeX warning (ext4): destination with the same identifier (name{equation.1} ) has been already used, duplicate ignored <to be read again>

I placed \renewcommand{\theequation}{\thechapter ...
by bethes
Tue Sep 28, 2010 5:29 pm
Forum: Page Layout
Topic: pdflatex duplicate problem with hyperref package
Replies: 6
Views: 4443

Re: pdflatex duplicate problem with hyperref package

I am sorry for coming across as obnoxious. Those packages are used in my real document, and I should have removed them for the MWE. In the real document, descriptive names are used, and yet the problem of incorrect linking still occurs.

I will keep searching for an answer. Thanks for your time.
by bethes
Mon Sep 27, 2010 11:40 pm
Forum: Page Layout
Topic: pdflatex duplicate problem with hyperref package
Replies: 6
Views: 4443

pdflatex duplicate problem with hyperref package

Hello everyone.

I have done some research into the particular problem I'm having, but so far I haven't been able to solve it. I have an 11 chapter Master document with equations, figures, tables, etc. in each chapter. All equations, tables, and figures are reset for each chapter. However, the ...
by bethes
Thu Jan 14, 2010 11:01 pm
Forum: BibTeX, biblatex and biber
Topic: Wrong citation order with natibib and chicago style
Replies: 3
Views: 3958

Re: Wrong citation order with natibib and chicago style

Anyone have another solution besides removing keys? In the text, URL references are hard coded. URL[1] is the bibliography item with key = "1" and so on. I was going to suggest key = "a" and so on, but I welcome suggestions.
by bethes
Tue Jan 12, 2010 10:35 pm
Forum: BibTeX, biblatex and biber
Topic: Wrong citation order with natibib and chicago style
Replies: 3
Views: 3958

Re: Wrong citation order with natibib and chicago style

Thanks for the explanation of what is happening. I think the order of the URLs is supposed to be in the order 1-xx. I'll talk to my colleague and see how he wants the bibliography to appear. What is odd is that for him the order was treated numerically! I don't know how he was able to produce the ...
by bethes
Mon Jan 11, 2010 10:40 pm
Forum: BibTeX, biblatex and biber
Topic: Wrong citation order with natibib and chicago style
Replies: 3
Views: 3958

Wrong citation order with natibib and chicago style

Hello,

I am having a similar (I think) issue with bibliography numbers not appearing in the right order, though it has to do with the key assignment for URL references (no author).

The package being used is natlib, and it is using the bibliography style "chicago.bst". A colleague on a Windows ...