Syntax

#format bibtex [show=show abstracts=abstracts label=label chronological=chronological style=style]

{ { {#!bibtex [show=show abstracts=abstracts label=label chronological=chronological style=style]
...
} } } 

Keyword Parameters

show

show or hide (values: on, true, yes, off, false, no; default on)

abstracts

show abstracts (values: on, true, yes, off, false, no; default off)

label

show labels if the style is alpha, named, plain, or unsort (values: on, true, yes, off, false, no; default: on)

chronological

sort chronologically first by year then by author instead of first by author and then by year, can also be reversed in order to sort from last to earliest entry instead of from earliest to last entry (values: on, true, yes, off, false, no, reverse, reversed; default: off)

style

determine a style to use (values: empty, plain, alpha, named, unsort, unsortlist; default: named)

Configuration Options

bibtex_bib2html

path and command name of bib2xhtml, needs to be set if bib2xhtml is not in PATH

bibtex_bst_path

path to bib2xhtml bst-style files, needs to be set if these are not found by bibtex automatically

Example

Code

#format bibtex show=on

{ { {#!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}}
}
@BOOKLET{undp:2004,
        author = {UNDP},
        title = {Anti-Corruption: Practice Note},
        year = 2004,
}
@ARTICLE{tangri-mwenda:2006,
        author = {Roger Tangri and M. Mwenda},
        title = {Politics, donors and the ineffectiveness of anti-corruption institutions in {U}ganda},
        pages = {101--124},
        journal = {Journal of Modern African Studies},
        year = 2006,
        volume = 44,
        number = 1,
        month = {March},
}
} } }

Result

bibtex-sample.png

MoinMoin: ParserMarket/Bibtex/ReleaseNotes (last edited 2008-01-25 18:51:26 by FedericoLorenzi)