blob: ff9ffb8ac2381d1ecf23acc97900115be0f1cd62 (
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
|
Some Basic information
----------------------
The first public versions of ConTeXt date from around 1996. There
are currently two versions of ConTeXt:
MkII: to be used with pdfTeX and XeTeX
MkIV: to be used with LuaTeX
In 2008 at the second ConTeXt conference the decision was made to
freeze MkII. This means that only bugs are fixed and apart from an
occasional addition no active development takes place. This is no
real problem as the engines don't change much either.
Early 2011 the code base between MkII and MkIV got split completely
and there is no shared code any longer, apart from some styles and
modules. From the perspective of ConteXt we now consider XeTeX to be
obsolete although we will keep supporting it in MkII. As pdftex is
still used in older workflows we will support that as long as it's
around.
The main files context.mkii and context.mkiv are normally not used
directly but instead we use the interface specific formats:
cont-cs czech
cont-de german
cont-en english us
cont-fr french
cont-gb english uk
cont-it italian
cont-nl dutch
cont-pe persian
cont-ro romanian
A MkII format is made with:
texexec --make en nl metafun
A MkIV format is made with:
context --make en nl
As MetaPost is part of LuaTeX there is no need for a special MetaFun
format. Also, when you update ConTeXt, a new format will be generated
automatically.
You can preset commands etc in the file:
cont-sys.mkii a system file loaded at runtime
cont-sys.mkiv a system file loaded at runtime
In the case of MkII, there is a fallback on cont-sys.tex (backward
compatibility). If no file is found the file cont-sys.rme is loaded
(only for MkII). For MkIV this file is normally not needed.
For questions and remarks on ConTeXt, one can subscribe to the list:
ntg-context@ntg.nl
by sending the message
subscribe ntg-context
to the list server:
majordomo@ntg.nl
A good place to get information is the ConTeXt wiki:
contextgarden.net
One can also find more info at:
www.pragma-ade.com
or at the mirror sites mentioned there.
Don't hesitate to ask questions. ConTeXt can do a lot, but the manuals
always lag behind and can be incomplete.
-------------------------
Hans Hagen, pragma @ wxs . nl
|