Update cheatsheets

This commit is contained in:
ivuorinen
2025-11-20 00:20:48 +00:00
parent c80d49f5d0
commit 96cc0e16c6
10 changed files with 189 additions and 22 deletions

22
tldr/biber Normal file
View File

@@ -0,0 +1,22 @@
---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# 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]}}`