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

Bug#581016: texlive-binaries: BibTeX bug with initial and backslash-tilde



Package: texlive-binaries
Version: 2009-5
Severity: normal

Consider the following files:

---- tilde-abbrv.tex ----

\documentclass{article}
\begin{document}
\nocite{*}
\bibliographystyle{abbrv}
\bibliography{tilde-abbrv}
\end{document}

---- tilde-abbrv.bib ----

@misc{test1,
  author = {Abc, Defg},
  title = {The Title 1},
  note = {Test.}
}

@misc{test2,
  author = {Abc, D\~efg},
  title = {The Title 2},
  note = {Test.}
}

One gets the following .bbl file:

\begin{thebibliography}{1}

\bibitem{test1}
D.~Abc.
\newblock The title 1.
\newblock Test.

\bibitem{test2}
D.~e. Abc.
\newblock The title 2.
\newblock Test.

\end{thebibliography}

The second entry is incorrect due to the "\~".

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-3-amd64 (SMP w/8 CPU cores)
Locale: LANG=POSIX, LC_CTYPE=en_US.ISO8859-1 (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash

Versions of packages texlive-binaries depends on:
ii  libc6                   2.10.2-7         Embedded GNU C Library: Shared lib
ii  libfontconfig1          2.8.0-2.1        generic font configuration library
ii  libfreetype6            2.3.11-1         FreeType 2 font engine, shared lib
ii  libgcc1                 1:4.4.4-1        GCC support library
ii  libkpathsea5            2009-5           TeX Live: path search library for 
ii  libncurses5             5.7+20100313-2   shared libraries for terminal hand
ii  libpng12-0              1.2.43-1         PNG library - runtime
ii  libpoppler5             0.12.4-1         PDF rendering library
ii  libstdc++6              4.4.4-1          The GNU Standard C++ Library v3
ii  libx11-6                2:1.3.3-3        X11 client-side library
ii  libxaw7                 2:1.0.7-1        X11 Athena Widget library
ii  libxmu6                 2:1.0.5-1        X11 miscellaneous utility library
ii  libxpm4                 1:3.5.8-1        X11 pixmap library
ii  libxt6                  1:1.0.7-1        X11 toolkit intrinsics library
ii  tex-common              2.07             common infrastructure for building
ii  zlib1g                  1:1.2.3.4.dfsg-3 compression library - runtime

texlive-binaries recommends no packages.

texlive-binaries suggests no packages.

-- no debconf information



Reply to: