A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/KaTeX/KaTeX/commit/6e3fb74d35096b65a4e95d8f71dad2c69808a1ad below:

0.16.16 [ci skip] · KaTeX/KaTeX@6e3fb74 · GitHub

File tree Expand file treeCollapse file tree 10 files changed

+41

-34

lines changed

Filter options

Expand file treeCollapse file tree 10 files changed

+41

-34

lines changed Original file line number Diff line number Diff line change

@@ -1,6 +1,13 @@

1 1

# Changelog

2 2

All notable changes to this project will be documented in this file. This CHANGELOG roughly follows the guidelines from [www.keepachangelog.com](https://keepachangelog.com/en/1.0.0/).

3 3 4 +

## [0.16.16](https://github.com/KaTeX/KaTeX/compare/v0.16.15...v0.16.16) (2024-12-17)

5 + 6 + 7 +

### Features

8 + 9 +

* ESM exports, TypeScript types ([#3992](https://github.com/KaTeX/KaTeX/issues/3992)) ([ea9c173](https://github.com/KaTeX/KaTeX/commit/ea9c173a0de953b49b2ce5d131e88b785f5dffa1))

10 + 4 11

## [0.16.15](https://github.com/KaTeX/KaTeX/compare/v0.16.14...v0.16.15) (2024-12-09)

5 12 6 13 Original file line number Diff line number Diff line change

@@ -37,13 +37,13 @@ Try out KaTeX [on the demo page](https://katex.org/#demo)!

37 37

<!-- KaTeX requires the use of the HTML5 doctype. Without it, KaTeX may not render properly -->

38 38

<html>

39 39

<head>

40 -

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.16.15/dist/katex.min.css" integrity="sha384-Htz9HMhiwV8GuQ28Xr9pEs1B4qJiYu/nYLLwlDklR53QibDfmQzi7rYxXhMH/5/u" crossorigin="anonymous">

40 +

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.16.16/dist/katex.min.css" integrity="sha384-hVhzUD6f4fv5e8/SUC8GHMqjmXi+LvI2+QzUZlruhYvV3fub1civI86H6p0cbWFK" crossorigin="anonymous">

41 41 42 42

<!-- The loading of KaTeX is deferred to speed up page rendering -->

43 -

<script defer src="https://cdn.jsdelivr.net/npm/katex@0.16.15/dist/katex.min.js" integrity="sha384-bxmi2jLGCvnsEqMuYLKE/KsVCxV3PqmKeK6Y6+lmNXBry6+luFkEOsmp5vD9I/7+" crossorigin="anonymous"></script>

43 +

<script defer src="https://cdn.jsdelivr.net/npm/katex@0.16.16/dist/katex.min.js" integrity="sha384-Jk0pwVVAMt1QyyB45O8KoWsQT9nXyKcE1h8tXpm0Zw4BwHrsFU6pcDtpFg1far1H" crossorigin="anonymous"></script>

44 44 45 45

<!-- To automatically render math in text elements, include the auto-render extension: -->

46 -

<script defer src="https://cdn.jsdelivr.net/npm/katex@0.16.15/dist/contrib/auto-render.min.js" integrity="sha384-hCXGrW6PitJEwbkoStFjeJxv+fSOOQKOPbJxSfM6G5sWZjAyWhXiTIIAmQqnlLlh" crossorigin="anonymous"

46 +

<script defer src="https://cdn.jsdelivr.net/npm/katex@0.16.16/dist/contrib/auto-render.min.js" integrity="sha384-hCXGrW6PitJEwbkoStFjeJxv+fSOOQKOPbJxSfM6G5sWZjAyWhXiTIIAmQqnlLlh" crossorigin="anonymous"

47 47

onload="renderMathInElement(document.body);"></script>

48 48

</head>

49 49

...

Original file line number Diff line number Diff line change

@@ -18,7 +18,7 @@ This extension isn't part of KaTeX proper, so the script should be separately

18 18

included in the page.

19 19 20 20

```html

21 -

<script src="https://cdn.jsdelivr.net/npm/katex@0.16.15/dist/contrib/copy-tex.min.js" integrity="sha384-HORx6nWi8j5/mYA+y57/9/CZc5z8HnEw4WUZWy5yOn9ToKBv1l58vJaufFAn9Zzi" crossorigin="anonymous"></script>

21 +

<script src="https://cdn.jsdelivr.net/npm/katex@0.16.16/dist/contrib/copy-tex.min.js" integrity="sha384-HORx6nWi8j5/mYA+y57/9/CZc5z8HnEw4WUZWy5yOn9ToKBv1l58vJaufFAn9Zzi" crossorigin="anonymous"></script>

22 22

```

23 23 24 24

(Note that, as of KaTeX 0.16.0, there is no longer a corresponding CSS file.)

@@ -35,5 +35,5 @@ statement with `require('katex/contrib/copy-tex/katex2tex.js')`.

35 35 36 36

ECMAScript module is also available:

37 37

```html

38 -

<script type="module" src="https://cdn.jsdelivr.net/npm/katex@0.16.15/dist/contrib/copy-tex.mjs" integrity="sha384-bVEnwt0PtX+1EuJoOEcm4rgTUWvb2ILTdjHfI1gUe/r5fdqrTcQaUuRdHG2DciuQ" crossorigin="anonymous"></script>

38 +

<script type="module" src="https://cdn.jsdelivr.net/npm/katex@0.16.16/dist/contrib/copy-tex.mjs" integrity="sha384-bVEnwt0PtX+1EuJoOEcm4rgTUWvb2ILTdjHfI1gUe/r5fdqrTcQaUuRdHG2DciuQ" crossorigin="anonymous"></script>

39 39

```

Original file line number Diff line number Diff line change

@@ -11,7 +11,7 @@ included in the page, in addition to KaTeX.

11 11

Load the extension by adding the following line to your HTML file.

12 12 13 13

```html

14 -

<script defer src="https://cdn.jsdelivr.net/npm/katex@0.16.15/dist/contrib/mathtex-script-type.min.js" integrity="sha384-sg4gBRJTqTCyzYbB7e72xGs3dA2LK994XRZS6urZW6Uh6Mu3j2JJ3YG2s9HALO8U" crossorigin="anonymous"></script>

14 +

<script defer src="https://cdn.jsdelivr.net/npm/katex@0.16.16/dist/contrib/mathtex-script-type.min.js" integrity="sha384-sg4gBRJTqTCyzYbB7e72xGs3dA2LK994XRZS6urZW6Uh6Mu3j2JJ3YG2s9HALO8U" crossorigin="anonymous"></script>

15 15

```

16 16

You can download the script and use it locally, or from a local KaTeX installation instead.

17 17

@@ -23,9 +23,9 @@ Then, in the body, we use a `math/tex` script to typeset the equation `x+\sqrt{1

23 23

<!DOCTYPE html>

24 24

<html>

25 25

<head>

26 -

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.16.15/dist/katex.min.css" integrity="sha384-Htz9HMhiwV8GuQ28Xr9pEs1B4qJiYu/nYLLwlDklR53QibDfmQzi7rYxXhMH/5/u" crossorigin="anonymous">

27 -

<script src="https://cdn.jsdelivr.net/npm/katex@0.16.15/dist/katex.min.js" integrity="sha384-bxmi2jLGCvnsEqMuYLKE/KsVCxV3PqmKeK6Y6+lmNXBry6+luFkEOsmp5vD9I/7+" crossorigin="anonymous"></script>

28 -

<script defer src="https://cdn.jsdelivr.net/npm/katex@0.16.15/dist/contrib/mathtex-script-type.min.js" integrity="sha384-sg4gBRJTqTCyzYbB7e72xGs3dA2LK994XRZS6urZW6Uh6Mu3j2JJ3YG2s9HALO8U" crossorigin="anonymous"></script>

26 +

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.16.16/dist/katex.min.css" integrity="sha384-hVhzUD6f4fv5e8/SUC8GHMqjmXi+LvI2+QzUZlruhYvV3fub1civI86H6p0cbWFK" crossorigin="anonymous">

27 +

<script src="https://cdn.jsdelivr.net/npm/katex@0.16.16/dist/katex.min.js" integrity="sha384-Jk0pwVVAMt1QyyB45O8KoWsQT9nXyKcE1h8tXpm0Zw4BwHrsFU6pcDtpFg1far1H" crossorigin="anonymous"></script>

28 +

<script defer src="https://cdn.jsdelivr.net/npm/katex@0.16.16/dist/contrib/mathtex-script-type.min.js" integrity="sha384-sg4gBRJTqTCyzYbB7e72xGs3dA2LK994XRZS6urZW6Uh6Mu3j2JJ3YG2s9HALO8U" crossorigin="anonymous"></script>

29 29

</head>

30 30

<body>

31 31

<script type="math/tex">x+\sqrt{1-x^2}</script>

@@ -35,4 +35,4 @@ Then, in the body, we use a `math/tex` script to typeset the equation `x+\sqrt{1

35 35 36 36

ECMAScript module is also available:

37 37

```html

38 -

<script type="module" src="https://cdn.jsdelivr.net/npm/katex@0.16.15/dist/contrib/mathtex-script-type.mjs" integrity="sha384-4EJvC5tvqq9XJxXvdD4JutBokuFw/dCe2AB4gZ9sRpwFFXECpL3qT43tmE0PkpVg" crossorigin="anonymous"></script>

38 +

<script type="module" src="https://cdn.jsdelivr.net/npm/katex@0.16.16/dist/contrib/mathtex-script-type.mjs" integrity="sha384-4EJvC5tvqq9XJxXvdD4JutBokuFw/dCe2AB4gZ9sRpwFFXECpL3qT43tmE0PkpVg" crossorigin="anonymous"></script>

Original file line number Diff line number Diff line change

@@ -7,7 +7,7 @@ This extension adds to KaTeX the `\ce` and `\pu` functions from the [mhchem](htt

7 7

This extension isn't part of core KaTeX, so the script should be separately included. Write the following line into the HTML page's `<head>`. Place it *after* the line that calls `katex.js`, and if you make use of the [auto-render](https://katex.org/docs/autorender.html) extension, place it *before* the line that calls `auto-render.js`.

8 8 9 9

```html

10 -

<script defer src="https://cdn.jsdelivr.net/npm/katex@0.16.15/dist/contrib/mhchem.min.js" integrity="sha384-F2ptQFZqNJuqfGGl28mIXyQ5kXH48spn7rcoS0Y9psqIKAcZPLd1NzwFlm/bl1mH" crossorigin="anonymous"></script>

10 +

<script defer src="https://cdn.jsdelivr.net/npm/katex@0.16.16/dist/contrib/mhchem.min.js" integrity="sha384-F2ptQFZqNJuqfGGl28mIXyQ5kXH48spn7rcoS0Y9psqIKAcZPLd1NzwFlm/bl1mH" crossorigin="anonymous"></script>

11 11

```

12 12 13 13

If you remove the `defer` attribute from this tag, then you must also remove the `defer` attribute from the `<script src="https://../katex.min.js">` tag.

Original file line number Diff line number Diff line change

@@ -12,9 +12,9 @@ This extension isn't part of KaTeX proper, so the script needs to be included

12 12

using a CDN:

13 13 14 14

```html

15 -

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.16.15/dist/katex.min.css" integrity="sha384-Htz9HMhiwV8GuQ28Xr9pEs1B4qJiYu/nYLLwlDklR53QibDfmQzi7rYxXhMH/5/u" crossorigin="anonymous">

16 -

<script defer src="https://cdn.jsdelivr.net/npm/katex@0.16.15/dist/katex.min.js" integrity="sha384-bxmi2jLGCvnsEqMuYLKE/KsVCxV3PqmKeK6Y6+lmNXBry6+luFkEOsmp5vD9I/7+" crossorigin="anonymous"></script>

17 -

<script defer src="https://cdn.jsdelivr.net/npm/katex@0.16.15/dist/contrib/auto-render.min.js" integrity="sha384-hCXGrW6PitJEwbkoStFjeJxv+fSOOQKOPbJxSfM6G5sWZjAyWhXiTIIAmQqnlLlh" crossorigin="anonymous"

15 +

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.16.16/dist/katex.min.css" integrity="sha384-hVhzUD6f4fv5e8/SUC8GHMqjmXi+LvI2+QzUZlruhYvV3fub1civI86H6p0cbWFK" crossorigin="anonymous">

16 +

<script defer src="https://cdn.jsdelivr.net/npm/katex@0.16.16/dist/katex.min.js" integrity="sha384-Jk0pwVVAMt1QyyB45O8KoWsQT9nXyKcE1h8tXpm0Zw4BwHrsFU6pcDtpFg1far1H" crossorigin="anonymous"></script>

17 +

<script defer src="https://cdn.jsdelivr.net/npm/katex@0.16.16/dist/contrib/auto-render.min.js" integrity="sha384-hCXGrW6PitJEwbkoStFjeJxv+fSOOQKOPbJxSfM6G5sWZjAyWhXiTIIAmQqnlLlh" crossorigin="anonymous"

18 18

onload="renderMathInElement(document.body);"></script>

19 19

```

20 20

@@ -31,9 +31,9 @@ want to use a `defer` or `onload` attribute.

31 31

For example:

32 32 33 33

```html

34 -

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.16.15/dist/katex.min.css" integrity="sha384-Htz9HMhiwV8GuQ28Xr9pEs1B4qJiYu/nYLLwlDklR53QibDfmQzi7rYxXhMH/5/u" crossorigin="anonymous">

35 -

<script defer src="https://cdn.jsdelivr.net/npm/katex@0.16.15/dist/katex.min.js" integrity="sha384-bxmi2jLGCvnsEqMuYLKE/KsVCxV3PqmKeK6Y6+lmNXBry6+luFkEOsmp5vD9I/7+" crossorigin="anonymous"></script>

36 -

<script defer src="https://cdn.jsdelivr.net/npm/katex@0.16.15/dist/contrib/auto-render.min.js" integrity="sha384-hCXGrW6PitJEwbkoStFjeJxv+fSOOQKOPbJxSfM6G5sWZjAyWhXiTIIAmQqnlLlh" crossorigin="anonymous"></script>

34 +

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.16.16/dist/katex.min.css" integrity="sha384-hVhzUD6f4fv5e8/SUC8GHMqjmXi+LvI2+QzUZlruhYvV3fub1civI86H6p0cbWFK" crossorigin="anonymous">

35 +

<script defer src="https://cdn.jsdelivr.net/npm/katex@0.16.16/dist/katex.min.js" integrity="sha384-Jk0pwVVAMt1QyyB45O8KoWsQT9nXyKcE1h8tXpm0Zw4BwHrsFU6pcDtpFg1far1H" crossorigin="anonymous"></script>

36 +

<script defer src="https://cdn.jsdelivr.net/npm/katex@0.16.16/dist/contrib/auto-render.min.js" integrity="sha384-hCXGrW6PitJEwbkoStFjeJxv+fSOOQKOPbJxSfM6G5sWZjAyWhXiTIIAmQqnlLlh" crossorigin="anonymous"></script>

37 37

<script>

38 38

document.addEventListener("DOMContentLoaded", function() {

39 39

renderMathInElement(document.body, {

@@ -54,9 +54,9 @@ For example:

54 54 55 55

ECMAScript module is also available:

56 56

```html

57 -

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.16.15/dist/katex.min.css" integrity="sha384-Htz9HMhiwV8GuQ28Xr9pEs1B4qJiYu/nYLLwlDklR53QibDfmQzi7rYxXhMH/5/u" crossorigin="anonymous">

57 +

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.16.16/dist/katex.min.css" integrity="sha384-hVhzUD6f4fv5e8/SUC8GHMqjmXi+LvI2+QzUZlruhYvV3fub1civI86H6p0cbWFK" crossorigin="anonymous">

58 58

<script type="module">

59 -

import renderMathInElement from "https://cdn.jsdelivr.net/npm/katex@0.16.15/dist/contrib/auto-render.mjs";

59 +

import renderMathInElement from "https://cdn.jsdelivr.net/npm/katex@0.16.16/dist/contrib/auto-render.mjs";

60 60

renderMathInElement(document.body);

61 61

</script>

62 62

```

Original file line number Diff line number Diff line change

@@ -11,13 +11,13 @@ title: Browser

11 11

<!-- KaTeX requires the use of the HTML5 doctype. Without it, KaTeX may not render properly -->

12 12

<html>

13 13

<head>

14 -

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.16.15/dist/katex.min.css" integrity="sha384-Htz9HMhiwV8GuQ28Xr9pEs1B4qJiYu/nYLLwlDklR53QibDfmQzi7rYxXhMH/5/u" crossorigin="anonymous">

14 +

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.16.16/dist/katex.min.css" integrity="sha384-hVhzUD6f4fv5e8/SUC8GHMqjmXi+LvI2+QzUZlruhYvV3fub1civI86H6p0cbWFK" crossorigin="anonymous">

15 15 16 16

<!-- The loading of KaTeX is deferred to speed up page rendering -->

17 -

<script defer src="https://cdn.jsdelivr.net/npm/katex@0.16.15/dist/katex.min.js" integrity="sha384-bxmi2jLGCvnsEqMuYLKE/KsVCxV3PqmKeK6Y6+lmNXBry6+luFkEOsmp5vD9I/7+" crossorigin="anonymous"></script>

17 +

<script defer src="https://cdn.jsdelivr.net/npm/katex@0.16.16/dist/katex.min.js" integrity="sha384-Jk0pwVVAMt1QyyB45O8KoWsQT9nXyKcE1h8tXpm0Zw4BwHrsFU6pcDtpFg1far1H" crossorigin="anonymous"></script>

18 18 19 19

<!-- To automatically render math in text elements, include the auto-render extension: -->

20 -

<script defer src="https://cdn.jsdelivr.net/npm/katex@0.16.15/dist/contrib/auto-render.min.js" integrity="sha384-hCXGrW6PitJEwbkoStFjeJxv+fSOOQKOPbJxSfM6G5sWZjAyWhXiTIIAmQqnlLlh" crossorigin="anonymous"

20 +

<script defer src="https://cdn.jsdelivr.net/npm/katex@0.16.16/dist/contrib/auto-render.min.js" integrity="sha384-hCXGrW6PitJEwbkoStFjeJxv+fSOOQKOPbJxSfM6G5sWZjAyWhXiTIIAmQqnlLlh" crossorigin="anonymous"

21 21

onload="renderMathInElement(document.body);"></script>

22 22

</head>

23 23

...

@@ -29,15 +29,15 @@ If you include the `katex.js` directly, the `katex` object will be available as

29 29

a global variable.

30 30 31 31

```html

32 -

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.16.15/dist/katex.css" integrity="sha384-zLeDfjAc8DwENEGNNTkTTnfsm/SivaEXAA2fE7fRzBTXD0tVOIzGYvE5XYRds2T3" crossorigin="anonymous">

33 -

<script defer src="https://cdn.jsdelivr.net/npm/katex@0.16.15/dist/katex.js" integrity="sha384-FqGJ8MgMYoNdTzskCP+Ug2swwqMiP6ExJPS++zP+EfvbHYHjymfSvGfNrnypPrrj" crossorigin="anonymous"></script>

32 +

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.16.16/dist/katex.css" integrity="sha384-IAWSeBSZxaXQMfLQ0hzbPevR3LH3eu1iQaKPpoE6DsGuj6WlGp26PPGU7s6/nPd8" crossorigin="anonymous">

33 +

<script defer src="https://cdn.jsdelivr.net/npm/katex@0.16.16/dist/katex.js" integrity="sha384-FFYxVyBxfjap5mq811c+YckZStxGPUdCYMrrgN/4a4hnL9nUE0MXKnJ8IWPwnNnU" crossorigin="anonymous"></script>

34 34

```

35 35 36 36

KaTeX also provides minified versions:

37 37 38 38

```html

39 -

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.16.15/dist/katex.min.css" integrity="sha384-Htz9HMhiwV8GuQ28Xr9pEs1B4qJiYu/nYLLwlDklR53QibDfmQzi7rYxXhMH/5/u" crossorigin="anonymous">

40 -

<script defer src="https://cdn.jsdelivr.net/npm/katex@0.16.15/dist/katex.min.js" integrity="sha384-bxmi2jLGCvnsEqMuYLKE/KsVCxV3PqmKeK6Y6+lmNXBry6+luFkEOsmp5vD9I/7+" crossorigin="anonymous"></script>

39 +

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.16.16/dist/katex.min.css" integrity="sha384-hVhzUD6f4fv5e8/SUC8GHMqjmXi+LvI2+QzUZlruhYvV3fub1civI86H6p0cbWFK" crossorigin="anonymous">

40 +

<script defer src="https://cdn.jsdelivr.net/npm/katex@0.16.16/dist/katex.min.js" integrity="sha384-Jk0pwVVAMt1QyyB45O8KoWsQT9nXyKcE1h8tXpm0Zw4BwHrsFU6pcDtpFg1far1H" crossorigin="anonymous"></script>

41 41

```

42 42 43 43

The examples above load the script [deferred using the `defer` attribute](https://developer.mozilla.org/en/HTML/Element/script#Attributes)

@@ -81,22 +81,22 @@ for more detail.

81 81

```html

82 82

<script type="text/javascript">

83 83

require([

84 -

"https://cdn.jsdelivr.net/npm/katex@0.16.15/dist/katex.js",

84 +

"https://cdn.jsdelivr.net/npm/katex@0.16.16/dist/katex.js",

85 85

], katex => {

86 86

...

87 87

});

88 88

</script>

89 -

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.16.15/dist/katex.css" integrity="sha384-zLeDfjAc8DwENEGNNTkTTnfsm/SivaEXAA2fE7fRzBTXD0tVOIzGYvE5XYRds2T3" crossorigin="anonymous">

89 +

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.16.16/dist/katex.css" integrity="sha384-IAWSeBSZxaXQMfLQ0hzbPevR3LH3eu1iQaKPpoE6DsGuj6WlGp26PPGU7s6/nPd8" crossorigin="anonymous">

90 90

```

91 91 92 92

### ECMAScript module

93 93

```html

94 94

<script type="module" type="text/javascript">

95 -

import katex from 'https://cdn.jsdelivr.net/npm/katex@0.16.15/dist/katex.mjs';

95 +

import katex from 'https://cdn.jsdelivr.net/npm/katex@0.16.16/dist/katex.mjs';

96 96

...

97 97

</script>

98 -

<script nomodule defer src="https://cdn.jsdelivr.net/npm/katex@0.16.15/dist/katex.js" integrity="sha384-FqGJ8MgMYoNdTzskCP+Ug2swwqMiP6ExJPS++zP+EfvbHYHjymfSvGfNrnypPrrj" crossorigin="anonymous"></script>

99 -

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.16.15/dist/katex.css" integrity="sha384-zLeDfjAc8DwENEGNNTkTTnfsm/SivaEXAA2fE7fRzBTXD0tVOIzGYvE5XYRds2T3" crossorigin="anonymous">

98 +

<script nomodule defer src="https://cdn.jsdelivr.net/npm/katex@0.16.16/dist/katex.js" integrity="sha384-FFYxVyBxfjap5mq811c+YckZStxGPUdCYMrrgN/4a4hnL9nUE0MXKnJ8IWPwnNnU" crossorigin="anonymous"></script>

99 +

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.16.16/dist/katex.css" integrity="sha384-IAWSeBSZxaXQMfLQ0hzbPevR3LH3eu1iQaKPpoE6DsGuj6WlGp26PPGU7s6/nPd8" crossorigin="anonymous">

100 100

```

101 101 102 102

> Use [`nomodule` attribute](https://developer.mozilla.org/en/HTML/Element/script#Attributes)

Original file line number Diff line number Diff line change

@@ -6,7 +6,7 @@ This is a list of TeX functions, sorted alphabetically. This list includes funct

6 6 7 7

If you know the shape of a character, but not its name, [Detexify](https://detexify.kirelabs.org/classify.html) can help.

8 8 9 -

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.16.15/dist/katex.min.css" integrity="sha384-Htz9HMhiwV8GuQ28Xr9pEs1B4qJiYu/nYLLwlDklR53QibDfmQzi7rYxXhMH/5/u" crossorigin="anonymous">

9 +

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.16.16/dist/katex.min.css" integrity="sha384-hVhzUD6f4fv5e8/SUC8GHMqjmXi+LvI2+QzUZlruhYvV3fub1civI86H6p0cbWFK" crossorigin="anonymous">

10 10

<style>

11 11

table tr,

12 12

table td {

Original file line number Diff line number Diff line change

@@ -6,7 +6,7 @@ This is a list of TeX functions supported by KaTeX. It is sorted into logical gr

6 6 7 7

There is a similar [Support Table](support_table.md), sorted alphabetically, that lists both supported and un-supported functions.

8 8 9 -

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.16.15/dist/katex.min.css" integrity="sha384-Htz9HMhiwV8GuQ28Xr9pEs1B4qJiYu/nYLLwlDklR53QibDfmQzi7rYxXhMH/5/u" crossorigin="anonymous">

9 +

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.16.16/dist/katex.min.css" integrity="sha384-hVhzUD6f4fv5e8/SUC8GHMqjmXi+LvI2+QzUZlruhYvV3fub1civI86H6p0cbWFK" crossorigin="anonymous">

10 10

<style>

11 11

p {overflow-wrap: break-word;}

12 12

table tr,

Original file line number Diff line number Diff line change

@@ -1,6 +1,6 @@

1 1

{

2 2

"name": "katex",

3 -

"version": "0.16.15",

3 +

"version": "0.16.16",

4 4

"description": "Fast math typesetting for the web.",

5 5

"main": "dist/katex.js",

6 6

"exports": {

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4