Bibtex Parser

Description

The Bibtex parser allows you to have Bibtex code rendered nicely inside Moin's code blocks.

Download & Release Notes

Download

Release Version

Moin Version

Release Notes

bibtex.py

1.0

1.5

ParserMarket/Bibtex/ReleaseNotes

Installation

For general installation instructions, see ParserMarket/InstallingParsers. This parser requires requires bibtex and bib2xhtml, see http://en.wikipedia.org/wiki/Bibtex and http://www.spinellis.gr/sw/textproc/bib2xhtml/

Usage

To use this parser, simply put #!bibtex after the beginning of the code block.

Example

{{{#!bibtex show=off
@BOOK{oecd:2000a,
        editor = {OECD},
        title = {No Longer Business as Usual. Fighting Bribery and Corruption},
        booktitle = {No Longer Business as Usual. Fighting Bribery and Corruption},
        year = 2000,
        address = {Paris},
        publisher = {{Organisation for Economic Cooperation and Development}}
}
}}}

This parser is copyrighted by GuidoBerhoerster

License

This parser is released under the terms of the GNU GPL.

Discussion

Works for Version 1.6.

Minor bug: missing statement self.request.write(formatter.div(0)) at end of file causes corrupted HTML syntax (only shows up for some themes, e.g. Explorer Theme). -- IngmarSchoegl 2024-04-26 08:22:26

MoinMoin: ParserMarket/Bibtex (last edited 2008-07-08 14:53:23 by RufusPollock)