File: diffcoeff.cwl

package info (click to toggle)
texstudio 4.9.1%2Bds-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 110,128 kB
  • sloc: cpp: 111,264; xml: 18,668; ansic: 8,977; python: 357; javascript: 177; sh: 147; makefile: 52
file content (314 lines) | stat: -rw-r--r-- 17,802 bytes parent folder | download
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
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
# diffcoeff package
# Matthew Bertucci 2025/10/18 for v5.5

#include:mleftright

#keyvals:\usepackage/diffcoeff#c
spaced=#1,0,-1
mleftright
dif**={%<id1,id2,...%>}
def-file=%<filename%>
DIF={%<keyvals%>}
#endkeyvals

\diff{%<variable(s)%>}{%<differentiand%>}#m
\diff{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#m
\diff[%<order-spec%>]{%<variable(s)%>}{%<differentiand%>}#m
\diff[%<order-spec%>]{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#m
\diff<%<order-override%>>{%<variable(s)%>}{%<differentiand%>}#m
\diff<%<order-override%>>{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#m
\diff*{%<variable(s)%>}{%<differentiand%>}#m
\diff*{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#*m
\diff*[%<order-spec%>]{%<variable(s)%>}{%<differentiand%>}#*m
\diff*[%<order-spec%>]{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#*m
\diff*<%<order-override%>>{%<variable(s)%>}{%<differentiand%>}#*m
\diff*<%<order-override%>>{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#*m
\diff**{%<variable(s)%>}{%<differentiand%>}#m
\diff**{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#*m
\diff**[%<order-spec%>]{%<variable(s)%>}{%<differentiand%>}#*m
\diff**[%<order-spec%>]{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#*m
\diff**<%<order-override%>>{%<variable(s)%>}{%<differentiand%>}#*m
\diff**<%<order-override%>>{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#*m
\diff.%<name%>.{%<variable(s)%>}{%<differentiand%>}#m
\diff.%<name%>.{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#*m
\diff.%<name%>.[%<order-spec%>]{%<variable(s)%>}{%<differentiand%>}#*m
\diff.%<name%>.[%<order-spec%>]{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#*m
\diff.%<name%>.<%<order-override%>>{%<variable(s)%>}{%<differentiand%>}#*m
\diff.%<name%>.<%<order-override%>>{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#*m
\diff.%<name%>.*{%<variable(s)%>}{%<differentiand%>}#*m
\diff.%<name%>.*{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#*m
\diff.%<name%>.*[%<order-spec%>]{%<variable(s)%>}{%<differentiand%>}#*m
\diff.%<name%>.*[%<order-spec%>]{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#*m
\diff.%<name%>.*<%<order-override%>>{%<variable(s)%>}{%<differentiand%>}#*m
\diff.%<name%>.*<%<order-override%>>{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#*m
\diff.%<name%>.**{%<variable(s)%>}{%<differentiand%>}#*m
\diff.%<name%>.**{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#*m
\diff.%<name%>.**[%<order-spec%>]{%<variable(s)%>}{%<differentiand%>}#*m
\diff.%<name%>.**[%<order-spec%>]{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#*m
\diff.%<name%>.**<%<order-override%>>{%<variable(s)%>}{%<differentiand%>}#*m
\diff.%<name%>.**<%<order-override%>>{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#*m

\difs{%<variable(s)%>}{%<differentiand%>}#m
\difs{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#m
\difs[%<order-spec%>]{%<variable(s)%>}{%<differentiand%>}#m
\difs[%<order-spec%>]{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#m
\difs<%<order-override%>>{%<variable(s)%>}{%<differentiand%>}#m
\difs<%<order-override%>>{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#m
\difs*{%<variable(s)%>}{%<differentiand%>}#m
\difs*{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#*m
\difs*[%<order-spec%>]{%<variable(s)%>}{%<differentiand%>}#*m
\difs*[%<order-spec%>]{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#*m
\difs*<%<order-override%>>{%<variable(s)%>}{%<differentiand%>}#*m
\difs*<%<order-override%>>{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#*m
\difs**{%<variable(s)%>}{%<differentiand%>}#m
\difs**{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#*m
\difs**[%<order-spec%>]{%<variable(s)%>}{%<differentiand%>}#*m
\difs**[%<order-spec%>]{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#*m
\difs**<%<order-override%>>{%<variable(s)%>}{%<differentiand%>}#*m
\difs**<%<order-override%>>{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#*m
\difs.%<name%>.{%<variable(s)%>}{%<differentiand%>}#m
\difs.%<name%>.{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#*m
\difs.%<name%>.[%<order-spec%>]{%<variable(s)%>}{%<differentiand%>}#*m
\difs.%<name%>.[%<order-spec%>]{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#*m
\difs.%<name%>.<%<order-override%>>{%<variable(s)%>}{%<differentiand%>}#*m
\difs.%<name%>.<%<order-override%>>{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#*m
\difs.%<name%>.*{%<variable(s)%>}{%<differentiand%>}#*m
\difs.%<name%>.*{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#*m
\difs.%<name%>.*[%<order-spec%>]{%<variable(s)%>}{%<differentiand%>}#*m
\difs.%<name%>.*[%<order-spec%>]{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#*m
\difs.%<name%>.*<%<order-override%>>{%<variable(s)%>}{%<differentiand%>}#*m
\difs.%<name%>.*<%<order-override%>>{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#*m
\difs.%<name%>.**{%<variable(s)%>}{%<differentiand%>}#*m
\difs.%<name%>.**{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#*m
\difs.%<name%>.**[%<order-spec%>]{%<variable(s)%>}{%<differentiand%>}#*m
\difs.%<name%>.**[%<order-spec%>]{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#*m
\difs.%<name%>.**<%<order-override%>>{%<variable(s)%>}{%<differentiand%>}#*m
\difs.%<name%>.**<%<order-override%>>{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#*m

\difc{%<variable(s)%>}{%<differentiand%>}#m
\difc{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#m
\difc[%<order-spec%>]{%<variable(s)%>}{%<differentiand%>}#m
\difc[%<order-spec%>]{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#m
\difc<%<order-override%>>{%<variable(s)%>}{%<differentiand%>}#m
\difc<%<order-override%>>{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#m
# single star has no effect for compact form
##\difc*{%<variable(s)%>}{%<differentiand%>}#m
##\difc*{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#*m
##\difc*[%<order-spec%>]{%<variable(s)%>}{%<differentiand%>}#*m
##\difc*[%<order-spec%>]{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#*m
##\difc*<%<order-override%>>{%<variable(s)%>}{%<differentiand%>}#*m
##\difc*<%<order-override%>>{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#*m
\difc**{%<variable(s)%>}{%<differentiand%>}#m
\difc**{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#*m
\difc**[%<order-spec%>]{%<variable(s)%>}{%<differentiand%>}#*m
\difc**[%<order-spec%>]{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#*m
\difc**<%<order-override%>>{%<variable(s)%>}{%<differentiand%>}#*m
\difc**<%<order-override%>>{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#*m
\difc.%<name%>.{%<variable(s)%>}{%<differentiand%>}#m
\difc.%<name%>.{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#*m
\difc.%<name%>.[%<order-spec%>]{%<variable(s)%>}{%<differentiand%>}#*m
\difc.%<name%>.[%<order-spec%>]{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#*m
\difc.%<name%>.<%<order-override%>>{%<variable(s)%>}{%<differentiand%>}#*m
\difc.%<name%>.<%<order-override%>>{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#*m
##\difc.%<name%>.*{%<variable(s)%>}{%<differentiand%>}#*m
##\difc.%<name%>.*{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#*m
##\difc.%<name%>.*[%<order-spec%>]{%<variable(s)%>}{%<differentiand%>}#*m
##\difc.%<name%>.*[%<order-spec%>]{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#*m
##\difc.%<name%>.*<%<order-override%>>{%<variable(s)%>}{%<differentiand%>}#*m
##\difc.%<name%>.*<%<order-override%>>{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#*m
\difc.%<name%>.**{%<variable(s)%>}{%<differentiand%>}#*m
\difc.%<name%>.**{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#*m
\difc.%<name%>.**[%<order-spec%>]{%<variable(s)%>}{%<differentiand%>}#*m
\difc.%<name%>.**[%<order-spec%>]{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#*m
\difc.%<name%>.**<%<order-override%>>{%<variable(s)%>}{%<differentiand%>}#*m
\difc.%<name%>.**<%<order-override%>>{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#*m

\diffp{%<variable(s)%>}{%<differentiand%>}#m
\diffp{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#m
\diffp[%<order-spec%>]{%<variable(s)%>}{%<differentiand%>}#m
\diffp[%<order-spec%>]{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#m
\diffp<%<order-override%>>{%<variable(s)%>}{%<differentiand%>}#m
\diffp<%<order-override%>>{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#m
\diffp*{%<variable(s)%>}{%<differentiand%>}#m
\diffp*{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#*m
\diffp*[%<order-spec%>]{%<variable(s)%>}{%<differentiand%>}#*m
\diffp*[%<order-spec%>]{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#*m
\diffp*<%<order-override%>>{%<variable(s)%>}{%<differentiand%>}#*m
\diffp*<%<order-override%>>{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#*m
\diffp**{%<variable(s)%>}{%<differentiand%>}#m
\diffp**{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#*m
\diffp**[%<order-spec%>]{%<variable(s)%>}{%<differentiand%>}#*m
\diffp**[%<order-spec%>]{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#*m
\diffp**<%<order-override%>>{%<variable(s)%>}{%<differentiand%>}#*m
\diffp**<%<order-override%>>{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#*m
\diffp.%<name%>.{%<variable(s)%>}{%<differentiand%>}#m
\diffp.%<name%>.{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#*m
\diffp.%<name%>.[%<order-spec%>]{%<variable(s)%>}{%<differentiand%>}#*m
\diffp.%<name%>.[%<order-spec%>]{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#*m
\diffp.%<name%>.<%<order-override%>>{%<variable(s)%>}{%<differentiand%>}#*m
\diffp.%<name%>.<%<order-override%>>{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#*m
\diffp.%<name%>.*{%<variable(s)%>}{%<differentiand%>}#*m
\diffp.%<name%>.*{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#*m
\diffp.%<name%>.*[%<order-spec%>]{%<variable(s)%>}{%<differentiand%>}#*m
\diffp.%<name%>.*[%<order-spec%>]{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#*m
\diffp.%<name%>.*<%<order-override%>>{%<variable(s)%>}{%<differentiand%>}#*m
\diffp.%<name%>.*<%<order-override%>>{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#*m
\diffp.%<name%>.**{%<variable(s)%>}{%<differentiand%>}#*m
\diffp.%<name%>.**{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#*m
\diffp.%<name%>.**[%<order-spec%>]{%<variable(s)%>}{%<differentiand%>}#*m
\diffp.%<name%>.**[%<order-spec%>]{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#*m
\diffp.%<name%>.**<%<order-override%>>{%<variable(s)%>}{%<differentiand%>}#*m
\diffp.%<name%>.**<%<order-override%>>{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#*m

\difsp{%<variable(s)%>}{%<differentiand%>}#m
\difsp{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#m
\difsp[%<order-spec%>]{%<variable(s)%>}{%<differentiand%>}#m
\difsp[%<order-spec%>]{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#m
\difsp<%<order-override%>>{%<variable(s)%>}{%<differentiand%>}#m
\difsp<%<order-override%>>{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#m
\difsp*{%<variable(s)%>}{%<differentiand%>}#m
\difsp*{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#*m
\difsp*[%<order-spec%>]{%<variable(s)%>}{%<differentiand%>}#*m
\difsp*[%<order-spec%>]{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#*m
\difsp*<%<order-override%>>{%<variable(s)%>}{%<differentiand%>}#*m
\difsp*<%<order-override%>>{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#*m
\difsp**{%<variable(s)%>}{%<differentiand%>}#m
\difsp**{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#*m
\difsp**[%<order-spec%>]{%<variable(s)%>}{%<differentiand%>}#*m
\difsp**[%<order-spec%>]{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#*m
\difsp**<%<order-override%>>{%<variable(s)%>}{%<differentiand%>}#*m
\difsp**<%<order-override%>>{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#*m
\difsp.%<name%>.{%<variable(s)%>}{%<differentiand%>}#m
\difsp.%<name%>.{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#*m
\difsp.%<name%>.[%<order-spec%>]{%<variable(s)%>}{%<differentiand%>}#*m
\difsp.%<name%>.[%<order-spec%>]{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#*m
\difsp.%<name%>.<%<order-override%>>{%<variable(s)%>}{%<differentiand%>}#*m
\difsp.%<name%>.<%<order-override%>>{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#*m
\difsp.%<name%>.*{%<variable(s)%>}{%<differentiand%>}#*m
\difsp.%<name%>.*{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#*m
\difsp.%<name%>.*[%<order-spec%>]{%<variable(s)%>}{%<differentiand%>}#*m
\difsp.%<name%>.*[%<order-spec%>]{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#*m
\difsp.%<name%>.*<%<order-override%>>{%<variable(s)%>}{%<differentiand%>}#*m
\difsp.%<name%>.*<%<order-override%>>{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#*m
\difsp.%<name%>.**{%<variable(s)%>}{%<differentiand%>}#*m
\difsp.%<name%>.**{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#*m
\difsp.%<name%>.**[%<order-spec%>]{%<variable(s)%>}{%<differentiand%>}#*m
\difsp.%<name%>.**[%<order-spec%>]{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#*m
\difsp.%<name%>.**<%<order-override%>>{%<variable(s)%>}{%<differentiand%>}#*m
\difsp.%<name%>.**<%<order-override%>>{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#*m

\difcp{%<variable(s)%>}{%<differentiand%>}#m
\difcp{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#m
\difcp[%<order-spec%>]{%<variable(s)%>}{%<differentiand%>}#m
\difcp[%<order-spec%>]{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#m
\difcp<%<order-override%>>{%<variable(s)%>}{%<differentiand%>}#m
\difcp<%<order-override%>>{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#m
# single star has no effect for compact form
##\difcp*{%<variable(s)%>}{%<differentiand%>}#m
##\difcp*{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#*m
##\difcp*[%<order-spec%>]{%<variable(s)%>}{%<differentiand%>}#*m
##\difcp*[%<order-spec%>]{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#*m
##\difcp*<%<order-override%>>{%<variable(s)%>}{%<differentiand%>}#*m
##\difcp*<%<order-override%>>{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#*m
\difcp**{%<variable(s)%>}{%<differentiand%>}#m
\difcp**{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#*m
\difcp**[%<order-spec%>]{%<variable(s)%>}{%<differentiand%>}#*m
\difcp**[%<order-spec%>]{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#*m
\difcp**<%<order-override%>>{%<variable(s)%>}{%<differentiand%>}#*m
\difcp**<%<order-override%>>{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#*m
\difcp.%<name%>.{%<variable(s)%>}{%<differentiand%>}#m
\difcp.%<name%>.{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#*m
\difcp.%<name%>.[%<order-spec%>]{%<variable(s)%>}{%<differentiand%>}#*m
\difcp.%<name%>.[%<order-spec%>]{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#*m
\difcp.%<name%>.<%<order-override%>>{%<variable(s)%>}{%<differentiand%>}#*m
\difcp.%<name%>.<%<order-override%>>{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#*m
##\difcp.%<name%>.*{%<variable(s)%>}{%<differentiand%>}#*m
##\difcp.%<name%>.*{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#*m
##\difcp.%<name%>.*[%<order-spec%>]{%<variable(s)%>}{%<differentiand%>}#*m
##\difcp.%<name%>.*[%<order-spec%>]{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#*m
##\difcp.%<name%>.*<%<order-override%>>{%<variable(s)%>}{%<differentiand%>}#*m
##\difcp.%<name%>.*<%<order-override%>>{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#*m
\difcp.%<name%>.**{%<variable(s)%>}{%<differentiand%>}#*m
\difcp.%<name%>.**{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#*m
\difcp.%<name%>.**[%<order-spec%>]{%<variable(s)%>}{%<differentiand%>}#*m
\difcp.%<name%>.**[%<order-spec%>]{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#*m
\difcp.%<name%>.**<%<order-override%>>{%<variable(s)%>}{%<differentiand%>}#*m
\difcp.%<name%>.**<%<order-override%>>{%<variable(s)%>}{%<differentiand%>}[%<pt of eval%>]#*m

\negmu#*m
\nilmu#*m
\onemu#*m
\twomu#*m

\spacedone#*
\spacednil#*
\spacedneg#*

\difoverride{order}

\difdef{id-list}{variant-name}{keyvals}

#keyvals:\difdef
style=#frac,tfrac,dfrac,/,sfrac,auto,big,Big,bigg,Bigg,_,dl,d^,cc
slash-tok=%<token(s)%>
slash-sep=##L
sfrac-scaling=%<factor%>
derivand-sep=##L
op-symbol=%<symbol%>
op-symbol-alt=%<symbol%>
op-order-nudge=##L
op-sub-nudge=##L
var-sup-nudge=##L
multi-term-sep=##L
term-sep-adjust=##L
dots=%<code%>
long-var-wrap=#dv,d(v),(dv)
lvwrap-Ldelim=%<delimiter%>
lvwrap-Rdelim=%<delimiter%>
lvwrap-sup-nudge=##L
outer-Ldelim=%<delimiter%>
outer-Rdelim=%<delimiter%>
elbowroom=##L
sub-nudge=##L
difcc-var-ord=%<code%>
*derivand-sep=##L
*op-set-left#true,false
*italic-nudge=##L
*slash-sep=##L
*inner-wrap#true,false
*inner-Ldelim=%<delimiter%>
*inner-Rdelim=%<delimiter%>
*outer-Ldelim=%<delimiter%>
*outer-Rdelim=%<delimiter%>
*sub-nudge=##L
#endkeyvals

\dl{%<variable(s)%>}#m
\dl[%<order-spec%>]{%<variable(s)%>}#m
\dl.%<name%>.{%<variable(s)%>}#m
\dl.%<name%>.[%<order-spec%>]{%<variable(s)%>}#m
\difl{%<variable(s)%>}#m
\difl[%<order-spec%>]{%<variable(s)%>}#m
\difl.%<name%>.{%<variable(s)%>}#m
\difl.%<name%>.[%<order-spec%>]{%<variable(s)%>}#m

\jacob{%<numer%>}{%<denom%>}#m
\jacob.%<name%>.{%<numer%>}{%<denom%>}#m
\difj{%<numer%>}{%<denom%>}#m
\difj.%<name%>.{%<numer%>}{%<denom%>}#m

\DeclareChildTemplate{object type}{parent template}{new template}{parameters}{new defaults}#*

# not documented
\difstfrac{arg1}{arg2}#S
\difstfrac*{arg1}{arg2}#S
\difsbfrac{arg1}{arg2}#S
\difsbfrac[opt]{arg1}{arg2}#S
\difstfrac*{arg1}{arg2}#S
\difstfrac[opt]*{arg1}{arg2}#S
\difsafrac{arg1}{arg2}#S
\difsafrac*{arg1}{arg2}#S

# deprecated v4 commands
\diffdef{name}{options}#S
\dlp{arg}#Sm