summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/math-acc.mklx
blob: 9d51ba6973f7c61fb4ea7b4b075fdfd28448935b (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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
%D \module
%D   [       file=math-acc,
%D        version=2013.07.31,
%D          title=\CONTEXT\ Math Macros,
%D       subtitle=Accents,
%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 Math Macros / Accents}

% There are probably errors ... too distracted by amazing (piano) music videos running
% on top of scite ... so: experimental code.

\unprotect

%D This module permits overloading of accents so that we can do fancy things. The
%D implementation is similar to stackers. By default accenst are defined in a simple
%D way. Contrary to extensibles accents cannot grow indefinitely. Alas the
%D implementation of accents is different too, in the sense that they are
%D prepositioned i.e. are already raised. (In my opinion for no real reason as they
%D need to adapt anyway).
%D
%D In \MKIV\ we used virtual characters in the "FE* range but in \LMTX\ we do it a bit
%D different as we have a more powerful virtual subsystem. For details on the older
%D but neat approach see the lua and mkiv files.
%D
%D Older implementations are kept in the \MKII\ and \MKIV\ modules for educational
%D purposes.

\installcorenamespace{mathaccents}

\installcommandhandler \??mathaccents {mathaccent} \??mathaccents

\aliased\let\setupmathaccents\setupmathaccent

\setupmathaccents
  [\c!top=,
   \c!bottom=,
   \c!mathstyle=,
   \c!color=,
   \c!stretch=\v!no,
   \c!define=\v!yes] % not used

\definemathaccent
  [\v!both]

\definemathaccent
  [\v!top]
  [\v!both]

\definemathaccent
  [\v!bottom]
  [\v!both]

\permanent\tolerant\protected\def\definemathtopaccent[#1]#*[#2]#*[#3]% class name top
  {\ifparameter#3\or
     \frozen\protected\instance\edefcsname#2\endcsname{\math_accent_make_double                        {#1}\plusone{\number#3}\zerocount}%
   \else
     \frozen\protected\instance\edefcsname#1\endcsname{\math_accent_make_double\noexpand\currentmathaccent\plusone{\number#2}\zerocount}%
   \fi}

\permanent\tolerant\protected\def\definemathbottomaccent[#1]#*[#2]#*[#3]% class name bottom
  {\ifparameter#3\or
     \frozen\protected\instance\edefcsname#2\endcsname{\math_accent_make_double                        {#1}\plustwo\zerocount{\number#3}}%
   \else
     \frozen\protected\instance\edefcsname#1\endcsname{\math_accent_make_double\noexpand\currentmathaccent\plustwo\zerocount{\number#2}}%
   \fi}

\permanent\tolerant\protected\def\definemathdoubleaccent[#1]#*[#2]#*[#3]#*[#4]% class name top bottom
  {\ifparameter#4\or
     \frozen\protected\instance\edefcsname#2\endcsname{\math_accent_make_double                        {#1}\plusthree{\number#3}{\number#4}}%
   \else
     \frozen\protected\instance\edefcsname#1\endcsname{\math_accent_make_double\noexpand\currentmathaccent\plusthree{\number#2}{\number#3}}%
   \fi}

\installlocalcurrenthandler \??mathaccents {mathaccent}

\tolerant\protected\def\math_accent_make_double#class#kind#top#bottom#*[#settings]#:#content%
  {\beginmathgroup
   \setlocalmathaccentcurrent{#class}% \edef\currentmathaccent{#class}%
   \startusemathstyleparameter\mathaccentparameter\c!mathstyle
   \setupcurrentmathaccent[#settings]%
   \edef\m_fixed{\ifcstok{\mathaccentparameter\c!stretch}\v!yes\else\s!fixed\fi}%
   \Umathaccent
     \usedcolorparameterattributes{\mathaccentparameter\c!color}%
   % nooverflow % there is never na overflow anyway but we do accept thekey
   \ifcase#kind\or
     top \m_fixed
     \fam\zerocount#top
   \or
     bottom \m_fixed
     \fam\zerocount#bottom
   \or
     both \m_fixed
     \fam\zerocount#top
     \fam\zerocount#bottom
   \fi
   {\ifconditional\c_math_accent_auto_dotless\mathdotless\fi#content}%
   \stopusemathstyleparameter
   \endmathgroup}

%D Relative new:

\newconditional\c_math_accent_auto_dotless \settrue\c_math_accent_auto_dotless % cf opentype math

% \aliased\let\normalgrave\grave
% \aliased\let\normalddot \ddot
% \aliased\let\normalbar  \bar
% \aliased\let\normalacute\acute
% \aliased\let\normalhat  \hat     \aliased\let\normalwidehat  \widehat
% \aliased\let\normalcheck\check
% \aliased\let\normalbreve\breve
% \aliased\let\normaldot  \dot
% \aliased\let\normalring \ring
% \aliased\let\normaltilde\tilde
% \aliased\let\normaldddot\dddot

\pushoverloadmode

% These retain the given unicode values ... but can stretch when configured
% to do so: \setupmathaccent[\v!top][\c!stretch=\v!yes]

\definemathtopaccent[\v!top][grave]["0060] % these are old school
\definemathtopaccent[\v!top][ddot] ["00A8]
\definemathtopaccent[\v!top][bar]  ["00AF]
\definemathtopaccent[\v!top][acute]["00B4]
\definemathtopaccent[\v!top][hat]  ["02C6]
\definemathtopaccent[\v!top][check]["02C7]
\definemathtopaccent[\v!top][breve]["02D8]
\definemathtopaccent[\v!top][dot]  ["02D9]
\definemathtopaccent[\v!top][ring] ["02DA]
\definemathtopaccent[\v!top][tilde]["02DC]
\definemathtopaccent[\v!top][dddot]["20DB]

\definemathaccent
  [\v!top:\v!stretch]
  [\v!top]
  [\c!stretch=\v!yes]

%D We have a problem. We can use stackers but then we need to adapt the dimensions
%D which is font dependent. So, for now we keep them as accents.

\definemathtopaccent[\v!top:\v!stretch][widegrave]["0300] % these are generic modern
\definemathtopaccent[\v!top:\v!stretch][wideddot] ["0308]
\definemathtopaccent[\v!top:\v!stretch][widebar]  ["0304]
\definemathtopaccent[\v!top:\v!stretch][wideacute]["0301]
\definemathtopaccent[\v!top:\v!stretch][widehat]  ["0302]
\definemathtopaccent[\v!top:\v!stretch][widecheck]["030C]
\definemathtopaccent[\v!top:\v!stretch][widebreve]["0306]
\definemathtopaccent[\v!top:\v!stretch][widedot]  ["0307]
\definemathtopaccent[\v!top:\v!stretch][widering] ["030A]
\definemathtopaccent[\v!top:\v!stretch][widetilde]["0303]
\definemathtopaccent[\v!top:\v!stretch][widedddot]["20DB]

\aliased\let\mathring\ring % for a while

\popoverloadmode

\protect \endinput