Search found 6 matches

by autonomouse
Mon Jan 12, 2009 12:55 pm
Forum: General
Topic: Page numbers to refs: Adding the word 'page' to pagebackref
Replies: 16
Views: 17584

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

Oh sorry, one more thing...

At the minute it says "(page 1)" or "(page 1, 2, 3,4)" etc, but can you think of a way to make it use "page" when there's one ref, but "pages" when there's more than one, and also, which might be a bit harder, if there are multiple contiguous numbers is there a way to ...
by autonomouse
Sun Jan 11, 2009 6:41 pm
Forum: General
Topic: Page numbers to refs: Adding the word 'page' to pagebackref
Replies: 16
Views: 17584

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


you could redefine \backref:
\renewcommand*\backref[1]{\ifx#1\relax \else (page #1) \fi}


Wow - I should have posted here about 3 hours ago and saved myself a lot of fruitless googling.

Thanks a lot, gmedina.

Would you mind just explaining what you did there though please? It works, but I've ...
by autonomouse
Sun Jan 11, 2009 5:53 pm
Forum: New Members
Topic: Hello!
Replies: 1
Views: 1771

Hello!

Hello,

I've never really been much of a forum poster, as someone else has usually posted the question I wanted if I looked hard enough, but I couldn't find the answer to a problem anywhere, so it's convinced me to sign up.

I'm a computational neuroscience PhD student and I'm just writing up so I ...
by autonomouse
Sun Jan 11, 2009 5:01 pm
Forum: General
Topic: Page numbers to refs: Adding the word 'page' to pagebackref
Replies: 16
Views: 17584

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

Hi,

I'm writing my Phd thesis and I want to include links from my references to the pages where they are cited.

I trawled the internet and found a way to do it using the hyperref package with pagebackref=true as shown here:


\usepackage[pagebackref=true]{hyperref} % Produces hyperlinks and page ...