summaryrefslogtreecommitdiff
path: root/tex/context/user/cont-sys.rme
blob: cbeee6a1e38d73439684ec4e668119790af00d75 (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
83
84
85
86
87
88
89
90
91
92
%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

% Here you can take care of overloading some (style) 
% defaults. What goes here, depends on your local system. 
%
% Set default file name mapping:
%
% \usetypescript [ber] 
%
% Overload Lucida by Adobe-15:
%
% \definetypescriptsynonym [lbr] [pos] 
%
% Compensate for missing files:
%
% \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 as well as \euro's. 

\usesymbols
  [nav,eur] 

\setupsymbolset
  [navigation 1]

\setupinteraction
  [\c!symboolset=navigation 1]

% Changing language defaults: 
% 
% \setuplanguage
%   [nl]
%   [\c!leftquote=\upperleftsinglesixquote,
%    \c!leftquotation=\upperleftdoublesixquote]
%
% So far for the settings. 

% 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 
\runMPTEXgraphicstrue
  \recycleMPslotstrue 
\useMETAFUNformattrue

% Enabling nested pretty printing:

       \newprettytrue 

% Protect filenames: 

  \protectbufferstrue

% not really needed

% \runutilityfiletrue 

% So far. 

\protect \endinput