From 6b662022226aed0e4c78af2500b176ffd29d75a7 Mon Sep 17 00:00:00 2001 From: Robert Alessi Date: Wed, 28 Feb 2024 07:05:37 +0100 Subject: update context to v2.11.01 --- README.md | 10 ++++++++-- tl-build.sh | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 69f9764..62d55af 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,18 @@ TeX Live for OpenBSD -=================== +==================== There are two ways to use TeX Live in OpenBSD. 1. From ports. TeX Live is available in variety of “schemes” to wit - different sets of package collections. A list can be found on the + different sets of package collections, of which a list can be found + on the [openports.pl](https://openports.pl/search?file=&pkgname=texlive) website.[^1] +2. By installing the “native” TeX Live over the internet, as described + on [its home page](https://tug.org/texlive). This latter method + makes it easy to install new packages and to update existing + ones. However, the binaries for OpenBSD are not currently part of + the official TeX Live distribution. The reason for this is References ---------- diff --git a/tl-build.sh b/tl-build.sh index ac30032..25108c5 100755 --- a/tl-build.sh +++ b/tl-build.sh @@ -10,7 +10,7 @@ read with_clisp?'[y/n] ' enable_xindy="" # Context -preset_context_ver=2.10.08 +preset_context_ver=2.11.01 echo "Include Context v${preset_context_ver}?" read with_context?'[y/n] ' if [[ ${with_context} == "y" ]]; then -- cgit v1.2.3