cldf-bas.mkxl /size: 1174 b    last modification: 2021-10-28 13:50
1%D \module
2%D   [       file=cldf-bas,
3%D        version=2010.10.19,,
4%D          title=\CONTEXT\ \LUA\ Document Functions,
5%D       subtitle=Basics,
6%D         author=Hans Hagen,
7%D           date=\currentdate,
8%D      copyright={PRAGMA ADE \& \CONTEXT\ Development Team}]
9%C
10%C This module is part of the \CONTEXT\ macro||package and is
11%C therefore copyrighted by \PRAGMA. See mreadme.pdf for
12%C details.
13
14\writestatus{loading}{ConTeXt Lua Documents / Basics}
15
16\unprotect
17
18\permanent\protected\def\syst_new_dimen #1{\expandafter\newdimen \csname#1\endcsname}
19\permanent\protected\def\syst_new_skip  #1{\expandafter\newskip  \csname#1\endcsname}
20\permanent\protected\def\syst_new_count #1{\expandafter\newcount \csname#1\endcsname}
21\permanent\protected\def\syst_new_muskip#1{\expandafter\newmuskip\csname#1\endcsname}
22\permanent\protected\def\syst_new_toks  #1{\expandafter\newtoks  \csname#1\endcsname}
23\permanent\protected\def\syst_new_box   #1{\expandafter\newbox   \csname#1\endcsname}
24\permanent\protected\def\syst_new_char  #1{\expandafter\chardef  \csname#1\endcsname}
25
26\protect
27
28\registerctxluafile{cldf-bas}{autosuffix}
29\registerctxluafile{cldf-prs}{}
30
31\endinput
32