Tagged Questions
3
votes
0answers
94 views
PDF links generated by \cite do not work when using project component files
When using the project files shown below, links generated by \cite[…] are displayed as links, but when I click on them nothing happens.
But when \completepublications[…] is directly written in ...
1
vote
1answer
230 views
Harvard Citation Styles “et al.” and hyperlinking citations to references
I am using the Harvard package and a Journal of Finance bst file (downloaded from the home page of Ivo Welch) in a LaTeX document. Here's my code:
\documentclass{report}
\usepackage{harvard}
...
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)
...