1
vote
0answers
57 views

BibLaTeX/BibTeX custom field to show file link [closed]

I am trying to build a database for my references. I don't want to use Mendeley or so to do the job. Therefore I have a pdf file that displays all references that I have, like it is in the MWE. Now I ...
5
votes
1answer
67 views

biblatex+hyperref: citetitle/citeauthor and get hyperlink

I find myself frequently using the \citetitle and \citeauthor commands of biblatex. They are great commands, but they don't provide a hyperlink to the entry in the bibliography. TO overcome this, I ...
3
votes
1answer
97 views

Faint pdfborder borders for URL links when using breakurl

I have been battling to have URLs appear with borders in my manuscript, and after poking around, it appears the problem is the way I am generating my final PDF output. I cycle through latex -> ...
2
votes
1answer
176 views

How to use \cite with biblatex in figures? (using style=footnote-dw) [duplicate]

After googling for a while, I decided to ask this question on here.. I am desperately trying to make a citation inside a figure (using BibLaTeX and the footnote-dw style [the sources are added as ...
4
votes
1answer
116 views

Biblatex style with hyperlinks using url in bib file

I am using biblatex with the href option for my bibliography. I would like to use the url field of my bib file to add a hyperlink to the online version of the article. However I don't want the whole ...
2
votes
1answer
173 views

Getting hyperref to work with \citeyear and \citeyearpar in biblatex

When used in concert with the hyperref package, biblatex automatically creates hyperrefs for citations but not if they are inserted using \citeyear or \citeyearpar. Is it possible to add a hyperref to ...
0
votes
0answers
27 views

deeplink bibliography items using Biblatex [duplicate]

Possible Duplicate: biblatex: Make title hyperlink to doi url (if available) I am looking for a way to make my bibliography items links to the articles on the internet using Biblatex. The ...
5
votes
0answers
170 views

Incorrect position of hyperref links in block environments in beamer

I use a template for beamer that redefines the block environment to make a real shadow, outline and custom bend corners. The look of it is quite nice but unfortunatly comes with the side effect of an ...
10
votes
1answer
96 views

hyperlinking author names in biblatex when using \citeauthor

Using biblatex, the \citeauthor no longer is hyperlinked by default (as done in natbib). I am currently desperately looking for a way to make it a hyperlink ... any suggestion welcome
2
votes
2answers
391 views

Problems with titlesec, hyperref, biblatex and tocbibind

I am using the titlesec package to change the section font to sans-serif. Unfortunately, this breaks the links to "unnumbered" sections both in the TOC and in the bookmarks sidebar of PDF readers. I ...
6
votes
2answers
164 views

How can I make \citetitle work in a hyperref section bookmark?

I'm trying to use hyperref on a very large number of section headings for pieces of artwork in a document, but I have to use a workaround to get the title of the artwork into a bookmark of the ...
22
votes
2answers
456 views

Automatically link bibliography entry to Google Scholar when no url field is present

Something I thought would be absolutely amazing but is way beyond my BibLaTeX skills: whenever there is no url field, generate a link that searches for the title, authors and year on Google Scholar. ...
2
votes
1answer
379 views

How do I turn titles into hyperlinks in verbose mode using BibLaTeX and hyperref?

I'm using hyperref and BibLaTeX's verbose style, and would like for bibliography entries and initial (but not subsequent) citations, instead of printing out a URL, to use the URL to make the titles of ...
20
votes
2answers
1k views

biblatex: make title hyperlink to DOIs, URL or ISBN

This is a follow up question to biblatex: Make title hyperlink to doi url (if available). My reference database contains some DOI codes, but mainly normal URLs and some ISBN/ISSN codes. What I would ...
6
votes
1answer
206 views

Error when using \autocite within \section

When I load hyperref and use the \autocite{...} command within a \section{...}, my .log file reveals the following warning: Package hyperref Warning: Token not allowed in a PDF string ...
8
votes
1answer
352 views

Possible incompatibility between biblatex and hyperref's pdfmark?

I am trying to use biblatex's \citetitle inside a \pdfmark so that the title of a citation pops up as a tooltip in PDFs. Code looks like this: %% A tooltip macro using pdfmark \newcounter{tooltip} ...
8
votes
2answers
547 views

Changing the hyperref target for back references in biblatex bibliography

In my bibliography style, I have added a trigger to change the biblatex bibliography back reference mechanism to refer to the paragraph numbers in the margins ("runners") instead of pages. ...
5
votes
1answer
347 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} ...
7
votes
1answer
976 views

Formatting back references in bibliography

I would like to change the way the back references are shown in the bibliography, such that they are all shown within parentheses. So I would like to see (page x, y, z) after my bibitems. This ...
8
votes
1answer
625 views

Avoiding inelegant splits on URLs

I am using biber and biblatex to process my bibliography. URLs are handled with breaklinks=true under hyperref. I have found an inelegant breakup of a hyperlink resulting in a reference like this ...
4
votes
1answer
259 views

biblatex and tabular patching: error message

(/localhost/texlive/2011/texmf-dist/tex/latex/oberdiek/rerunfilecheck.sty)) (/localhost/texlive/2011/texmf-dist/tex/generic/oberdiek/se-ascii-print.def) (./TikZ-commands.tex) ...
1
vote
1answer
220 views

