diff options
-rw-r--r-- | README.md | 10 | ||||
-rwxr-xr-x | tl-build.sh | 2 |
2 files changed, 9 insertions, 3 deletions
@@ -1,12 +1,18 @@ | |||
1 | TeX Live for OpenBSD | 1 | TeX Live for OpenBSD |
2 | =================== | 2 | ==================== |
3 | 3 | ||
4 | There are two ways to use TeX Live in OpenBSD. | 4 | There are two ways to use TeX Live in OpenBSD. |
5 | 5 | ||
6 | 1. From ports. TeX Live is available in variety of “schemes” to wit | 6 | 1. 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] |
11 | 2. 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 | ||
11 | References | 17 | References |
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] ' | |||
10 | enable_xindy="" | 10 | enable_xindy="" |
11 | 11 | ||
12 | # Context | 12 | # Context |
13 | preset_context_ver=2.10.08 | 13 | preset_context_ver=2.11.01 |
14 | echo "Include Context v${preset_context_ver}?" | 14 | echo "Include Context v${preset_context_ver}?" |
15 | read with_context?'[y/n] ' | 15 | read with_context?'[y/n] ' |
16 | if [[ ${with_context} == "y" ]]; then | 16 | if [[ ${with_context} == "y" ]]; then |