diff options
Diffstat (limited to 'tex/context/user')
-rw-r--r-- | tex/context/user/cont-sys.rme | 6 | ||||
-rw-r--r-- | tex/context/user/cont-sys.tex | 96 |
2 files changed, 101 insertions, 1 deletions
diff --git a/tex/context/user/cont-sys.rme b/tex/context/user/cont-sys.rme index cbeee6a1e..69483c98d 100644 --- a/tex/context/user/cont-sys.rme +++ b/tex/context/user/cont-sys.rme @@ -16,7 +16,7 @@ % Here you can take care of overloading some (style) % defaults. What goes here, depends on your local system. % -% Set default file name mapping: +% Set default file name mapping (not really needed): % % \usetypescript [ber] % @@ -33,6 +33,10 @@ % \definefontsynonym [gbheisl] [gbsong] % \definefontsynonym [gbheisl] [gbsong] % +% You can let \CONTEXT\ load the map files for \PDFTEX. +% +% \autoloadmapfilestrue +% % Setting up a global figure path (beware, \c!gebied may change): % % \setupexternalfigures diff --git a/tex/context/user/cont-sys.tex b/tex/context/user/cont-sys.tex new file mode 100644 index 000000000..69483c98d --- /dev/null +++ b/tex/context/user/cont-sys.tex @@ -0,0 +1,96 @@ +%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 (not really needed): +% +% \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] +% +% You can let \CONTEXT\ load the map files for \PDFTEX. +% +% \autoloadmapfilestrue +% +% 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 |