HTML reference in bib file

I am sure you have encountered with the following question, so in advance I would be thankful to your help. I have created a bib file, and one of the my reference is an article on the web which I ...
4
votes
1answer
827 views

adding doi-hyperlinks to journal, volume, issue, year, pages in the bibliography

I am trying to make a hyperlink in my bibliography referring the doi-url. The url begins with journal name and ends with the pages. Do to this I am using the code provided by Mateus Araújo in ...
10
votes
2answers
690 views

Biblatex, authoryear-comp, and hyperlinks

In answer to this question, Audrey offered an answer that works great with the authoryear option. (Context: I'm trying to get the hyperlink in citations to include the name of the author, and not ...
2
votes
1answer
176 views

Follow-up question to: hyperlink name with biblatex authoryear

I'm new here, so I don't know whether I should be creating a new question for this, since this is a follow-up to this question. I'm trying to get both the name and the year in biblatex's citations to ...
19
votes
1answer
1k views

biblatex: Make title hyperlink to doi url (if available)

I'm using biblatex with the standard bibliography style. How or what should I modify so that the title is turned into a link pointing to a suitable doi url? (of course only if the doi is available)
3
votes
1answer
372 views

How to combine Shorthands of bibliographcal entries with acronyms in text?

I would like to make \printshorthands for the code below and to put put acronyms used in text in the same list with bibliographical shorthands. Could somebody help? \documentclass[12pt]{report} ...
3
votes
1answer
113 views

Biblatex: Linked \parencitetitle

How can I define a citation command that works like biblatex's \citetitle but is in parentheses and linked to the corresponding bibliography entry? (\citetitle itself is not linked)
6
votes
1answer
969 views

hyperlink name with biblatex authoryear (biblatex 1.4b)

I'm new here so I'm not sure if this is the right way to express my question: I'm using the excellent biblatex package with the author-year style and want the links in my citations to include the ...
4
votes
1answer
605 views

biblatex, hyperref and punctuation issue

And a little bit more biblatex stuff: I've noticed that, when using hyperref, there is an issue in form of an ugly space between the citation and the punctuation (be it comma or period). Please, take ...
12
votes
2answers
889 views

biblatex-apa and hyperref: right parenthesis not part of link for \textcite

I use biblatex-apa citation style. I also use hyperref with colour links, rather than ugly coloured boxes. When I use \textcite the author name and year are both part of the link, but the right ...
10
votes
1answer
676 views

hyperlinks in biblatex

I'm making a biblatex style to solve an issue with the standard styles: if you have a reference with a doi field, it just prints the DOI number, with a clickable link if hyperref is enabled. But a ...
16
votes
3answers
2k views

hyperlink name with biblatex authoryear

I am using biblatex with the authoryear styles. So far I've been able to find everything I need easily in the excellent documentation, but I'm stuck on one thing. With my current settings (below) ...