blob: 9be9b116252c59cbf31365e106747a380cc7741a (
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
|
%D \module
%D [ file=cont-ro,
%D version=2000.01.09,
%D title=\CONTEXT,
%D subtitle=\CONTEXT\ Romanian 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{romanian}
\input context.tex
\unprotect
\setupcurrentlanguage[\s!ro]
\loaduserspecifications
\installlanguage [\s!en] [\c!state=\v!start]
\installlanguage [\s!de] [\c!state=\v!start]
\installlanguage [\s!ro] [\c!state=\v!start]
\ifnum\texengine=\luatexengine
% will be runtime option: typeface
\appendtoks
\usetypescript[modern]
\setuptypeface[modern]
\to \everyjob
\else
\setupencoding[default=ec] \usetypescript[fallback][\defaultencoding] \setupbodyfont[rm,12pt]
\fi
\protect \errorstopmode \dump \endinput
|