Installation hints
From ConTeXt wiki
< Main Page | TeX Distributions >
![]() | TODO: This page should be expanded, with a basic how-to description, or at least a bit of narrative structure rather than being a collection of notes. (See: To-Do List) |
ConTeXt can be downloaded here.
[edit] General
See also the Pragma installation manual (PDF file) and there is also installation information on Bill’s page
[edit] Configuration files
Please check if you must adapt these files:
- texexec.ini (copy from texexec.rme)
- cont-usr.tex (normally you don't need to change this)
- cont-sys.tex (copy from cont-sys.rme -- can solve font problems!)
- pdftex.cfg (no more since TDS 2004)
- texmf.cnf (perhaps enable shell escape via \write18 -- better use "-shell-escape" in texexec.ini!)
"Why must I copy those files from .rme?" – Because otherwise your setup would be overwritten at each update!
[edit] Updating
ConTeXt development is very fast and surely much faster than distribution bundling. A part from specific historical reason, it is a good practice to update your installation. More, if you are installing from a distribution, it is highly probable that your version is many months old. Updating can be done easily by calling from terminal
ctxtools --updatecontext
Then you have to regenerate the format (here for ease we regenerate all the formats)
texexec --make --all


