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

Bug#581016: marked as done (texlive-binaries: BibTeX bug with initial and backslash-tilde)



Your message dated Mon, 10 May 2010 20:17:08 +0200
with message-id <20100510181708.GA15006@nb-rfstubne>
and subject line Re: Bug#581016: texlive-binaries: BibTeX bug with initial and backslash-tilde
has caused the Debian Bug report #581016,
regarding texlive-binaries: BibTeX bug with initial and backslash-tilde
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
581016: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=581016
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
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



--- End Message ---
--- Begin Message ---
On Mon, May 10, 2010 at 17:46 +0200, Vincent Lefevre wrote:
> 
> @misc{test2,
>   author = {Abc, D\~efg},
>   title = {The Title 2},
>   note = {Test.}
> }

This should read:

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

See also #4 in BibTeXing (available asa 'texdoc btxdoc'), 2.1 New
BibTEX features. 

cheerio
ralf


--- End Message ---

Reply to: