summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/node-fin.mkxl
blob: c0ad58f7d6c1edc8bbffdf3d4f957c00222f1c06 (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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
%D \module
%D   [       file=attr-ini,
%D        version=2007.06.06, % probably a bit older
%D          title=\CONTEXT\ Node Macros,
%D       subtitle=Finalizing,
%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 Node Support / Finalizing}

\unprotect

\registerctxluafile{node-shp}{autosuffix,optimize}
\registerctxluafile{node-fin}{autosuffix,optimize}

\permanent\protected\def\finalizeobjectbox #1{\clf_finalizebox#1\relax}
\permanent\protected\def\finalizeshipoutbox#1{\clf_finalizebox#1\relax}

% % Tricky stuff: this might become obsolete. It is about time to check this out
% % now (after more than a decade)! The few times that we need this we can better
% % copy some of the sensitive attributes (mostly color).
%
% \definesystemattribute[trigger][public]
%
% \newinteger\c_syst_attr_trigger
%
% \permanent\edef\startinheritattributes{\c_attr_trigger\plusone}
% \permanent\edef\stopinheritattributes {\c_attr_trigger\attributeunsetvalue}
%
% \permanent\def\syst_attr_trigger_copy_yes{\afterassignment\syst_attr_trigger_copy_indeed\c_syst_attr_trigger}
% \permanent\def\syst_attr_trigger_dump_yes{\afterassignment\syst_attr_trigger_dump_indeed\c_syst_attr_trigger}
%
% \def\syst_attr_trigger_copy_indeed
%   {\ifvbox\c_syst_attr_trigger
%      \vpack attr \triggerattribute \plusone {\unvcopy\c_syst_attr_trigger}%
%    \else
%      \hpack attr \triggerattribute \plusone {\unhcopy\c_syst_attr_trigger}%
%    \fi}
%
% \def\syst_attr_trigger_dump_indeed
%   {\ifvbox\c_syst_attr_trigger
%      \vpack attr \triggerattribute \plusone {\unvbox\c_syst_attr_trigger}%
%    \else
%      \hpack attr \triggerattribute \plusone {\unhbox\c_syst_attr_trigger}%
%    \fi}
%
% \permanent\protected\def\enableattributeinheritance
%   {\clf_enablestatetriggering
%    \enforced\let\attributedcopy\syst_attr_trigger_copy_yes
%    \enforced\let\attributedbox \syst_attr_trigger_dump_yes}
%
% \permanent\protected\def\disableattributeinheritance
%   {\clf_disablestatetriggering
%    \enforced\let\attributedcopy\copy
%    \enforced\let\attributedbox \box}
%
% \disableattributeinheritance
%
% \installtexdirective
%   {attributes.inheritance}
%   {\enableattributeinheritance}
%   {\disableattributeinheritance}
%
% % \appendtoks
% %     \enableattributeinheritance % might become default
% % \to\everyjob

% This is just a compatibility hack:

\newinteger\c_syst_attr_trigger

\permanent\protected\def\attributedcopy{\afterassignment\syst_attr_copy\c_syst_attr_trigger}
\permanent\protected\def\attributedbox {\afterassignment\syst_attr_box \c_syst_attr_trigger}

\def\syst_attr_copy{\recolorbox\c_syst_attr_trigger\copy\c_syst_attr_trigger}
\def\syst_attr_box {\recolorbox\c_syst_attr_trigger\box \c_syst_attr_trigger}

\protect \endinput