1
vote
1answer
25 views

References in bookmarks

The references does not appear in bookmarks. I am using the following environment. \documentclass[12pt]{article} \usepackage[bookmarks]{hyperref} \begin{document} \begin{thebibliography}{1} ...
3
votes
1answer
50 views

Why hyperref doesn't break links when using \href but it does when using \url ? Bibtex entries in the middle of a document?

I encountered the following problem while preparing my CV. There are a few links prepared by hyperref that are not broken in several lines. I am wondering if there is a way to fix this problem. This ...
1
vote
1answer
36 views

hyperlinking in bibliography

I am using a Ubuntu 12.04 machine in which I have loaded LaTeX (packages from CTAN, not the default ones). I want to bring hyperlinks in the bibliography files. Though my bib file contains all the ...
1
vote
1answer
36 views

Backref also lists and links to citations in listoffigure/listoftables

I sometimes use \cite in the figure or table environment and use backref to be able to link to citations from the bibliography. If I include a list of figures or list of tables the citation is ...
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 ...
10
votes
1answer
114 views

Beamer ignores citecolor from hyperref

How do I make citation links green in Beamer? It seems that Beamer ignores the hyperref option citecolor. I tried using the linkcolor option instead, but that affects all links (such as the link to ...
2
votes
1answer
118 views

bibtex - how to have a web link without the url (ideally to have a link on the number) [duplicate]

I have been messing around a bit with different packages - url, hyperref etc. to get urls into my bibliography. Essentially i've got to the point where I have the url - with a clickable weblink over ...
1
vote
1answer
51 views

Hyperref link jumps to the first entry of the bibliography entry rather than to its title [duplicate]

This is a follow-up question to Gonzalo Medina's answer of Bibliography in table of contents. One of his solutions for including the bibliography in the ToC is to use the following code: ...
1
vote
1answer
77 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 ...
0
votes
1answer
59 views

How to avoid boldface citations with hyperref [closed]

When using the hyperref package, citations are automatically typeset as hyperlinks to the bibliography. According to the documentation, the color of these links can be set. Is there any way to get ...
0
votes
0answers
57 views

Bidirectional links [duplicate]

Possible Duplicate: Footnote backreference with hyperref In bibliography, how to print the page in my text where I cited certain paper? How can make link from footnotes to text and from ...
2
votes
1answer
81 views

Flushing right the pagebackrefs in the bibliography with hyperref

I'd like to flush the back references to pages in my bibliography to the right. I have a solution for the citeref package, see the MWE. But how can I achieve this when using hyperref? ...
2
votes
1answer
155 views

pagebackref option is not working in Beamer

When I use \usepackage[pagebackref]{hyperref} in \documentclass{article}, it works perfectly. But when I use it in beamer class i.e. \documentclass[hyperref={pagebackref=true}]{beamer}, it does not ...
0
votes
1answer
171 views

Sorting references, and displaying “References” instead of “Bibliography”

In my \documentclass{llncs}, I use \usepackage{hyperref} \usepackage[sort]{natbib} to sort the references of my document. While the above achieves sorting, the section entitled "Bibliography" ...
3
votes
2answers
506 views

chicago.sty and hyperref: hyperlink formatting

chicago.sty offers a number of citation commands which may output a link to the bibliography if hyperref is used. As long as no page number is given, hyperlink formatting is as expected (cf. last ...
1
vote
1answer
185 views

Remove cross-references to sections from bibliography entries

I am using an in-document bibliography i.e. \begin{thebibliography}{99} \bibitem{R:30} ... \end{thebibliography} For reasons unknown this results in latex placing an index of section references to ...
0
votes
0answers
63 views

Wrong bibliography link in TOC [duplicate]

Possible Duplicate: Insert list of figures in the table of contents In order to add Bibliography and List of Figures in TOC I do like this \listoffigures ...
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} ...
4
votes
1answer
744 views

How do I use a phantom section in conjunction with nameref?

To have the bibtex bibliography properly in the toc I use a \phantomsection and give it a label. Then I add it to the toc using \addcontentsline{toc}{section}{References}. You can see a full example ...
8
votes
1answer
380 views

Web links in the bibliographical labels

The class for the AIMS journals has one nice feature: In the bibliography, one can click over the label of a bib reference and the AMS' MathReview pops out in the browser. See an example. I used to ...
2
votes
0answers
557 views

Wrong links in bibliography using hyperref with options pagebackref and hypertexnames=false [closed]

I am using the hyperref package (v6.82m) with MiKTeX 2.9. I am using the option pagebackref so as to obtain a bibliography with links to the pages where the references are cited. I am also using the ...
7
votes
1answer
276 views

Removing double entries from hyperref's pagebackref

When using hyperref's pagebackref, the same page is listed multiple times, if the reference appears on that particular page more than once. e.g.: A. Hindle, M. Godfrey, and R. Holt. Software ...
9
votes
2answers
575 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 ...
5
votes
1answer
434 views

Problem with hyperref's pagebackref, modroman and thebibliography

Following @yiannis-lazarides comment here, I decided to use the modroman package for my frontmatters. In my actual project I don't have that many references, and thus decided to use the ...
11
votes
3answers
2k views

Option to break urls with carriage-return symbol?

There are several ways to get long, uncooperative URLs to line-break in LaTeX. If you're using pdfLaTeX, then the hyperref package can break them across lines for you, roughly after any /. If you ...
2
votes
1answer
249 views

How do I change the color of the 'pages' text in the bibliography when using hyperref with pagebackref enabled? [closed]

I'm using hyperref to add pdf hyperlinks to all references in my document. I am using the pagebackref option, so in the bibliography I get a nice list of links to the pages the reference appeared. ...
0
votes
1answer
279 views

wrong page numbering in the bibliography using fncychap

When I use the hyperref and the fncychap package, the bibliography in the ToC gives an incorrect link. When I click on references in the summary it does not go to page bibliography. How do I fix? ...
2
votes
1answer
209 views

hyperref, smfbook, and bibliographies

I am writing a paper/book for a French journal, which requires use of the package "smfbook." Everything seems to work fine, except that hyperref, smfbook, and the bibliography do not seem to work well ...
6
votes
1answer
485 views

\subsection{\citeauthor{some-bib-ref}} => “Token not allowed in PDF string”

I've got a section in my document in which every \subsection{} is about some paper and should be headed by a (textual) reference to that paper in the bibliography. However, with hyperref included, ...
3
votes
1answer
300 views

Enclosing Page Numbers using the `Backref=Pages` Extension of `Hyperref`

I'm using the backref=pages extension of the hyperref package, as I'd like to have a list of back-reference pages after my bibliographic items. Is there a way to enclose these page numbers in brackets ...
1
vote
2answers
486 views

Hyperref links in bibliography do not work

I added the hyperref package and got some errors. Thus I deleted the auxiliary files and compiled again. This time there were no errors, and the links work except in the cites (bibliography), where I ...
6
votes
1answer
957 views

Clickable, bottom page reference ?! Possible ?

I'm new here but I see the place looks hyperactive. I guess I'll ask a lot in the next months. So new to LaTeX and starting my PhD thesis redaction. I got this template for a PhD thesis at ...
0
votes
1answer
848 views

Remove hyper reference (back reference) in bibliography [closed]

I'm having a trouble with removing the hyperlinks that LaTeX generates after each bibliographic entry. Example: A. Jonas, J. App. Chem, 2000, 1,5,8,13,15,17 The numbers "1,5,8,..." are in ...
4
votes
1answer
1k views

How to make good bibliography with hyperlink?

I have been struggling to have something like this: 1) In the text: 'It has been shown (Arnold et al., 2011) that space technology is expected to...' 2) In bibliography: Arnold, J. P., S. ...
1
vote
1answer
806 views

Generating links from citations for bibliography using BibTeX and Hyperref

I created a LaTeX document on Windows using TeXworks with the MiKTeX package. When I copied the same .tex file over to Linux (Ubuntu 9.10) and tried to compile using TeXLive everything worked fine ...
14
votes
1answer
546 views

Hyperlinks to a bibliography are one line off

I have long despaired of resolving the following glitch: if I am using hyperref with amsrefs, then all \cite links to the bibliography point to the line right below where they are supposed to. Here ...
23
votes
2answers
1k views

Pop-up references in PDF output

I once saw a maths journal which offered PDFs of published papers, where the bibliographic references were formatted as PDF annotations: if you moused over a reference in the text, the bibliography ...