.\"Man page for Pybtex (pybtex) .\" .\" Generation time: 2016-03-17 17:34:38 +0000 .\" Large parts of this file are autogenerated from the output of .\" "pybtex --help" .\" .TH pybtex 1 "2016-03-17" "0.20.1" "Pybtex" .SH "NAME" pybtex - BibTeX-compatible bibliography processor in Python .SH "SYNOPSIS" .B "pybtex" [ .I "options" ] .I "auxfile.aux" .SH "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. .SH "GENERAL OPTONS" .TP .B "\-\-version" show program's version number and exit .TP .B "\-h, \-\-help" show this help message and exit .TP .B "\-\-strict" turn warnings into errors .TP .B "\-\-terse" ignored for compatibility with BibTeX .TP .B "\-\-min\-crossrefs=NUMBER" include item after NUMBER crossrefs; default 2 .TP .B "\-f FORMAT, \-\-bibliography\-format=FORMAT" bibliograpy format (bibtex, bibtexml, yaml) .TP .B "\-b BACKEND, \-\-output\-backend=BACKEND" output backend (docutils, html, latex, markdown, plaintext) .TP .B "\-s STYLE, \-\-style=STYLE" bibliography formatting style .TP .B "\-l LANGUAGE, \-\-style\-language=LANGUAGE" style definition language to use (bibtex or python) .SH "PYTHONIC STYLE OPTIONS" .TP .B "\-\-label\-style=STYLE" label formatting style (alpha, number) .TP .B "\-\-name\-style=STYLE" name formatting style (lastfirst, plain) .TP .B "\-\-sorting\-style=STYLE" sorting style (author_year_title, none) .TP .B "\-\-abbreviate\-names" use abbreviated name formatting style .SH "ENCODING OPTIONS" .TP .B "\-e ENCODING, \-\-encoding=ENCODING" default encoding .TP .B "\-\-bibtex\-encoding=ENCODING" .TP .B "\-\-bst\-encoding=ENCODING" .TP .B "\-\-output\-encoding=ENCODING" .SH "SEE ALSO" .UR http://pybtex.org/ .BR http://pybtex.org/