summarylogtreecommitdiffstats
path: root/README.markdown
blob: 3d94478254afe3bbd0098c21a0e8d603259eab8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
PKGBUILD for context-minimals
=============================

[The ConTeXt Minimal](http://wiki.contextgarden.net/ConTeXt_Minimals) is
a complete, up-to-date ConTeXt distribution. It's main feature is that, unlike
Texlive, it provides an isolated installation of ConTeXt that is easy to update.
The Minimals target ConTeXt users and does not include LaTeX specific packages
and binaries.

This PKGBUILD provides an easy way to install the Minimals at

    /opt/context-minimals

To use the Minimals, initialize `$PATH` and some TeX related
variables by executing

    source /opt/context-minimals/setuptex

To run MkIV for the first time after installation or update, first source
`setuptex` and then run

    mtxrun --generate

as a normal user (**and not as root**). 

Report any bugs at the ConTeXt [mailing list](http://wiki.contextgarden.net/ConTeXt_Mailing_Lists).