blob: 83fd7b484f5831fda196720052c80044a3306005 (
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
|
%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.
%D This is just an idea, maybe a bad one.
\writestatus{loading}{ConTeXt Multilingual Macros / Lua}
\registerctxluafile{mult-cld}{1.001}
\registerctxluafile{mult-clm}{1.001}
\unprotect
\def\defmkivstart#1{\normalprotected\expandafter\def\csname\e!start#1\endcsname}
\def\defmkivstop #1{\normalprotected\expandafter\def\csname\e!stop #1\endcsname}
\def\defmkiv #1{\normalprotected\expandafter\def\csname #1\endcsname}
\def\mkivflush #1{\ctxlua{context._flush_(#1)}}
\protect \endinput
|