I want to create cite source in latex using texmaker and mendeley. In particular, whenever I click on the cited reference it directly goes to reference part where that cited reference is mentioned.
Asked
Active
Viewed 89 times
1
1 Answers
0
You don't mention how you create your citation call-outs, so I will assume that you're using either BibTeX or biblatex to manage the bibliographic entries, the citation commands, and the formatting of the bibliography itself. If that's the case, all you need to do is add the instruction
\usepackage{hyperref}
to your preamble. Note that this instruction should (in general) occur after all other packages have been loaded.
Mico
- 506,678
\usepackage[backref]{hyperref}? (See Create links from references in bibliography to usages in text) – Torbjørn T. Jan 18 '16 at 10:10