diff options
Diffstat (limited to 'tex/context/base/cont-fr.mkii')
-rw-r--r-- | tex/context/base/cont-fr.mkii | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/tex/context/base/cont-fr.mkii b/tex/context/base/cont-fr.mkii new file mode 100644 index 000000000..aea4cb625 --- /dev/null +++ b/tex/context/base/cont-fr.mkii @@ -0,0 +1,28 @@ +%D \module +%D [ file=cont-de, +%D version=1997.08.19, +%D title=\CONTEXT, +%D subtitle=\CONTEXT\ French 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{french} + +\input context.mkii + +\unprotect + +\setupcurrentlanguage[\s!fr] + +\setupencoding[default=ec] + +\usetypescript[fallback][\defaultencoding] + +\setupbodyfont[rm,12pt] + +\protect \errorstopmode \dump \endinput |