summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/attr-mkr.mkxl
blob: 24e0a23193c41e5528cc797a388efdba24eee6a1 (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
%D \module
%D   [       file=attr-mkr,
%D        version=2013.01.09,
%D          title=\CONTEXT\ Attribute Macros,
%D       subtitle=Markers,
%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 Attribute Macros / Markers}

\unprotect

\registerctxluafile{attr-mkr}{autosuffix}

\permanent         \protected\def\definemarker    [#1]{\defineattribute[\s!marker:#1]}
\permanent\tolerant\protected\def\setmarker [#1]#*[#2]{\dosetattribute{\s!marker:#1}{#2}}
\permanent         \protected\def\resetmarker     [#1]{\dogetattribute{\s!marker:#1}}
\permanent                   \def\boxmarker       #1#2{attr \numexpr\dogetattributeid{\s!marker:#1}\relax \numexpr#2\relax}
\permanent         \protected\def\marker            #1{\numexpr\dogetattributeid{\s!marker:#1}\relax}

\protect \endinput