1
2
3
4
5
6
7
8
9
10
11
12
13
14\writestatus{loading}{ConTeXt Structure Macros Document Structure}
15
16\registerctxluafile{strcdoc}{}
17
18\unprotect
19
20
21
22
23
24
25
26
27
28
29
30
31
32\unexpanded\def\setstructuresynchronization#1
33 {\clf_setinternalreference
34 prefix {\currentstructurereferenceprefix}
35 reference {\currentstructurereference}
36 internal \locationcount
37 view {\interactionparameter\c!focus}
38 \relax
39 \xdef\currentstructureattribute
40 {\the\lastdestinationattribute}
41 \xdef\currentstructuresynchronize
42 {\currentstructuresynchronize
43 \strc_lists_inject_enhance{#1}}}
44
45\unexpanded\def\setstructurecomponentsynchronization#1
46 {\clf_setinternalreference
47 prefix {\currentstructurecomponentreferenceprefix}
48 reference {\currentstructurecomponentreference}
49 internal \locationcount
50 view {\interactionparameter\c!focus}
51 \relax
52 \xdef\currentstructurecomponentattribute {\the\lastdestinationattribute}
53 \xdef\currentstructurecomponentsynchronize{\strc_lists_inject_enhance{#1}}}
54
55\protect \endinput
56 |