commands.sh

biber

all

A backend bibliography processor for the `biblatex` package. See also: `latexmk`.

More info →

Options (2)

-g, --configfileboolean

Generate bibliography data using a configuration file

Example: biber {{path/to/file.bcf}} {{[-g|--configfile]}} {{path/to/config_file}}
-D, --debugboolean

Enable debugging

Example: biber {{path/to/file.bcf}} {{[-D|--debug]}}

Examples (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]
made by @shridhargupta | data from tldr-pages