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

NAME

6       pybtex-format - format bibliography database as human-readable text
7

SYNOPSIS

9       pybtex-format [ options ] in_filename out_filename
10

DESCRIPTION

12       pybtex-format formats bibliography database as human-readable text.
13

GENERAL OPTONS

15       --version
16              show program's version number and exit
17
18       -h, --help
19              show this help message and exit
20
21       --strict
22              turn warnings into errors
23
24       -f FORMAT, --bibliography-format=FORMAT
25              bibliograpy format (bibtex, bibtexml, yaml)
26
27       -b BACKEND, --output-backend=BACKEND
28              output backend (html, latex, markdown, plaintext)
29
30       --min-crossrefs=NUMBER
31              include item after NUMBER crossrefs; default 2
32
33       --keyless-bibtex-entries
34              allow  BibTeX entries without keys and generate unnamed-<number>
35              keys for them
36
37       -s STYLE, --style=STYLE
38              bibliography formatting style
39

PYTHONIC STYLE OPTIONS

41       --label-style=STYLE
42              label formatting style (alpha, number)
43
44       --name-style=STYLE
45              name formatting style (lastfirst, plain)
46
47       --sorting-style=STYLE
48              sorting style (author_year_title, none)
49
50       --abbreviate-names
51              use abbreviated name formatting style
52

ENCODING OPTIONS

54       -e ENCODING, --encoding=ENCODING
55              default encoding
56
57       --input-encoding=ENCODING
58
59       --output-encoding=ENCODING
60

SEE ALSO

62       https://pybtex.org/
63
64
65
660.22.2                            2019-01-17                  pybtex-format(1)
Impressum