[tex-live] pretesttl2016: bibtex and bibtex8 via biblatex produce output that stops pdflatex

Endre Oma endre.88.oma at gmail.com
Mon May 23 14:29:19 CEST 2016


Hi, I stumpled upon a bug in bibtex and bibtex8, using biblatex, where they
seem to add a newline if some parameter to a verb is too long. I've added a
minimum working sample at the end.


Wrong output:
--- snip ---
    \verb{url}
    \verb
  https://example.com/some/really/really/long/and/winding/path/to/documen
    \verb t.html
    \endverb
--- /snip ---


Expected output:
--- snip ---
    \verb{url}
    \verb
https://example.com/some/really/really/long/and/winding/path/to/documen
    \verb t.html
    \endverb
--- /snip ---


File mwe.tex:
\begin{filecontents*}{mwe.bib}
@online{sampleurl,
    title={sample},
    author={{Sample Sampleson}},
    url={
https://example.com/some/really/really/long/and/winding/path/to/document.html
},
},
\end{filecontents*}
\documentclass{article}

\usepackage[backend=bibtex8]{biblatex}
%\usepackage[backend=biber]{biblatex}
\addbibresource{mwe.bib}

\begin{document}

See \cite{sampleurl}

\printbibliography
\end{document}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://tug.org/pipermail/tex-live/attachments/20160523/f7b698d5/attachment.html>


More information about the tex-live mailing list