1
2
3
4
5
6
7
8
9
10
11
12
13
14\writestatus{loading}{ConTeXt Attribute Macros Markers}
15
16\unprotect
17
18\registerctxluafile{attrmkr}{autosuffix}
19
20\permanent \protected\def\definemarker [#1]{\defineattribute[\s!marker:#1]}
21\permanent\tolerant\protected\def\setmarker [#1]#*[#2]{\dosetattribute{\s!marker:#1}{#2}}
22\permanent \protected\def\resetmarker [#1]{\dogetattribute{\s!marker:#1}}
23\permanent \def\boxmarker #1#2{attr {\dogetattributeid{\s!marker:#1}} {#2}}
24\permanent \protected\def\marker #1{\numexpr\dogetattributeid{\s!marker:#1}\relax}
25
26\protect \endinput
27 |