Search found 5 matches

by rtkomar
Fri Jul 01, 2011 5:47 pm
Forum: Text Formatting
Topic: Need help with hyperref and BiBTeX integration
Replies: 9
Views: 15981

Need help with hyperref and BiBTeX integration

Actually, all the hyperlinks in your example worked fine here, without making any changes (TeXlive 2010, all packages updated to the last available version, compiled with pdflatex). Of course, the link to the references display the wrong section number, as the references is an unnumbered section ...
by rtkomar
Mon Jun 27, 2011 9:24 pm
Forum: Text Formatting
Topic: Need help with hyperref and BiBTeX integration
Replies: 9
Views: 15981

Need help with hyperref and BiBTeX integration

Could you please post on the forum a minimal file (one with the package declarations and some text) of the latex file you are trying to use so that I can compile and get a feeling of the errors?

If you remove the \hypersetup directive, does everything work (just in case you do not have hyperref ...
by rtkomar
Mon Jun 27, 2011 6:28 pm
Forum: Text Formatting
Topic: Need help with hyperref and BiBTeX integration
Replies: 9
Views: 15981

Need help with hyperref and BiBTeX integration

Try this:

\renewcommand{\backrefpagesname}{ \protect\\ \textit{Cited on
page(s):}~}
\renewcommand{\backref}{\backrefpagesname}

Nothing is working.. :( And what I am supposed to do actually? Just enter the command you are showing in preamble?It still gives errors like

./proposal1.tex:39 ...
by rtkomar
Sun Jun 26, 2011 2:49 pm
Forum: Text Formatting
Topic: Need help with hyperref and BiBTeX integration
Replies: 9
Views: 15981

Need help with hyperref and BiBTeX integration

I think backref (or hyperbackref) needs to be setup as an option when you load the package, otherwise its value is set and you can not change it.

So you should write
\usepackage[hyperref,backpageref]{hyperref}

I tried this.. But it gives error message saying
"2238:Package caption Error ...
by rtkomar
Sun Jun 26, 2011 1:35 pm
Forum: Text Formatting
Topic: Need help with hyperref and BiBTeX integration
Replies: 9
Views: 15981

Need help with hyperref and BiBTeX integration

Hi all..
I am new to latex. I have been using it since a week. It is so easy to make a document.. But learning about the commands take a lot of time for beginners..

My Problem is, hyperref is not linking my citations with the references. I am using the standard IEEEtran.bst as my BIB style file ...