1
vote
1answer
81 views

multibib - hyperref doesn't work for my second bibliography

I am using the multibib and hyperref packages. I would like to create clickable citations for my bibliographies. It works for the first one (biblio.bib) but not the second one (awebsite.bib) Here is ...
1
vote
1answer
76 views

hyperref and bibunits: link does not work

I often like to use hyperref to make references to theorems and articles in the bibliography clickable. However, I noticed that when I use bibunits, I can only click on links to theorems, not on ...
1
vote
0answers
173 views

How to make hyperref and bibunits work with babel

Is it possible to make hyperref and bibunits work with babel? I have tried a patch from Bibliographie globale : LaTeX but although the example seems to work, it does not with my bib files. I know ...
4
votes
1answer
109 views

texindy/imakeidx book marks point to incorrect pages with multiple indices

I have two indexes: the Main Index and Name Index. The PDF books are visually correct: Note that the Name Index starts on Page 6, and the Z entry for the Name Index is on Page 7. However, up ...
5
votes
1answer
346 views

Clash between splitbib and hyperref

When I use the splitbib package, the anchors for the citations produced by hyperref seem to disappear. I have some example code to illustrate the problem: \documentclass{article} ...
9
votes
2answers
574 views

Is it possible to have back references after each chapter with a single main.bib file?

I'm using LaTeX + BibTeX to write my dissertation. I have one separate .tex file for each chapter. And I'll generate one bibliography for each chapter. But all the references are from the same file ...
5
votes
2answers
2k views

Multiple bibliographies (cited references + list of publications)

I am writing a book document in which I have to put a bibliography, containing all the references cited throughout the text, and a list of publications, that should appear after the bibliography, as ...
2
votes
1answer
515 views

Why does hyperlink point to a wrong page when option “labeled” for multibib is activated?

When using multibib without labeled option, the hyperlink from citation sends me to correct page (page 2). \documentclass{article} \usepackage{hyperref} \usepackage{multibib} \newcites{z}{Bla} ...
7
votes
3answers
3k views

multibib and links to bibliography (with hyperref, natbib)?

I'm using the multibib package but cannot get links to work with it and hyperref. Is this combination possible? A sample document follows: If I add a \usepackage{natbib} in the preamble then links do ...