I loaded biblatex like this, before hyperref.
\usepackage[hyperref=true,backref=true]{biblatex}
\usepackage[pagebackref=true,breaklinks=true,letterpaper=true,colorlinks,bookmarks=false]{hyperref}
\usepackage{cleveref}
I am using texlive 2010 in Ubuntu.
I get the error,
Package biblatex Error: Incompatible package 'backref'
Any suggestions?
thanks
suresh
> I loaded biblatex like this, before hyperref.
>
> \usepackage[hyperref=true,backref=true]{biblatex}
> \usepackage[pagebackref=true,breaklinks=true,letterpaper=true,colorlinks,bookmarks=false]{hyperref}
> ?\usepackage{cleveref}
> I get the error,
> Package biblatex Error: Incompatible package 'backref'
\usepackage[colorlinks,bookmarks=false]{hyperref}
--
Heiko Oberdiek
pagebackref=true option is need for me in hyperref. If I retain that option, biblatex does not work. Besides, biblatex does not seem to accept IEEE bib style.
Any other suggestions?
suresh
> pagebackref=true option is need for me in hyperref. If I retain that
> option, biblatex does not work.
so it would seem that you have to fall back on use of bibtex until
philipp can arrange that it _does_ work.
> Besides, biblatex does not seem to
> accept IEEE bib style.
huh? you mean biblatex-ieee doesn't work? have you told the author?
> Any other suggestions?
like i said, forget about biblatex for this paper.
--
Robin Fairbairns, Cambridge
my address is @cl.cam.ac.uk, regardless of the header. sorry about that.
Could you clarify 'biblatex does not seem to accept IEEE bib style'. As
the demo document shows,
\usepackage[style=ieee]{biblatex}
should work fine.
--
Joseph Wright
Thanks to RF and Joseph Wright for the help.
suresh
Biblatex's pageref option replaces hyperref's pagebackref option. You
don't need the latter if you use biblatex.
> So I guess I cannot use biblatex for this paper as
> RF suggested.
There is no conflict in the sense of both packages being incompatible.
Both options do the same thing, it's just that you must enable this
functionality on the Biblatex end if you're using Biblatex. That's
all.
--
Sender address blackholed, do not reply directly.
You can still reach me by email at: lehman gmx net.
I am unable to see the page numbers printed at the bib listings where the particular reference is cited. However I get it properly if I use,
\usepackage[pagebackref=true,breaklinks=true,letterpaper=true,colorlinks,bookmarks=false]{hyperref}
but then I cannot use biblatex...
thanks
suresh