aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2024-06-08 21:27:10 +0200
committerRobert Alessi <alessi@robertalessi.net>2024-06-08 21:27:10 +0200
commit341dc984c3f73f91d8144ea046e296ab0c57c3f2 (patch)
tree13dbb1504a8f33c019657868330fa765c96dfc0c /README.md
parent72bf819e1ddaa9c6a9b010bcbb69a9a9a3f201fc (diff)
downloadtexlive-openbsd-341dc984c3f73f91d8144ea046e296ab0c57c3f2.tar.gz
TLObsd now provides biber
Diffstat (limited to 'README.md')
-rw-r--r--README.md22
1 files changed, 20 insertions, 2 deletions
diff --git a/README.md b/README.md
index 7acc022..f16cfc1 100644
--- a/README.md
+++ b/README.md
@@ -58,8 +58,7 @@ for OpenBSD provides the following:
58- xindy 58- xindy
59- LuaMetaTeX (ConTeXt) 59- LuaMetaTeX (ConTeXt)
60- asymptote 60- asymptote
61 61- biber (see below)
62biber will soon be added to this list.
63 62
64### TeX Live for OpenBSD at Utah 63### TeX Live for OpenBSD at Utah
65 64
@@ -249,6 +248,25 @@ tlobsd mksymlinks
249 248
250Just as `tlobsd tlmgr`, this command requires the `subversion` package. 249Just as `tlobsd tlmgr`, this command requires the `subversion` package.
251 250
251### `biber`
252
253A binay version of `biber`, the backend processor for BibLaTeX, is
254available for TeX Live for OpenBSD. It can be installed or updated
255with `tlobsd` as follows:
256
257```sh
258tlobsd getbiber
259```
260
261This commands downloads a `biber` executable and attempts to verify it
262with the public key that is used to sign the TeX Live for OpenBSD
263binaries. See
264[above](#installing-tex-live-on-openbsd-with-ready-to-use-binaries).
265
266Direct link to `biber` binary: <https://www.ekdosis.org/texlive>. This
267binary can be installed by hand into the TeX Live binary directory.
268The suffix must be removed and the file renamed to exactly "`biber`".
269
252### More information on `tlobsd`: 270### More information on `tlobsd`:
253 271
254```sh 272```sh