diff options
author | Robert Alessi <alessi@robertalessi.net> | 2024-06-08 21:27:10 +0200 |
---|---|---|
committer | Robert Alessi <alessi@robertalessi.net> | 2024-06-08 21:27:10 +0200 |
commit | 341dc984c3f73f91d8144ea046e296ab0c57c3f2 (patch) | |
tree | 13dbb1504a8f33c019657868330fa765c96dfc0c /README.md | |
parent | 72bf819e1ddaa9c6a9b010bcbb69a9a9a3f201fc (diff) | |
download | texlive-openbsd-341dc984c3f73f91d8144ea046e296ab0c57c3f2.tar.gz |
TLObsd now provides biber
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 22 |
1 files changed, 20 insertions, 2 deletions
@@ -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) | |
62 | biber 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 | ||
250 | Just as `tlobsd tlmgr`, this command requires the `subversion` package. | 249 | Just as `tlobsd tlmgr`, this command requires the `subversion` package. |
251 | 250 | ||
251 | ### `biber` | ||
252 | |||
253 | A binay version of `biber`, the backend processor for BibLaTeX, is | ||
254 | available for TeX Live for OpenBSD. It can be installed or updated | ||
255 | with `tlobsd` as follows: | ||
256 | |||
257 | ```sh | ||
258 | tlobsd getbiber | ||
259 | ``` | ||
260 | |||
261 | This commands downloads a `biber` executable and attempts to verify it | ||
262 | with the public key that is used to sign the TeX Live for OpenBSD | ||
263 | binaries. See | ||
264 | [above](#installing-tex-live-on-openbsd-with-ready-to-use-binaries). | ||
265 | |||
266 | Direct link to `biber` binary: <https://www.ekdosis.org/texlive>. This | ||
267 | binary can be installed by hand into the TeX Live binary directory. | ||
268 | The 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 |