Skip to content

Commit a112a41

Browse files
authored
biber: add page (#19509)
1 parent 874dd58 commit a112a41

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

pages/common/biber.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# biber
2+
3+
> A backend bibliography processor for the `biblatex` package.
4+
> See also: `latexmk`.
5+
> More information: <https://texdoc.org/serve/biber.pdf/0#section.3>.
6+
7+
- Generate bibliography data using a BibLaTeX Control File:
8+
9+
`biber {{path/to/file.bcf}}`
10+
11+
- Generate bibliography data using a configuration file:
12+
13+
`biber {{path/to/file.bcf}} {{[-g|--configfile]}} {{path/to/config_file}}`
14+
15+
- Enable debugging:
16+
17+
`biber {{path/to/file.bcf}} {{[-D|--debug]}}`

0 commit comments

Comments
 (0)