Scroll to navigation

pybtex(1) Pybtex pybtex(1)

NAME

pybtex - BibTeX-compatible bibliography processor in Python

SYNOPSIS

pybtex [ options ] auxfile.aux

DESCRIPTION

Pybtex reads citation information from a LaTeX .aux file and produces a formatted bibliography. Pybtex understands BibTeX .bib and .bst style files and can be used as a drop-in replacement for BibTeX.

Besides BibTeX .bib files, BibTeXML and YAML bibliography files are supported.

It is also possible to define bibliography formatting styles in Python.

GENERAL OPTONS

show program's version number and exit
show this help message and exit
turn warnings into errors
ignored for compatibility with BibTeX
include item after NUMBER crossrefs; default 2
bibliograpy format (bibtex, bibtexml, yaml)
output backend (docutils, html, latex, markdown, plaintext)
bibliography formatting style
style definition language to use (bibtex or python)

PYTHONIC STYLE OPTIONS

label formatting style (alpha, number)
name formatting style (lastfirst, plain)
sorting style (author_year_title, none)
use abbreviated name formatting style

ENCODING OPTIONS

default encoding

SEE ALSO

http://pybtex.org/

2016-03-17 0.20.1