help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: error in bibtex.el function bibtex-parse-buffers-stealthily


From: Emanuel Berg
Subject: Re: error in bibtex.el function bibtex-parse-buffers-stealthily
Date: Fri, 09 Jun 2017 04:46:12 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)

numbchild@gmail.com wrote:

> ``` #+BEGIN_SRC bibtex
> @article{FernandezGabbay2007, number = {6},
> volume = {205}, pages = {917--965}, year =
> {2007}, journaltitle = {Information \&
> Computation}, title = {Nominal rewriting},
> author = {Fernndez, Maribel and Gabbay,
> Murdoch J.}, } #+END_SRC ```

I got away with the strange chars and changed
"journaltitle" to journal, and it
compiles fine. Here is the entry

    @article{nominal-rewriting,
      number  = 6,
      volume  = 205,
      pages   = {917--965},
      year    = 2007,
      journal = {Information \& Computation},
      title   = {Nominal rewriting},
      author  = {Fernández, Maribel and Gabbay, Murdoch J.},
    }

all files

    %% Biblatex: http://user.it.uu.se/~embe8573/books/books.bib
    %%    LaTeX: http://user.it.uu.se/~embe8573/books/books.tex
    %%      PDF: http://user.it.uu.se/~embe8573/books/books.pdf
    %% Makefile: http://user.it.uu.se/~embe8573/books/Makefile

> [stardiviner] <Hack this world!> GPG key ID:
> 47C32433 IRC(freeenode): stardiviner Twitter:
> @numbchild Key fingerprint = 9BAA 92BC CDDD
> B9EF 3B36 CB99 B8C4 B8E5 47C3 2433 Blog:
> http://stardiviner.github.io/

Please read RFC 3676 section 4.3:

    http://www.ietf.org/rfc/rfc3676.txt

-- 
underground experts united
http://user.it.uu.se/~embe8573




reply via email to

[Prev in Thread] Current Thread [Next in Thread]