[tex-live] gost780 and bibentry

Ilya Leoshkevich i at kaf42.ru
Wed Apr 28 22:30:36 CEST 2010


Hi folks,

I ran into gost780 bibliography style interacting in a bad way with bibentry
package.
Here is the minimal failing example (it works fine if you replace gost780u
with plain):

awk at cave:~/bib$ cat bib.tex
\documentclass[14pt,a4paper]{extreport}
\usepackage{bibentry}
\nobibliography*
\begin{document}
\bibentry{Wow}
\bibliographystyle{gost780u}
\nobibliography{bib}
\end{document}
awk at cave:~/bib$ cat bib.bib
@article {Wow,
        author = {John Doe and Jane Doe},
        title = {Cool stuff},
        journal = {Acme},
        year = {2010},
        volume = {1},
        pages = {1-2}
}
awk at cave:~/bib$ pdflatex bib
This is pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009)
entering extended mode
(./bib.tex
LaTeX2e <2009/09/24>
Babel <v3.8l> and hyphenation patterns for english, usenglishmax, dumylang,
noh
yphenation, german-x-2009-06-19, ngerman-x-2009-06-19, ancientgreek, ibycus,
ar
abic, basque, bulgarian, catalan, pinyin, coptic, croatian, czech, danish,
dutc
h, esperanto, estonian, farsi, finnish, french, galician, german, ngerman,
mono
greek, greek, hungarian, icelandic, indonesian, interlingua, irish, italian,
ku
rmanji, latin, latvian, lithuanian, mongolian, mongolian2a, bokmal, nynorsk,
po
lish, portuguese, romanian, russian, sanskrit, serbian, slovak, slovenian,
span
ish, swedish, turkish, ukenglish, ukrainian, uppersorbian, welsh, loaded.
(/usr/local/texlive/2009/texmf-dist/tex/latex/extsizes/extreport.cls
Document Class: extreport 1996/10/08 v1.0 Non Standard LaTeX document class
(/usr/local/texlive/2009/texmf-dist/tex/latex/extsizes/size14.clo)
(/usr/local/texlive/2009/texmf-dist/tex/latex/base/exscale.sty))
(/usr/local/texlive/2009/texmf-dist/tex/latex/natbib/bibentry.sty)
No file bib.bbl.
No file bib.aux.

LaTeX Warning: Citation `Wow' undefined on input line 5.

No file bib.bbl.
(./bib.aux)

LaTeX Warning: There were undefined references.

 )
No pages of output.
Transcript written on bib.log.
awk at cave:~/bib$ bibtex bib
This is BibTeX, Version 0.99c (TeX Live 2009)
The top-level auxiliary file: bib.aux
The style file: gost780u.bst
Database file #1: bib.bib
awk at cave:~/bib$ pdflatex bib
This is pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009)
entering extended mode
(./bib.tex
LaTeX2e <2009/09/24>
Babel <v3.8l> and hyphenation patterns for english, usenglishmax, dumylang,
noh
yphenation, german-x-2009-06-19, ngerman-x-2009-06-19, ancientgreek, ibycus,
ar
abic, basque, bulgarian, catalan, pinyin, coptic, croatian, czech, danish,
dutc
h, esperanto, estonian, farsi, finnish, french, galician, german, ngerman,
mono
greek, greek, hungarian, icelandic, indonesian, interlingua, irish, italian,
ku
rmanji, latin, latvian, lithuanian, mongolian, mongolian2a, bokmal, nynorsk,
po
lish, portuguese, romanian, russian, sanskrit, serbian, slovak, slovenian,
span
ish, swedish, turkish, ukenglish, ukrainian, uppersorbian, welsh, loaded.
(/usr/local/texlive/2009/texmf-dist/tex/latex/extsizes/extreport.cls
Document Class: extreport 1996/10/08 v1.0 Non Standard LaTeX document class
(/usr/local/texlive/2009/texmf-dist/tex/latex/extsizes/size14.clo)
(/usr/local/texlive/2009/texmf-dist/tex/latex/base/exscale.sty))
(/usr/local/texlive/2009/texmf-dist/tex/latex/natbib/bibentry.sty)
(./bib.bbl)
(./bib.aux)

LaTeX Warning: Citation `Wow' undefined on input line 5.

! Undefined control sequence.
<argument> \selectlanguageifdefined
                                    {english} \BibEmph {Doe,~J.} Cool
stuff~...
l.5 \bibentry{Wow}

?
! Emergency stop.
<argument> \selectlanguageifdefined
                                    {english} \BibEmph {Doe,~J.} Cool
stuff~...
l.5 \bibentry{Wow}

!  ==> Fatal error occurred, no output PDF file produced!
Transcript written on bib.log.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://tug.org/pipermail/tex-live/attachments/20100429/a7450678/attachment.html>


More information about the tex-live mailing list