blob: a10173117e40026a7afff5349364957be8b9ea02 (
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
|
%D \module
%D [ file=syst-xtx,
%D version=2004.09.11,
%D title=\CONTEXT\ System Macros,
%D subtitle=\XETEX\ specifics,
%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.
\ifx\XeTeXversion\undefined \endinput \fi
\unprotect
%D For the moment, the only thing needed is to load are the
%D mappings from lower to uppercase characters.
\input enco-utf.tex
% patch needed for turkish
\setcclcucx 201C 201C 201C
\setcclcucx 201D 201D 201D
% patch needed for greek
% \setcclcucx 1FFD 1FFD 1FFD
\ifx\XeTeXuseglyphmetrics\undefined \else
\XeTeXuseglyphmetrics=1
\fi
\protect \endinput
|