attr-neg.mkxl /size: 999 b    last modification: 2023-12-21 09:44
1%D \module
2%D   [       file=attr-neg,
3%D        version=2007.06.06,
4%D          title=\CONTEXT\ Attribute Macros,
5%D       subtitle=Negation,
6%D         author=Hans Hagen,
7%D           date=\currentdate,
8%D      copyright={PRAGMA ADE \& \CONTEXT\ Development Team}]
9%C
10%C This module is part of the \CONTEXT\ macro||package and is
11%C therefore copyrighted by \PRAGMA. See mreadme.pdf for
12%C details.
13
14\writestatus{loading}{ConTeXt Attribute Macros / Negation}
15
16\registerctxluafile{attr-neg}{autosuffix}
17
18\unprotect
19
20%D This feature is kind of useless because only \ACROBAT\ seems to support it and
21%D even rather complete mupdf based viewers seem to ignore it.
22
23% positive and negative are preregistered
24
25\permanent\protected\def\startnegative{\clf_setnegative\v!negative}
26\permanent\protected\def\stopnegative {\clf_setnegative\v!positive}
27
28\permanent\protected\def\startpositive{\clf_setnegative\v!positive}
29\permanent\protected\def\stoppositive {\clf_setnegative\v!negative}
30
31\protect \endinput
32