Bibtex2 Parser

Description

The Bibtex2 parser allows you to have bibtex code rendered nicely inside Moin's code blocks. For a similar parser, see ParserMarket/Bibtex

Download & Release Notes

Download

Release Version

Moin Version

Release Notes

http://github.com/blopesvieira/MoinMoin-Parser-BibTeX2

1.5.2

1.9

ParserMarket/BibTex2/ReleaseNotes

Installation

For general installation instructions, see ParserMarket/InstallingParsers. For more detailed instructions, see /Installation

Usage

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

Example

{{{#!bibtex
@Book{aho.74,
  author= {Alfred V. Aho and John E. Hopcroft and Jeffrey D. Ullman},
  title = {The Design and Analysis of Computer Algorithms},
  publisher= {Addison-Wesley},
  year  = {1974},
}
}}}

This parser is copyrighted by JunHu and Alexandre Duret-Lutz

License

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

Discussion


Hi Jun, very useful parser, I would have 2 suggestions:

thanks again


Dear Jun

in the actual version there are no formatting used in HlinsDatabase

Howard Barringer = http://www.cs.man.ac.uk/fmethods/people/howard.html
Roderick Bloem = http://vlsi.colorado.edu/~rbloem/
Edmund M. Clarke = http://www-2.cs.cmu.edu/~emc/
Costas Courcoubetis = http://www.aueb.gr/users/courcou/
Jean-Michel Couvreur = http://www.labri.fr/~couvreur
Edsger Wybe Dijkstra = http://www.cs.utexas.edu/users/EWD/

I would prefer if this could be changed to list items

 Howard Barringer:: http://www.cs.man.ac.uk/fmethods/people/howard.html
 Roderick Bloem:: http://vlsi.colorado.edu/~rbloem/
 Edmund M. Clarke:: http://www-2.cs.cmu.edu/~emc/
 Costas Courcoubetis:: http://www.aueb.gr/users/courcou/
 Jean-Michel Couvreur:: http://www.labri.fr/~couvreur
 Edsger Wybe Dijkstra:: http://www.cs.utexas.edu/users/EWD/


I don't understand why this code works and yours not. I have removed all my changes and now your code works too. Probably it was the flush on the pipe I don't know. Because I am not sure already missing something I better put the whole code on this page. -- ReimarBauer 2005-03-07 20:16:04

}}} I am sorry sometimes I got ideas step by step. So here is the code of the formatter. -- ReimarBauer DateTime(2005-03-12T11:34:10Z)

I really find it very useful if I can put the bibtex data in a page, and the bibtex macro sorts the entries (according to the style parameter, etc.) upon save. How do I get this functionality? -- MuseTalk 2006-05-09 06:04:45


MoinMoin: ParserMarket/Bibtex2 (last edited 2010-08-18 22:18:09 by BrunoLopes)