summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/cldf-bas.mkxl
blob: ab801e411b3e7d7c428eb3c27c694dfa9293de13 (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
%D \module
%D   [       file=cldf-bas,
%D        version=2010.10.19,,
%D          title=\CONTEXT\ \LUA\ Document Functions,
%D       subtitle=Basics,
%D         author=Hans Hagen,
%D           date=\currentdate,
%D      copyright={PRAGMA ADE \& \CONTEXT\ Development Team}]
%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 Lua Documents / Basics}

\unprotect

\permanent\protected\def\syst_new_dimen #1{\expandafter\newdimen \csname#1\endcsname}
\permanent\protected\def\syst_new_skip  #1{\expandafter\newskip  \csname#1\endcsname}
\permanent\protected\def\syst_new_count #1{\expandafter\newcount \csname#1\endcsname}
\permanent\protected\def\syst_new_muskip#1{\expandafter\newmuskip\csname#1\endcsname}
\permanent\protected\def\syst_new_toks  #1{\expandafter\newtoks  \csname#1\endcsname}
\permanent\protected\def\syst_new_box   #1{\expandafter\newbox   \csname#1\endcsname}
\permanent\protected\def\syst_new_char  #1{\expandafter\chardef  \csname#1\endcsname}

\protect

\registerctxluafile{cldf-bas}{autosuffix}
\registerctxluafile{cldf-prs}{}

\endinput