summaryrefslogtreecommitdiff
path: root/tex/context/base/cont-sys.rme
blob: 0378f95b71b91d4727ede03f1bf1167156025879 (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
%D \module
%D   [       file=cont-sys,
%D        version=1995.10.10,
%D          title=\CONTEXT\ Miscellaneous Macros,
%D       subtitle=System Specific Setups,
%D         author=Hans Hagen,
%D           date=\currentdate,
%D      copyright={PRAGMA / Hans Hagen \& Ton Otten}]
%C
%C This module is part of the \CONTEXT\ macro||package and is
%C therefore copyrighted by \PRAGMA. See mreadme.pdf for 
%C details. 

\unprotect

% Some examples of missing font sets and font files:   
%
% \setupbodyfont [ber] % berry names
%
% \definefilesynonym [font-lbr] [font-cmr] 
%
% \definefontsynonym [Courier-Bold]        [Courier]
% \definefontsynonym [Courier-BoldOblique] [Courier]
%
% \definefontsynonym [gbhei]   [gbsong]
% \definefontsynonym [gbheisl] [gbsong]
% \definefontsynonym [gbheisl] [gbsong]
%
% Setting up a global figure path (beware, \c!gebied may change): 
%
% \setupexternalfigures
%   [\c!gebied={e:/fig/eps,t:/pragma/metapost/symbols}]
%
% Loading a specific special driver: 
%
% \setupoutput 
%   [dviwindo]
%
% Enabling \CONTEXT\ navigation symbols: 
%
% \usesymbols
%   [nav] 
%
% \setupsymbolset
%   [navigation 1]
%
% \stelinteractiein
%   [\c!symboolset=navigation 1]
%
% Changing language defaults: 
% 
% \setuplanguage
%   [nl]
%   [\c!leftquote=\upperleftsinglesixquote,
%    \c!leftquotation=\upperleftdoublesixquote]
%
% \protect 
%
% Loading local preferences: 
%
% \input prag-gen % company styles 
% \input prag-log % more company styles 
%
% Enabling run time \METAPOST\ (also enable \write18 in texmf.cnf):

\runMPgraphicstrue 
\recycleMPslotstrue 

% Enabling nested pretty printing:

\newprettytrue 

% So far. 

\endinput