blob: bd244e4d1e9e0a9ac527a61ca3f5c30a8a1f1027 (
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
|
%D \module
%D [ file=norm-etx,
%D version=2009.03.19,
%D title=\CONTEXT\ Norm Macros,
%D subtitle=\ETEX,
%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.
% etex primitives
\let \normalbotmarks = \botmarks
\let \normalclubpenalties = \clubpenalties
\let \normalcurrentgrouplevel = \currentgrouplevel
\let \normalcurrentgrouptype = \currentgrouptype
\let \normalcurrentifbranch = \currentifbranch
\let \normalcurrentiflevel = \currentiflevel
\let \normalcurrentiftype = \currentiftype
\let \normaldetokenize = \detokenize
\let \normaldimexpr = \dimexpr
\let \normaldisplaywidowpenalties = \displaywidowpenalties
\let \normaleTeXVersion = \eTeXVersion
\let \normaleTeXminorversion = \eTeXminorversion
\let \normaleTeXrevision = \eTeXrevision
\let \normaleTeXversion = \eTeXversion
\let \normaleveryeof = \everyeof
\let \normalfirstmarks = \firstmarks
\let \normalfontchardp = \fontchardp
\let \normalfontcharht = \fontcharht
\let \normalfontcharic = \fontcharic
\let \normalfontcharwd = \fontcharwd
\let \normalglueexpr = \glueexpr
\let \normalglueshrink = \glueshrink
\let \normalglueshrinkorder = \glueshrinkorder
\let \normalgluestretch = \gluestretch
\let \normalgluestretchorder = \gluestretchorder
\let \normalgluetomu = \gluetomu
\let \normalifcsname = \ifcsname
\let \normalifdefined = \ifdefined
\let \normaliffontchar = \iffontchar
\let \normalinteractionmode = \interactionmode
\let \normalinterlinepenalties = \interlinepenalties
\let \normallastlinefit = \lastlinefit
\let \normallastnodetype = \lastnodetype
\let \normalmarks = \marks
\let \normalmuexpr = \muexpr
\let \normalmutoglue = \mutoglue
\let \normalnumexpr = \numexpr
\let \normalpagediscards = \pagediscards
\let \normalparshapedimen = \parshapedimen
\let \normalparshapeindent = \parshapeindent
\let \normalparshapelength = \parshapelength
\let \normalpredisplaydirection = \predisplaydirection
\let \normalprotected = \protected
\let \normalreadline = \readline
\let \normalsavinghyphcodes = \savinghyphcodes
\let \normalsavingvdiscards = \savingvdiscards
\let \normalscantokens = \scantokens
\let \normalshowgroups = \showgroups
\let \normalshowifs = \showifs
\let \normalshowtokens = \showtokens
\let \normalsplitbotmarks = \splitbotmarks
\let \normalsplitdiscards = \splitdiscards
\let \normalsplitfirstmarks = \splitfirstmarks
\let \normaltopmarks = \topmarks
\let \normaltracingassigns = \tracingassigns
\let \normaltracinggroups = \tracinggroups
\let \normaltracingifs = \tracingifs
\let \normaltracingnesting = \tracingnesting
\let \normaltracingscantokens = \tracingscantokens
\let \normalunexpanded = \unexpanded
\let \normalunless = \unless
\let \normalwidowpenalties = \widowpenalties
\endinput
|