summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/context
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-08-26 21:25:10 +0000
committerKarl Berry <karl@freefriends.org>2021-08-26 21:25:10 +0000
commit830a1a10deb69a89b430de12d9669a40f9808cba (patch)
tree704cee52131a5ad1e3218526ac889e017ac95a2a /Master/texmf-dist/doc/context
parent1c2d8a8155013f057a80df879cf8e7a9731d1ef7 (diff)
context-filter (26aug21)
git-svn-id: svn://tug.org/texlive/trunk@60329 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/context')
-rw-r--r--Master/texmf-dist/doc/context/third/filter/VERSION2
-rw-r--r--Master/texmf-dist/doc/context/third/filter/filter.txt28
2 files changed, 23 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/context/third/filter/VERSION b/Master/texmf-dist/doc/context/third/filter/VERSION
index ee81786fef0..407a8336f2b 100644
--- a/Master/texmf-dist/doc/context/third/filter/VERSION
+++ b/Master/texmf-dist/doc/context/third/filter/VERSION
@@ -1 +1 @@
-2020.06.29
+2021.08.24
diff --git a/Master/texmf-dist/doc/context/third/filter/filter.txt b/Master/texmf-dist/doc/context/third/filter/filter.txt
index 17cfb9f1727..d2a2464c129 100644
--- a/Master/texmf-dist/doc/context/third/filter/filter.txt
+++ b/Master/texmf-dist/doc/context/third/filter/filter.txt
@@ -68,25 +68,41 @@ This module works with both MkII and MkIV.
Installation
------------
-Writing installation instructions is always boring. If you are using ConTeXt
-standalone, you can install the module using
+The method to install the module depends on your installation.
+
+### ConTeXt standalone
+
+If you are using [ConTeXt standalone](https://wiki.contextgarden.net/ConTeXt_Standalone) installed with `first-setup.sh`, you can install the module using
first-setup.sh --modules="t-filter"
-Depending on your TeX distribution, you may already have the module.
-To verify, check if
+### ConTeXt LMTX
+
+[ConteXt LMTX](https://wiki.contextgarden.net/Installation), which uses the
+new `luametatex` engine does not yet provide a built-in way to install and
+manage modules. See [the ConTeXt
+Wiki](https://wiki.contextgarden.net/Modules#ConTeXt_LMTX) for a workaround.
+
+### TexLive
+
+TexLive comes with its own manager `tlmgr` to install modules. The module is
+listed there as `context-fiter`.
+
+### Manual installation
+Depending on your setup, it might already be installed on your system. To verify wether you already have the module, check if
luatools t-filter.mkiv
returns a meaningful path. If not, you have to manually install the module.
+
Download the latest version of the module from
[http://modules.contextgarden.net/filter](http://modules.contextgarden.net/filter)
and unzip it either `$TEXMFHOME` or `$TEXMFLOCAL`. Run
mtxrun --generate
-and
+and (if you are using MkII)
mktexlsr
@@ -104,7 +120,7 @@ disabled by default on most TeX distributions. To enable this feature in MkII, s
shell_escape=t
in your `texmf.cnf` file. See this page
-[http://wiki.contextgarden.net/write18](http://wiki.contextgarden.net/write18)
+[http://wiki.contextgarden.net/Write18](http://wiki.contextgarden.net/Write18)
on the ConTeXt wiki for detailed instructions.
Basic Usage