Search found 4 matches

by derajan
Fri May 15, 2009 12:35 am
Forum: BibTeX, biblatex and biber
Topic: Citation links to bibliography at end
Replies: 10
Views: 27495

Re: Citation links to bibliography at end

Hi,
Thanx I tried both options (putting comma after backref, removing second hyperef option).
But still its not doing what I want it to do.

derajan
by derajan
Thu May 14, 2009 4:11 am
Forum: BibTeX, biblatex and biber
Topic: Citation links to bibliography at end
Replies: 10
Views: 27495

Citation links to bibliography at end

Hi Stefan,
I am using backref , but its not linking my citation to the biliography at the end. No link comes up at the citation number.

This is how I am actually doing it:
\usepackage[
pdfauthor={derajan},
pdftitle={How to do this},
pdfstartview=XYZ,
bookmarks=true,
colorlinks=true,
linkcolor=blue ...
by derajan
Wed May 13, 2009 11:38 pm
Forum: BibTeX, biblatex and biber
Topic: Citation links to bibliography at end
Replies: 10
Views: 27495

Re: Citation links to bibliography at end

Hi,
Actually hyperref is not doing so automatically in my case:
Here is my hyperref statements:


\urlstyle{rm}
\usepackage[all]{hypcap}
\hypersetup{
bookmarksnumbered,
pdfstartview={FitH},
citecolor={blue},
linkcolor={blue},
urlcolor={black},
pdfpagemode={UseOutlines}
}
\makeatletter ...
by derajan
Wed May 13, 2009 4:55 am
Forum: BibTeX, biblatex and biber
Topic: Citation links to bibliography at end
Replies: 10
Views: 27495

Citation links to bibliography at end

Hi,
i am trying to make my citations in my paper linked to the bibliography at the end. Such that when I click at the citation (e.g. [1]) in the chapter, it takes me to theend of chapter where the reference actually sits with all details.
Can some one help me with how to do this.

RA