Re: [MiKTeX] Runaway argument when using bibentry, natbib and acmtrans.bst
MiKTeX source code moved to GitHub
Brought to you by:
csc
|
From: Justin B. <jgb...@gm...> - 2010-01-25 21:47:33
|
Unfortunately that doesn't help, but thanks for looking. On Mon, Jan 25, 2010 at 1:36 PM, Thompson,Paul <THO...@sa...> wrote: > Note that your booktitle has an unclosed ' > > Paul A. Thompson, Ph.D. > > > > Additional contact numbers: > Cell: 618-974-0473 > Fax: 605-328-0401 > > > -----Original Message----- > From: Justin Bailey [mailto:jgb...@gm...] > Sent: Monday, January 25, 2010 3:04 PM > To: mik...@li... > Subject: [MiKTeX] Runaway argument when using bibentry,natbib and > acmtrans.bst > > Greetings! > > I am having a vexing problem with the combination of two LaTeX > packages (natbib & bibentry) and an ACM-provided BibTeX style file > (http://www.acm.org/publications/latex_style/acmtrans.bst). I am using > MikTeX 2.8. I'm glad to provide more information, or if there is a > better place for me to ask this let me know. > > I want to produce an annotated bibliography, with references in-line > with my text. I'd rather not put all my text in the @annotation field > in the .bib file. Therefore, I want to use the bibentry > package.However, every attempt to use these three items together gives > me the same error: > > Runaway argument? > {1994}\relax \BR@bibitem {Launchbury94Lazy}\else \BR@bibitem [\protect > \ETC. > ! Paragraph ended before \citeauthoryear was complete. > <to be read again> > \par > l.10 > > It really makes no sense to me what is going on here. Any help is > appreciated. Here is the "\listfiles" output: > > Package: natbib 2009/07/16 8.31 (PWD, AO) > Package: bibentry 2007/10/30 1.5 (PWD) > > The following 2 files demonstrate the problem. First, b.tex: > > \documentclass[11pt]{article} > \usepackage{natbib} > \usepackage{bibentry} > \listfiles > \begin{document} > \bibliographystyle{acmtrans} > \nobibliography{b} > > \bibentry{Launchbury94Lazy} > > \end{document} > > And b.bib: > > @inproceedings{Launchbury94Lazy, > author = {Launchbury, John and Peyton Jones, Simon L.}, > title = {Lazy functional state threads}, > booktitle = {PLDI '94: Proceedings of the ACM SIGPLAN 1994 conference > on Programming language design and implementation}, > year = {1994}, > isbn = {0-89791-662-X}, > pages = {24--35}, > location = {Orlando, Florida, United States}, > doi = {http://doi.acm.org/10.1145/178243.178246}, > publisher = {ACM}, > address = {New York, NY, USA}, > } > > Runnning latex; bibtex; latex; latex will show the problem. Thanks in > advance for any help. > > Justin > > ------------------------------------------------------------------------ > ------ > The Planet: dedicated and managed hosting, cloud storage, colocation > Stay online with enterprise data centers and the best network in the > business > Choose flexible plans and management services without long-term > contracts > Personal 24x7 support from experience hosting pros just a phone call > away. > http://p.sf.net/sfu/theplanet-com > _______________________________________________ > MiKTeX-Users mailing list > MiK...@li... > https://lists.sourceforge.net/lists/listinfo/miktex-users > > ----------------------------------------------------------------------- > Confidentiality Notice: This e-mail message, including any attachments, > is for the sole use of the intended recipient(s) and may contain > privileged and confidential information. Any unauthorized review, use, > disclosure or distribution is prohibited. If you are not the intended > recipient, please contact the sender by reply e-mail and destroy > all copies of the original message. > > ------------------------------------------------------------------------------ > The Planet: dedicated and managed hosting, cloud storage, colocation > Stay online with enterprise data centers and the best network in the business > Choose flexible plans and management services without long-term contracts > Personal 24x7 support from experience hosting pros just a phone call away. > http://p.sf.net/sfu/theplanet-com > _______________________________________________ > MiKTeX-Users mailing list > MiK...@li... > https://lists.sourceforge.net/lists/listinfo/miktex-users > > |