cl-bibtex-users
[Top][All Lists]
Advanced

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

[Cl-bibtex-users] [Announce] CL-BibTeX 0.2 released


From: Matthias Koeppe
Subject: [Cl-bibtex-users] [Announce] CL-BibTeX 0.2 released
Date: Mon, 25 Nov 2002 14:33:49 +0100
User-agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.1.80 (sparc-sun-solaris2.7)

The following message is a courtesy copy of an article
that has been posted to comp.lang.lisp,comp.text.tex as well.

CL-BibTeX is a replacement for the BibTeX program, written in Common
Lisp.  The aim is to enable the user to format bibliographic entries
using Common Lisp programs, rather than using the stack language of
BibTeX style files.

As of version 0.2, the system consists of: 

 * A reader for BibTeX style files (.bst),
 * a reader and a writer for bibliography databases (.bib),
 * a reader for .aux files,
 * an implementation of BibTeX's built-in functions (like for parsing and
   formatting names, etc.)
 * an interpreter for the stack language of BibTeX style files,
 * a compiler that transforms BibTeX style files into comprehensible
   Common Lisp programs (using type analysis)

Changes since version 0.1:

 * Nested .aux files are now handled.
 * The crossref feature has been implemented.
 * A model for Lisp BibTeX styles has been implemented.
 * Portability improvements.

I have tested it under CMUCL, SBCL, and CLISP.  It is released under
the GNU General Public License.

   http://www.freesoftware.fsf.org/cl-bibtex/

-- 
Matthias Köppe -- http://www.math.uni-magdeburg.de/~mkoeppe




reply via email to

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