[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#146438: tetex-base: bibtex deals badly with \% at a linebreak



From: Agthorr <agthorr@barsoom.org>
Subject: Bug#146438: tetex-base: bibtex deals badly with \% at a linebreak
Date: Sat, 11 May 2002 18:29:00 -0700

> Here's a minimal LaTeX document:
> --------------------- main.tex -----------------------------------------
> \NeedsTeXFormat{LaTeX2e}
> \documentclass{article}
> \begin{document}
> \nocite{*}
> \bibliographystyle{acm}
> \bibliography{main}
> \end{document}
> ------------------------------------------------------------------------
> 
> and here's a more minimal bibtex file:
> --------------------- main.bib -----------------------------------------
>   howpublished = {fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff\%ggggggggggggg},
> }
> ------------------------------------------------------------------------
> 
> the .bbl I see from this is:
> --------------------- main.bbl -----------------------------------------
> \begin{thebibliography}{1}
> 
> \bibitem{qrp}
> fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff\%
> %ggggggggggggg.
> 
> \end{thebibliography}
> ------------------------------------------------------------------------
> 
> In the final dvi output, none of the g's appear.

I am not sure what is the expected output but as far
as I tested with the above sample files many g's appeared
in DVI when I previewd it with xdvi.

And the .bbl seems a bit different from the one above
and looks

----------------------------
\begin{thebibliography}{1}

\bibitem{qrp}
{\sc Rohrs, C.}
\newblock Query routing for the gnutella network.
\newblock
  ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff%
f\%ggggggggggggg.

\end{thebibliography}
----------------------------

(% sign appered twice, one just before final "f" and one with 
escape character "\"????)

Is there any meaning of the number of "f" and/or "g"?

Best regards,			   2002.5.14

-- 
 Debian Developer & Debian JP Developer - much more I18N of Debian
 Atsuhito Kohda <kohda@debian.org>
 Department of Math., Tokushima Univ.


-- 
To UNSUBSCRIBE, email to debian-tetex-maint-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: