summaryrefslogtreecommitdiff
path: root/tex/context/user/cont-sys.rme
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2001-04-23 00:00:00 +0200
committerHans Hagen <pragma@wxs.nl>2001-04-23 00:00:00 +0200
commitc710c4ab57f84965c89205af58bc4fe204dfb79c (patch)
tree727eb120f5c77be468d209c69f7e91956fcab43f /tex/context/user/cont-sys.rme
parent097d775537de422f644e9d13a40a3b18bf7dfe91 (diff)
downloadcontext-c710c4ab57f84965c89205af58bc4fe204dfb79c.tar.gz
stable 2001.04.23
Diffstat (limited to 'tex/context/user/cont-sys.rme')
-rw-r--r--tex/context/user/cont-sys.rme92
1 files changed, 92 insertions, 0 deletions
diff --git a/tex/context/user/cont-sys.rme b/tex/context/user/cont-sys.rme
new file mode 100644
index 000000000..cbeee6a1e
--- /dev/null
+++ b/tex/context/user/cont-sys.rme
@@ -0,0 +1,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