aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md10
-rwxr-xr-xtl-build.sh2
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 @@
1TeX Live for OpenBSD 1TeX Live for OpenBSD
2=================== 2====================
3 3
4There are two ways to use TeX Live in OpenBSD. 4There are two ways to use TeX Live in OpenBSD.
5 5
61. From ports. TeX Live is available in variety of “schemes” to wit 61. From ports. TeX Live is available in variety of “schemes” to wit
7 different sets of package collections. A list can be found on the 7 different sets of package collections, of which a list can be found
8 on the
8 [openports.pl](https://openports.pl/search?file=&pkgname=texlive) 9 [openports.pl](https://openports.pl/search?file=&pkgname=texlive)
9 website.[^1] 10 website.[^1]
112. By installing the “native” TeX Live over the internet, as described
12 on [its home page](https://tug.org/texlive). This latter method
13 makes it easy to install new packages and to update existing
14 ones. However, the binaries for OpenBSD are not currently part of
15 the official TeX Live distribution. The reason for this is
10 16
11References 17References
12---------- 18----------
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] '
10enable_xindy="" 10enable_xindy=""
11 11
12# Context 12# Context
13preset_context_ver=2.10.08 13preset_context_ver=2.11.01
14echo "Include Context v${preset_context_ver}?" 14echo "Include Context v${preset_context_ver}?"
15read with_context?'[y/n] ' 15read with_context?'[y/n] '
16if [[ ${with_context} == "y" ]]; then 16if [[ ${with_context} == "y" ]]; then