1pybtex(1)                           Pybtex                           pybtex(1)
2
3
4

NAME

6       pybtex - BibTeX-compatible bibliography processor in Python
7

SYNOPSIS

9       pybtex [ options ] auxfile.aux
10

DESCRIPTION

12       Pybtex reads citation information from a LaTeX .aux file and produces a
13       formatted bibliography. Pybtex understands BibTeX .bib and  .bst  style
14       files and can be used as a drop-in replacement for BibTeX.
15
16       Besides  BibTeX  .bib  files,  BibTeXML and YAML bibliography files are
17       supported.
18
19       It is also possible to define bibliography formatting styles in Python.
20

GENERAL OPTONS

22       --version
23              show program's version number and exit
24
25       -h, --help
26              show this help message and exit
27
28       --strict
29              turn warnings into errors
30
31       --terse
32              ignored for compatibility with BibTeX
33
34       --min-crossrefs=NUMBER
35              include item after NUMBER crossrefs; default 2
36
37       -f FORMAT, --bibliography-format=FORMAT
38              bibliograpy format (bibtex, bibtexml, yaml)
39
40       -b BACKEND, --output-backend=BACKEND
41              output backend (html, latex, markdown, plaintext)
42
43       -s STYLE, --style=STYLE
44              bibliography formatting style
45
46       -l LANGUAGE, --style-language=LANGUAGE
47              style definition language to use (bibtex or python)
48

PYTHONIC STYLE OPTIONS

50       --label-style=STYLE
51              label formatting style (alpha, number)
52
53       --name-style=STYLE
54              name formatting style (lastfirst, plain)
55
56       --sorting-style=STYLE
57              sorting style (author_year_title, none)
58
59       --abbreviate-names
60              use abbreviated name formatting style
61

ENCODING OPTIONS

63       -e ENCODING, --encoding=ENCODING
64              default encoding
65
66       --bibtex-encoding=ENCODING
67
68       --bst-encoding=ENCODING
69
70       --output-encoding=ENCODING
71

SEE ALSO

73       https://pybtex.org/
74
75
76
770.22.2                            2019-01-17                         pybtex(1)
Impressum