Tagged Questions
1
vote
1answer
24 views
\cite without hyperlink (Citation in captions)
I want cite a reference (by using \citet, \citeauthor or \citeyear.) inside a \caption{}. Something like this:
\caption{Characteristics assessed in \citet{perell_fall_2001}}
I'm using the natbib ...
0
votes
0answers
55 views
Problem after updating hyperref package [closed]
\cite{} and \ref{} were working fine with 2010 version of hyperref. But I updated it so that I can use hidelinks. Now hidelinks works but it’s giving me an “undefined control sequence” error for ...
2
votes
1answer
175 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 ...
0
votes
1answer
58 views
Number equation with previously used (auto-assigned) number [duplicate]
Assume you have a long text (i.e. a thesis/book/etc) with a lot of equations per chapter. At some point later in the text, you not only want to reference an equation but actually spell it out again, ...
2
votes
1answer
80 views
How do I enlarge hyperref's reference link boxes to cover additional text around the actual reference counter in a numeric bibliography style?
I am using the memoir class with a numeric citation style that adds the letter "r" before a reference. A minimal example would be this:
\documentclass{memoir}
\usepackage[super]{natbib}
...
0
votes
1answer
172 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" ...
4
votes
1answer
781 views
Clash between bibentry and hyperref with bibstyle elsart-harv
I'm using the bibentry package for inserting my bibitems into a CV without printing the bibliography. This works just fine until I load hyperref. Then I get the error message Lonely \item--perhaps a ...
3
votes
2answers
507 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 ...
2
votes
1answer
155 views
Create version of report with local links to referenced articles
I have the following set-up in mind, and I hope someone could help me achieve this:
I cite entries from my .bib file. I use the hyperref package (manual) with the pagebackref option set to true, so ...
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 ...
0
votes
0answers
380 views
citecolor does not work [closed]
I'm using:
\usepackage{harvard}
\bibliographystyle{jof}
\usepackage{hyperref}
\hypersetup{
colorlinks=true,
citecolor=red,
filecolor=blue,
linkcolor=blue,
urlcolor=blue,
pdfborder= {0 0 0},
...
2
votes
3answers
1k views
Why do hyperref and harvard not work together properly?
In my current work, I cannot seem to get the packages harvard and hyperref to work together properly.
A small example:
\documentclass[12pt,a4paper]{scrreprt}
\usepackage[utf8x]{inputenc}
...
1
vote
1answer
196 views
Changing color for apalike2 + natbib
I am ussing apalike2 with natbib and I would like to apply normal, black color instead of light-green in my referrences, for example command:
\citep{someone}
produces green text:
(Smith, 2011)
...
6
votes
1answer
488 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, ...
8
votes
1answer
853 views
How to hyperlink only the year part when using natbib and hyperref
I am using the natbib and hyperref packages:
\usepackage{natbib}
\usepackage[pagebackref=true, plainpages=false, bookmarks, bookmarksnumbered,
colorlinks, linktocpage=true, linkcolor=blue, ...
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 ...
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)
2
votes
2answers
3k views
Citep only works as cite?
In an ideal situation using natbib and abbrvnat, citations e.g. \citet{Jones2004} and '\citep{Jones2004}' would have given Jones et al. (2004) and (Jones et al., 2004) respectively.
Unfortunately I ...
3
votes
0answers
326 views
Citet and citep not working with hyperlink [duplicate]
Possible Duplicate:
Citep only works as cite?
I used bibtex/natbib to compile my thesis, but unfortunately \citet and \citep don't connect with the hyperlink. In short:
\cite{KEY} gives ...
12
votes
2answers
886 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 ...
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) ...

