blob: cedac8fc0e28dc3f1a3fcb22be2b33c70f186cbb (
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
|
%D \module
%D [ file=mult-ini,
%D version=2008.10.22, % 1996.06.01,
%D title=\CONTEXT\ Multilingual Macros,
%D subtitle=Initialization,
%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.
\writestatus{loading}{ConTeXt Multilingual Macros / Lua}
\registerctxluafile{cldf-int}{1.001}
\unprotect
\unexpanded\def\clmb#1{\unexpanded\expandafter\def\csname\e!start#1\endcsname}
\unexpanded\def\clme#1{\unexpanded\expandafter\def\csname\e!stop #1\endcsname}
\unexpanded\def\clmm#1{\unexpanded\expandafter\def\csname #1\endcsname}
\protect \endinput
|