blob: 3b4b656d35bf8c904eb8bbb7839cd2ff7f9cbf4e (
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
32
33
34
35
36
37
38
39
40
41
42
|
%D \module
%D [ file=strc-doc,
%D version=2008.10.20,
%D title=\CONTEXT\ Structure Macros,
%D subtitle=Document Structure,
%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 Structure Macros / Document Structure}
\registerctxluafile{strc-doc}{}
\unprotect
%D This will move:
\unexpanded\def\setstructuresynchronization#1% todo: use ctxcontext
{\clf_setinternalreference
prefix {\currentstructurereferenceprefix}%
reference {\currentstructurereference}
internal \locationcount
view {\interactionparameter\c!focus}%
\relax
\xdef\currentstructureattribute {\the\lastdestinationattribute}%
\xdef\currentstructuresynchronize{\strc_lists_inject_enhance{#1}{\the\locationcount}}}
\unexpanded\def\setstructurecomponentsynchronization#1% todo: use ctxcontext
{\clf_setinternalreference
prefix {\currentstructurecomponentreferenceprefix}%
reference {\currentstructurecomponentreference}
internal \locationcount
view {\interactionparameter\c!focus}%
\relax
\xdef\currentstructurecomponentattribute {\the\lastdestinationattribute}%
\xdef\currentstructurecomponentsynchronize{\strc_lists_inject_enhance{#1}{\the\locationcount}}}
\protect \endinput
|