katex 0.13.22 → 0.13.23

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/dist/katex.mjs CHANGED
@@ -2002,6 +2002,7 @@ var fontMetricsData = {
2002
2002
  "8764": [-0.10889, 0.39111, 0, 0, 0.89444],
2003
2003
  "8768": [0.19444, 0.69444, 0, 0, 0.31944],
2004
2004
  "8771": [0.00222, 0.50222, 0, 0, 0.89444],
2005
+ "8773": [0.027, 0.638, 0, 0, 0.894],
2005
2006
  "8776": [0.02444, 0.52444, 0, 0, 0.89444],
2006
2007
  "8781": [0.00222, 0.50222, 0, 0, 0.89444],
2007
2008
  "8801": [0.00222, 0.50222, 0, 0, 0.89444],
@@ -2519,7 +2520,7 @@ var fontMetricsData = {
2519
2520
  "8764": [-0.13313, 0.36687, 0, 0, 0.77778],
2520
2521
  "8768": [0.19444, 0.69444, 0, 0, 0.27778],
2521
2522
  "8771": [-0.03625, 0.46375, 0, 0, 0.77778],
2522
- "8773": [-0.022, 0.589, 0, 0, 1.0],
2523
+ "8773": [-0.022, 0.589, 0, 0, 0.778],
2523
2524
  "8776": [-0.01688, 0.48312, 0, 0, 0.77778],
2524
2525
  "8781": [-0.03625, 0.46375, 0, 0, 0.77778],
2525
2526
  "8784": [-0.133, 0.673, 0, 0, 0.778],
@@ -17739,7 +17740,7 @@ var katex = {
17739
17740
  /**
17740
17741
  * Current KaTeX version
17741
17742
  */
17742
- version: "0.13.22",
17743
+ version: "0.13.23",
17743
17744
 
17744
17745
  /**
17745
17746
  * Renders the given LaTeX into an HTML+MathML combination, and adds
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "katex",
3
- "version": "0.13.22",
3
+ "version": "0.13.23",
4
4
  "description": "Fast math typesetting for the web.",
5
5
  "main": "dist/katex.js",
6
6
  "homepage": "https://katex.org",
@@ -582,6 +582,7 @@ export default {
582
582
  "8764": [-0.10889, 0.39111, 0, 0, 0.89444],
583
583
  "8768": [0.19444, 0.69444, 0, 0, 0.31944],
584
584
  "8771": [0.00222, 0.50222, 0, 0, 0.89444],
585
+ "8773": [0.027, 0.638, 0, 0, 0.894],
585
586
  "8776": [0.02444, 0.52444, 0, 0, 0.89444],
586
587
  "8781": [0.00222, 0.50222, 0, 0, 0.89444],
587
588
  "8801": [0.00222, 0.50222, 0, 0, 0.89444],
@@ -1099,7 +1100,7 @@ export default {
1099
1100
  "8764": [-0.13313, 0.36687, 0, 0, 0.77778],
1100
1101
  "8768": [0.19444, 0.69444, 0, 0, 0.27778],
1101
1102
  "8771": [-0.03625, 0.46375, 0, 0, 0.77778],
1102
- "8773": [-0.022, 0.589, 0, 0, 1.0],
1103
+ "8773": [-0.022, 0.589, 0, 0, 0.778],
1103
1104
  "8776": [-0.01688, 0.48312, 0, 0, 0.77778],
1104
1105
  "8781": [-0.03625, 0.46375, 0, 0, 0.77778],
1105
1106
  "8784": [-0.133, 0.673, 0, 0, 0.778],
package/src/fonts/makeFF CHANGED
@@ -1311,6 +1311,7 @@ $extra{'Main-Regular'} = {
1311
1311
  'Select(0u3D)','Copy()',
1312
1312
  'Select(0u2245)',
1313
1313
  'PasteWithOffset(0,-111)',
1314
+ 'SetWidth(778)',
1314
1315
  ],
1315
1316
 
1316
1317
  bowtie => [
@@ -1607,6 +1608,7 @@ $extra{'Main-Bold'} = {
1607
1608
  'Select(0u3D)','Copy()',
1608
1609
  'Select(0u2245)',
1609
1610
  'PasteWithOffset(0,-136)',
1611
+ 'SetWidth(894)',
1610
1612
  ],
1611
1613
 
1612
1614
  bowtie => [
@@ -44,6 +44,9 @@ metrics_to_extract = {
44
44
  u"\u21aa": None, # \hookrightarrow
45
45
  u"\u21cc": None, # \rightleftharpoons
46
46
  },
47
+ "Main-Bold": {
48
+ u"\u2245": None, # \cong
49
+ },
47
50
  "Size1-Regular": {
48
51
  u"\u222c": u"\u222b", # \iint, based on \int
49
52
  u"\u222d": u"\u222b", # \iiint, based on \int