Download and installation
bibtex2html: http://www.lri.fr/~filliatr/bibtex2html/
ParserMarket/Parsers/bibtex/bibtex.py. Please refer to MoinMoin documentation about how
- to install a paser.
- The locations of bibtex2html and bibtex need to be configured.
Please add the following lines in wiki configuration:
bibtex_bibtex = '/path/to/bibtex' bibtex_bibtex2html = '/path/to/bibtex2html'
Sometime it is also necessary to specify where the BibTeX style files (.bst) are located. Then it is necessary to add a line inwiki configuration:
bibtex_bstfiles = '/path/to/bstfiles'
Also see HelpOnConfiguration.