File: pybtex-format.1

package info (click to toggle)
pybtex 0.25.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,632 kB
  • sloc: python: 13,585; makefile: 181; sh: 39; javascript: 29
file content (68 lines) | stat: -rw-r--r-- 1,681 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
.\"Man page for Pybtex (pybtex-format)
.\"
.\" Generation time: 2025-06-26 13:26:55 +0000
.\" Large parts of this file are autogenerated from the output of
.\"     "pybtex-format --help"
.\"
.TH pybtex-format 1 "2025-06-26" "0.25.1" "Pybtex"

.SH "NAME"
pybtex-format - format bibliography database as human-readable text
.SH "SYNOPSIS"
.B "pybtex\-format"
[
.I "options"
]
.I "in_filename"
.I "out_filename"
.SH "DESCRIPTION"
pybtex\-format formats bibliography database as human\-readable text.
.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 "\-f FORMAT, \-\-bibliography\-format=FORMAT"
bibliograpy format (bibtex, bibtexml, yaml)
.TP
.B "\-b BACKEND, \-\-output\-backend=BACKEND"
output backend (html, latex, markdown, plaintext)
.TP
.B "\-\-min\-crossrefs=NUMBER"
include item after NUMBER crossrefs; default 2
.TP
.B "\-\-keyless\-bibtex\-entries"
allow BibTeX entries without keys and generate unnamed\-<number> keys for them
.TP
.B "\-s STYLE, \-\-style=STYLE"
bibliography formatting style
.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 "\-\-input\-encoding=ENCODING"
.TP
.B "\-\-output\-encoding=ENCODING"
.SH "SEE ALSO"
.UR https://pybtex.org/
.BR https://pybtex.org/