biber: add page (#19509)

This commit is contained in:
Dylan
2025-11-19 13:57:16 +00:00
committed by GitHub
parent 874dd5862f
commit a112a41559
+17
View File
@@ -0,0 +1,17 @@
# biber
> A backend bibliography processor for the `biblatex` package.
> See also: `latexmk`.
> More information: <https://texdoc.org/serve/biber.pdf/0#section.3>.
- Generate bibliography data using a BibLaTeX Control File:
`biber {{path/to/file.bcf}}`
- Generate bibliography data using a configuration file:
`biber {{path/to/file.bcf}} {{[-g|--configfile]}} {{path/to/config_file}}`
- Enable debugging:
`biber {{path/to/file.bcf}} {{[-D|--debug]}}`