Search found 2 matches

by karl-ranseier
Fri Jan 13, 2012 10:06 am
Forum: BibTeX, biblatex and biber
Topic: hyperref | Line Break too early with 'pagebackref' Option
Replies: 1
Views: 1874

hyperref | Line Break too early with 'pagebackref' Option

Moved the problem to another discussion group:
http://groups.google.com/group/comp.tex ... b315821273#

These settings in the preamble work fine:

Code: Select all

\adjdemerits=6666 % Default 10000
\linepenalty=77 %Default=?
by karl-ranseier
Thu Jan 12, 2012 11:49 am
Forum: BibTeX, biblatex and biber
Topic: hyperref | Line Break too early with 'pagebackref' Option
Replies: 1
Views: 1874

hyperref | Line Break too early with 'pagebackref' Option

Hi,
I think hyperref produces an unnecessary line break when using the "pagebackref" option. My example is:
\documentclass[pdftex]{scrbook}
\usepackage[pagebackref]{hyperref}

\begin{document}
\bibliographystyle{plain}
\cite{Minimal}\clearpage
\cite{Minimal}\clearpage
\bibliography{bibi}
\end ...