diff options
Diffstat (limited to 'tex/context/base/cont-gb.tex')
-rw-r--r-- | tex/context/base/cont-gb.tex | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/tex/context/base/cont-gb.tex b/tex/context/base/cont-gb.tex new file mode 100644 index 000000000..6e60cd1bc --- /dev/null +++ b/tex/context/base/cont-gb.tex @@ -0,0 +1,34 @@ +%D \module +%D [ file=cont-uk, +%D version=1997.08.19, +%D title=\CONTEXT, +%D subtitle=\CONTEXT\ English Format Generation, +%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. + +\catcode`\{=1 \catcode`\}=2 \def\defaultinterface{english} + +\input context.tex + +\unprotect + +\setupcurrentlanguage[\s!gb] + +\loaduserspecifications + +\installlanguage [\s!us] [\c!state=\v!start] +\installlanguage [\s!gb] [\c!state=\v!start] +\installlanguage [\s!de] [\c!state=\v!start] +\installlanguage [\s!fr] [\c!state=\v!start] +\installlanguage [\s!es] [\c!state=\v!start] +\installlanguage [\s!nl] [\c!state=\v!start] +\installlanguage [\s!it] [\c!state=\v!start] + +\setupencoding[default=ec] \usetypescript[fallback][\defaultencoding] \setupbodyfont[rm,12pt] + +\protect \errorstopmode \dump \endinput |