temml 0.13.2 → 0.13.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/Temml-Asana.css +22 -3
- package/dist/Temml-Latin-Modern.css +22 -3
- package/dist/Temml-Libertinus.css +22 -4
- package/dist/Temml-Local.css +24 -5
- package/dist/Temml-NotoSans.css +24 -5
- package/dist/Temml-STIX2.css +24 -5
- package/dist/temml.cjs +294 -260
- package/dist/temml.js +294 -260
- package/dist/temml.min.js +1 -1
- package/dist/temml.mjs +294 -260
- package/dist/temmlPostProcess.js +1 -1
- package/package.json +5 -3
- package/src/MacroExpander.js +2 -1
- package/src/environments/array.js +2 -2
- package/src/functions/bordermatrix.js +3 -5
- package/src/functions/delimiter.js +7 -10
- package/src/functions/enclose.js +20 -1
- package/src/functions/font.js +14 -4
- package/src/functions/phantom.js +1 -1
- package/src/postProcess.js +1 -1
- package/src/stretchy.js +18 -7
- package/src/symbols.js +1 -1
package/README.md
CHANGED
package/dist/Temml-Asana.css
CHANGED
|
@@ -85,6 +85,11 @@ mover > :first-child {
|
|
|
85
85
|
.ff-nudge-left {
|
|
86
86
|
margin-left: -0.2em;
|
|
87
87
|
}
|
|
88
|
+
/* Squash hidden mrows in \bordermatrix. Messes with centering, but necessary to squash. */
|
|
89
|
+
.ff-squash mtd {
|
|
90
|
+
display: block;
|
|
91
|
+
height: 0;
|
|
92
|
+
}
|
|
88
93
|
}
|
|
89
94
|
|
|
90
95
|
@supports (not (-moz-appearance: none)) {
|
|
@@ -282,15 +287,29 @@ menclose {
|
|
|
282
287
|
}
|
|
283
288
|
|
|
284
289
|
/* Stretch \widetilde */
|
|
285
|
-
.tml-
|
|
290
|
+
.tml-tilde-2 {
|
|
286
291
|
transform: scale(2.0, 1.1)
|
|
287
292
|
}
|
|
288
|
-
.tml-
|
|
293
|
+
.tml-tilde-3 {
|
|
289
294
|
transform: scale(3.0, 1.3)
|
|
290
295
|
}
|
|
291
|
-
.tml-
|
|
296
|
+
.tml-tilde-4 {
|
|
292
297
|
transform: scale(4.0, 1.4)
|
|
293
298
|
}
|
|
299
|
+
/* Stretch \widehat */
|
|
300
|
+
.tml-hat-1 {
|
|
301
|
+
transform: scale(1.8, 1.0)
|
|
302
|
+
}
|
|
303
|
+
.tml-hat-2 {
|
|
304
|
+
transform: scale(3.5, 1.0)
|
|
305
|
+
}
|
|
306
|
+
.tml-hat-3 {
|
|
307
|
+
transform: scale(5.4, 1.1)
|
|
308
|
+
}
|
|
309
|
+
.tml-hat-4 {
|
|
310
|
+
transform: scale(7.2, 1.1)
|
|
311
|
+
}
|
|
312
|
+
|
|
294
313
|
/* set array cell justification */
|
|
295
314
|
.tml-right {
|
|
296
315
|
text-align: -webkit-right;
|
|
@@ -99,6 +99,11 @@ mover > :first-child {
|
|
|
99
99
|
.ff-nudge-left {
|
|
100
100
|
margin-left: -0.2em;
|
|
101
101
|
}
|
|
102
|
+
/* Squash hidden mrows in \bordermatrix. Messes with centering, but necessary to squash. */
|
|
103
|
+
.ff-squash mtd {
|
|
104
|
+
display: block;
|
|
105
|
+
height: 0;
|
|
106
|
+
}
|
|
102
107
|
}
|
|
103
108
|
|
|
104
109
|
@supports (not (-moz-appearance: none)) {
|
|
@@ -296,15 +301,29 @@ menclose {
|
|
|
296
301
|
}
|
|
297
302
|
|
|
298
303
|
/* Stretch \widetilde */
|
|
299
|
-
.tml-
|
|
304
|
+
.tml-tilde-2 {
|
|
300
305
|
transform: scale(2.0, 1.1)
|
|
301
306
|
}
|
|
302
|
-
.tml-
|
|
307
|
+
.tml-tilde-3 {
|
|
303
308
|
transform: scale(3.0, 1.3)
|
|
304
309
|
}
|
|
305
|
-
.tml-
|
|
310
|
+
.tml-tilde-4 {
|
|
306
311
|
transform: scale(4.0, 1.4)
|
|
307
312
|
}
|
|
313
|
+
/* Stretch \widehat */
|
|
314
|
+
.tml-hat-1 {
|
|
315
|
+
transform: scale(1.8, 1.1)
|
|
316
|
+
}
|
|
317
|
+
.tml-hat-2 {
|
|
318
|
+
transform: scale(3.5, 1.1)
|
|
319
|
+
}
|
|
320
|
+
.tml-hat-3 {
|
|
321
|
+
transform: scale(5.4, 1.3)
|
|
322
|
+
}
|
|
323
|
+
.tml-hat-4 {
|
|
324
|
+
transform: scale(7.2, 1.4)
|
|
325
|
+
}
|
|
326
|
+
|
|
308
327
|
/* set array cell justification */
|
|
309
328
|
.tml-right {
|
|
310
329
|
text-align: -webkit-right;
|
|
@@ -101,6 +101,11 @@ mover > :first-child {
|
|
|
101
101
|
.ff-nudge-left {
|
|
102
102
|
margin-left: -0.2em;
|
|
103
103
|
}
|
|
104
|
+
/* Squash hidden mrows in \bordermatrix. Messes with centering, but necessary to squash. */
|
|
105
|
+
.ff-squash mtd {
|
|
106
|
+
display: block;
|
|
107
|
+
height: 0;
|
|
108
|
+
}
|
|
104
109
|
}
|
|
105
110
|
|
|
106
111
|
@supports (not (-moz-appearance: none)) {
|
|
@@ -298,15 +303,29 @@ menclose {
|
|
|
298
303
|
}
|
|
299
304
|
|
|
300
305
|
/* Stretch \widetilde */
|
|
301
|
-
.tml-
|
|
306
|
+
.tml-tilde-2 {
|
|
302
307
|
transform: scale(2.0, 1.1)
|
|
303
308
|
}
|
|
304
|
-
.tml-
|
|
309
|
+
.tml-tilde-3 {
|
|
305
310
|
transform: scale(3.0, 1.3)
|
|
306
311
|
}
|
|
307
|
-
.tml-
|
|
312
|
+
.tml-tilde-4 {
|
|
308
313
|
transform: scale(4.0, 1.4)
|
|
309
314
|
}
|
|
315
|
+
/* Stretch \widehat */
|
|
316
|
+
.tml-hat-1 {
|
|
317
|
+
transform: scale(2.0, 1.0)
|
|
318
|
+
}
|
|
319
|
+
.tml-hat-2 {
|
|
320
|
+
transform: scale(4.2, 1.0)
|
|
321
|
+
}
|
|
322
|
+
.tml-hat-3 {
|
|
323
|
+
transform: scale(6.2, 1.1)
|
|
324
|
+
}
|
|
325
|
+
.tml-hat-4 {
|
|
326
|
+
transform: scale(8.8, 1.1)
|
|
327
|
+
}
|
|
328
|
+
|
|
310
329
|
/* set array cell justification */
|
|
311
330
|
.tml-right {
|
|
312
331
|
text-align: -webkit-right;
|
|
@@ -315,7 +334,6 @@ menclose {
|
|
|
315
334
|
text-align: -webkit-left;
|
|
316
335
|
}
|
|
317
336
|
}
|
|
318
|
-
|
|
319
337
|
/* flex-wrap for line-breaking in Chromium */
|
|
320
338
|
math {
|
|
321
339
|
display: inline-flex;
|
package/dist/Temml-Local.css
CHANGED
|
@@ -92,6 +92,11 @@ mover > :first-child {
|
|
|
92
92
|
.ff-nudge-left {
|
|
93
93
|
margin-left: -0.2em;
|
|
94
94
|
}
|
|
95
|
+
/* Squash hidden mrows in \bordermatrix. Messes with centering, but necessary to squash. */
|
|
96
|
+
.ff-squash mtd {
|
|
97
|
+
display: block;
|
|
98
|
+
height: 0;
|
|
99
|
+
}
|
|
95
100
|
}
|
|
96
101
|
|
|
97
102
|
@supports (not (-moz-appearance: none)) {
|
|
@@ -289,15 +294,29 @@ menclose {
|
|
|
289
294
|
}
|
|
290
295
|
|
|
291
296
|
/* Stretch \widetilde */
|
|
292
|
-
.tml-
|
|
297
|
+
.tml-tilde-2 {
|
|
293
298
|
transform: scale(2.0, 1.1)
|
|
294
299
|
}
|
|
295
|
-
.tml-
|
|
296
|
-
transform: scale(3.0, 1.
|
|
300
|
+
.tml-tilde-3 {
|
|
301
|
+
transform: scale(3.0, 1.1)
|
|
302
|
+
}
|
|
303
|
+
.tml-tilde-4 {
|
|
304
|
+
transform: scale(4.0, 1.1)
|
|
305
|
+
}
|
|
306
|
+
/* Stretch \widehat */
|
|
307
|
+
.tml-hat-1 {
|
|
308
|
+
transform: scale(1.9, 1.0)
|
|
297
309
|
}
|
|
298
|
-
.tml-
|
|
299
|
-
transform: scale(
|
|
310
|
+
.tml-hat-2 {
|
|
311
|
+
transform: scale(3.9, 1.0)
|
|
300
312
|
}
|
|
313
|
+
.tml-hat-3 {
|
|
314
|
+
transform: scale(5.8, 1.0)
|
|
315
|
+
}
|
|
316
|
+
.tml-hat-4 {
|
|
317
|
+
transform: scale(7.8, 1.0)
|
|
318
|
+
}
|
|
319
|
+
|
|
301
320
|
/* set array cell justification */
|
|
302
321
|
.tml-right {
|
|
303
322
|
text-align: -webkit-right;
|
package/dist/Temml-NotoSans.css
CHANGED
|
@@ -94,6 +94,11 @@ mover > :first-child {
|
|
|
94
94
|
.ff-nudge-left {
|
|
95
95
|
margin-left: -0.2em;
|
|
96
96
|
}
|
|
97
|
+
/* Squash hidden mrows in \bordermatrix. Messes with centering, but necessary to squash. */
|
|
98
|
+
.ff-squash mtd {
|
|
99
|
+
display: block;
|
|
100
|
+
height: 0;
|
|
101
|
+
}
|
|
97
102
|
}
|
|
98
103
|
|
|
99
104
|
@supports (not (-moz-appearance: none)) {
|
|
@@ -291,15 +296,29 @@ menclose {
|
|
|
291
296
|
}
|
|
292
297
|
|
|
293
298
|
/* Stretch \widetilde */
|
|
294
|
-
.tml-
|
|
299
|
+
.tml-tilde-2 {
|
|
295
300
|
transform: scale(2.0, 1.1)
|
|
296
301
|
}
|
|
297
|
-
.tml-
|
|
298
|
-
transform: scale(3.0, 1.
|
|
302
|
+
.tml-tilde-3 {
|
|
303
|
+
transform: scale(3.0, 1.1)
|
|
304
|
+
}
|
|
305
|
+
.tml-tilde-4 {
|
|
306
|
+
transform: scale(4.0, 1.1)
|
|
307
|
+
}
|
|
308
|
+
/* Stretch \widehat */
|
|
309
|
+
.tml-hat-1 {
|
|
310
|
+
transform: scale(1.8, 1.0)
|
|
299
311
|
}
|
|
300
|
-
.tml-
|
|
301
|
-
transform: scale(
|
|
312
|
+
.tml-hat-2 {
|
|
313
|
+
transform: scale(3.5, 1.0)
|
|
302
314
|
}
|
|
315
|
+
.tml-hat-3 {
|
|
316
|
+
transform: scale(5.4, 1.0)
|
|
317
|
+
}
|
|
318
|
+
.tml-hat-4 {
|
|
319
|
+
transform: scale(7.2, 1.0)
|
|
320
|
+
}
|
|
321
|
+
|
|
303
322
|
/* set array cell justification */
|
|
304
323
|
.tml-right {
|
|
305
324
|
text-align: -webkit-right;
|
package/dist/Temml-STIX2.css
CHANGED
|
@@ -91,6 +91,11 @@ mover > :first-child {
|
|
|
91
91
|
.ff-nudge-left {
|
|
92
92
|
margin-left: -0.2em;
|
|
93
93
|
}
|
|
94
|
+
/* Squash hidden mrows in \bordermatrix. Messes with centering, but necessary to squash. */
|
|
95
|
+
.ff-squash mtd {
|
|
96
|
+
display: block;
|
|
97
|
+
height: 0;
|
|
98
|
+
}
|
|
94
99
|
}
|
|
95
100
|
|
|
96
101
|
@supports (not (-moz-appearance: none)) {
|
|
@@ -288,15 +293,29 @@ menclose {
|
|
|
288
293
|
}
|
|
289
294
|
|
|
290
295
|
/* Stretch \widetilde */
|
|
291
|
-
.tml-
|
|
296
|
+
.tml-tilde-2 {
|
|
292
297
|
transform: scale(2.0, 1.1)
|
|
293
298
|
}
|
|
294
|
-
.tml-
|
|
295
|
-
transform: scale(3.0, 1.
|
|
299
|
+
.tml-tilde-3 {
|
|
300
|
+
transform: scale(3.0, 1.1)
|
|
301
|
+
}
|
|
302
|
+
.tml-tilde-4 {
|
|
303
|
+
transform: scale(4.0, 1.1)
|
|
304
|
+
}
|
|
305
|
+
/* Stretch \widehat */
|
|
306
|
+
.tml-hat-1 {
|
|
307
|
+
transform: scale(1.9, 1.0)
|
|
296
308
|
}
|
|
297
|
-
.tml-
|
|
298
|
-
transform: scale(
|
|
309
|
+
.tml-hat-2 {
|
|
310
|
+
transform: scale(3.9, 1.0)
|
|
299
311
|
}
|
|
312
|
+
.tml-hat-3 {
|
|
313
|
+
transform: scale(5.8, 1.1)
|
|
314
|
+
}
|
|
315
|
+
.tml-hat-4 {
|
|
316
|
+
transform: scale(7.8, 1.1)
|
|
317
|
+
}
|
|
318
|
+
|
|
300
319
|
/* set array cell justification */
|
|
301
320
|
.tml-right {
|
|
302
321
|
text-align: -webkit-right;
|