Search found 3 matches

by pvmeel
Mon Aug 03, 2009 10:41 pm
Forum: General
Topic: Page numbers to refs: Adding the word 'page' to pagebackref
Replies: 16
Views: 17555

Page numbers to refs: Adding the word 'page' to pagebackref

Hi all,

I still haven't found a solution to the problem I prviously described. I have however found some sort of work around - placing the missing refs outside the page - although it seem pretty ugly to me. But hej, it works....

blablabla about \citep{a, b, c, d}. Blablabla

\begin{minipage}[b ...
by pvmeel
Mon Jul 20, 2009 11:00 am
Forum: General
Topic: Page numbers to refs: Adding the word 'page' to pagebackref
Replies: 16
Views: 17555

Page numbers to refs: Adding the word 'page' to pagebackref

Hi gmedina,

Thx for your reply. If figured out what causes the problem: it's the addition of the option "sort&compress" for the natbib package (\usepackage[sort&compress,comma, numbers]{natbib}). It makes multiple refs [1,2,3] appear as [1-3]. Since 2 isn't on the page, it doesn't get backrefs. 1 ...
by pvmeel
Fri Jul 17, 2009 11:59 pm
Forum: General
Topic: Page numbers to refs: Adding the word 'page' to pagebackref
Replies: 16
Views: 17555

Re: Page numbers to refs: Adding the word 'page' to pagebackref

First of all let me say thanks to gmedina for the addition of "page/pages" to the backref's. It looks so much better now!!

But I have another question. I use multiple references: \citep{ref1, ref2, ref3} made possible by the 'natbib' package. In the biblio however, only ref3 gets the backrefs, the ...