1pybtex-convert(1) Pybtex pybtex-convert(1)
2
3
4
6 pybtex-convert - convert between bibliography database formats
7
9 pybtex-convert [ options ] in_filename out_filename
10
12 pybtex-convert converts bibliography database files between supported
13 formats (currently BibTeX, BibTeXML and YAML).
14
16 --version
17 show program's version number and exit
18
19 -h, --help
20 show this help message and exit
21
22 --strict
23 turn warnings into errors
24
25 -f FORMAT, --from=FORMAT
26 input format (bibtex, bibtexml, yaml)
27
28 -t FORMAT, --to=FORMAT
29 output format (bibtex, bibtexml, yaml)
30
31 --keyless-bibtex-entries
32 allow BibTeX entries without keys and generate unnamed-<number>
33 keys for them
34
35 --preserve-case
36 do not convert identifiers to lower case
37
39 -e ENCODING, --encoding=ENCODING
40 default encoding
41
42 --input-encoding=ENCODING
43
44 --output-encoding=ENCODING
45
47 https://pybtex.org/
48
49
50
510.22.2 2019-01-17 pybtex-convert(1)