| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="utf-8">
- <meta name="description" content="katex CDN by jsDelivr - A free, fast, and reliable Open Source CDN for npm and GitHub">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <title>katex CDN by jsDelivr - A free, fast, and reliable Open Source CDN</title>
- <style>
- body {
- font: 15px/1.4em Arial, "Helvetica Neue", Helvetica, sans-serif;
- margin: 0;
- padding: 20px 20px 30px;
- background-color: #ffffff;
- }
- .container {
- max-width: 960px;
- margin: 0 auto;
- padding: 10px 0;
- background-color: #fff;
- }
- .header {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- -webkit-box-pack: justify;
- -ms-flex-pack: justify;
- justify-content: space-between;
- flex-wrap: wrap;
- }
- h1 {
- font-size: 28px;
- line-height: 38px;
- margin: 0 0 15px;
- }
- h2 {
- font-size: 18px;
- font-weight: 400;
- margin: 0;
- }
- .versions {
- max-width: 400px;
- padding: 2px 12px 2px 6px;
- }
- .description {
- margin: 10px 0;
- font-size: 16px;
- color: #666;
- }
- .path {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- -webkit-box-pack: justify;
- -ms-flex-pack: justify;
- justify-content: space-between;
- flex-wrap: wrap;
- margin: 15px 0 0;
- padding: 15px 0 30px;
- border-top: 1px solid #e5e5e5;
- }
- .path .versions,
- .path ol {
- margin: 15px 0 0;
- }
- .path ol {
- padding: 0;
- list-style: none;
- font-size: 18px;
- font-weight: 400;
- }
- .path ol li {
- display: inline;
- }
- .listing {
- border: 1px solid #dfe3e7;
- border-radius: 6px;
- -webkit-box-shadow: 0 5px 10px -5px #dfe3e7;
- box-shadow: 0 5px 10px -5px #dfe3e7;
- }
- table {
- width: 100%;
- border-spacing: 0;
- }
- th, td {
- padding: 8px 20px;
- border-bottom: 1px solid #dfe3e7;
- }
- tr:last-child td {
- border-bottom: 0;
- }
- .name.level-up {
- border-bottom: 1px solid #dfe3e7;
- }
- .name.level-up a {
- padding-left: 0;
- }
- .name {
- width: auto;
- text-align: left;
- padding-right: 20px;
- }
- .name a {
- color: #17233b;
- padding-left: 5px;
- position: relative;
- }
- .name svg {
- display: inline-block;
- margin-bottom: -4px;
- }
- .size {
- max-width: 80px;
- text-align: right;
- color: #444;
- }
- th.name, th.size {
- color: #999;
- text-transform: uppercase;
- font-size: 12px;
- letter-spacing: 1px;
- }
- a {
- color: #ff5627;
- text-decoration: none;
- }
- a:hover, a:focus {
- color: #ff5627;
- text-decoration: underline;
- }
- .landing {
- margin-top: 30px;
- text-align: center;
- }
- .landing p {
- margin: 0 0 15px;
- }
- .landing a {
- display: block;
- text-overflow: ellipsis;
- overflow: hidden;
- }
- footer {
- max-width: 960px;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -ms-flex-direction: column;
- flex-direction: column;
- -webkit-box-pack: justify;
- -ms-flex-pack: justify;
- justify-content: space-between;
- margin: 0 auto;
- padding: 20px 0 0 0;
- text-align: center;
- font-size: 14px;
- color: #666;
- border-top: 1px solid #edf0f2;
- }
- .footer-left, .footer-right {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -ms-flex-direction: column;
- flex-direction: column;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- margin-bottom: 20px;
- }
- .logo {
- width: 115px;
- }
- .copyright {
- color: #79849a;
- margin: 0;
- }
- @media (min-width: 576px) {
- .footer-left, .footer-right {
- -ms-flex-pack: distribute;
- justify-content: space-around;
- -webkit-box-orient: horizontal;
- -webkit-box-direction: normal;
- -ms-flex-direction: row;
- flex-direction: row;
- }
- }
- @media (min-width: 768px) {
- body {
- padding-top: 40px;
- }
- footer {
- -webkit-box-orient: horizontal;
- -webkit-box-direction: normal;
- -ms-flex-direction: row;
- flex-direction: row;
- padding-top: 30px;
- }
- .container {
- padding-bottom: 20px;
- }
- .footer-right a:first-child, .logo {
- margin-right: 20px;
- }
- .landing {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: start;
- -ms-flex-align: start;
- align-items: flex-start;
- -webkit-box-pack: justify;
- -ms-flex-pack: justify;
- justify-content: space-between;
- margin-top: 40px;
- }
- .landing .right {
- text-align: right;
- }
- }
- .select-css {
- display: block;
- padding: 8px 20px 8px 12px;
- box-sizing: border-box;
- margin: 0;
- border: 1px solid #aaa;
- border-radius: .5em;
- -moz-appearance: none;
- -webkit-appearance: none;
- appearance: none;
- background-color: #fff;
- background-image: url('https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.2/icons/caret-down-fill.svg');
- background-repeat: no-repeat, repeat;
- background-position: right 8px top 50%, 0 0;
- background-size: 10px auto, 100%;
- outline: none;
- }
- .select-css::-ms-expand {
- display: none;
- }
- .select-css:hover {
- border-color: #888;
- }
- .select-css option {
- font-weight: normal;
- }
- </style>
- </head>
- <body>
- <div class="container">
- <div class="header">
- <h1>katex CDN files</h1>
- <a class="badge" href="https://www.jsdelivr.com/package/npm/katex" title="jsDelivr monthly hits">
- <img alt="jsDelivr monthly hits badge" src="https://data.jsdelivr.com/v1/package/npm/katex/badge">
- </a>
- </div>
- <div class="path">
- <ol itemscope itemtype="https://schema.org/BreadcrumbList">
- <li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
- <a itemscope itemtype="https://schema.org/WebPage" itemprop="item"
- itemid="/npm/katex@0.16.11/"
- href="/npm/katex@0.16.11/" rel="nofollow">
- <span itemprop="name">katex@0.16.11</span></a> /
- <meta itemprop="position" content="0">
- </li>
- <li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
- <a itemscope itemtype="https://schema.org/WebPage" itemprop="item"
- itemid="/npm/katex@0.16.11/dist/"
- href="/npm/katex@0.16.11/dist/" rel="nofollow">
- <span itemprop="name">dist</span></a> /
- <meta itemprop="position" content="1">
- </li>
- <li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
- <span itemprop="name">fonts</span>
- <meta itemprop="position" content="2">
- </li>
- </ol>
- <select class="versions select-css">
- <option value="katex@0.16.25">katex@0.16.25</option>
- <option value="katex@0.16.24">katex@0.16.24</option>
- <option value="katex@0.16.23">katex@0.16.23</option>
- <option value="katex@0.16.22">katex@0.16.22</option>
- <option value="katex@0.16.21">katex@0.16.21</option>
- <option value="katex@0.16.20">katex@0.16.20</option>
- <option value="katex@0.16.19">katex@0.16.19</option>
- <option value="katex@0.16.18">katex@0.16.18</option>
- <option value="katex@0.16.17">katex@0.16.17</option>
- <option value="katex@0.16.16">katex@0.16.16</option>
- <option value="katex@0.16.15">katex@0.16.15</option>
- <option value="katex@0.16.14">katex@0.16.14</option>
- <option value="katex@0.16.13">katex@0.16.13</option>
- <option value="katex@0.16.12">katex@0.16.12</option>
- <option value="katex@0.16.11">katex@0.16.11</option>
- <option value="katex@0.16.10">katex@0.16.10</option>
- <option value="katex@0.16.9">katex@0.16.9</option>
- <option value="katex@0.16.8">katex@0.16.8</option>
- <option value="katex@0.16.7">katex@0.16.7</option>
- <option value="katex@0.16.6">katex@0.16.6</option>
- <option value="katex@0.16.5">katex@0.16.5</option>
- <option value="katex@0.16.4">katex@0.16.4</option>
- <option value="katex@0.16.3">katex@0.16.3</option>
- <option value="katex@0.16.2">katex@0.16.2</option>
- <option value="katex@0.16.1">katex@0.16.1</option>
- <option value="katex@0.16.0">katex@0.16.0</option>
- <option value="katex@0.15.6">katex@0.15.6</option>
- <option value="katex@0.15.5">katex@0.15.5</option>
- <option value="katex@0.15.4">katex@0.15.4</option>
- <option value="katex@0.15.3">katex@0.15.3</option>
- <option value="katex@0.15.2">katex@0.15.2</option>
- <option value="katex@0.15.1">katex@0.15.1</option>
- <option value="katex@0.15.0">katex@0.15.0</option>
- <option value="katex@0.14.1">katex@0.14.1</option>
- <option value="katex@0.14.0">katex@0.14.0</option>
- <option value="katex@0.13.24">katex@0.13.24</option>
- <option value="katex@0.13.23">katex@0.13.23</option>
- <option value="katex@0.13.22">katex@0.13.22</option>
- <option value="katex@0.13.21">katex@0.13.21</option>
- <option value="katex@0.13.20">katex@0.13.20</option>
- <option value="katex@0.13.19">katex@0.13.19</option>
- <option value="katex@0.13.18">katex@0.13.18</option>
- <option value="katex@0.13.17">katex@0.13.17</option>
- <option value="katex@0.13.16">katex@0.13.16</option>
- <option value="katex@0.13.14">katex@0.13.14</option>
- <option value="katex@0.13.13">katex@0.13.13</option>
- <option value="katex@0.13.12">katex@0.13.12</option>
- <option value="katex@0.13.11">katex@0.13.11</option>
- <option value="katex@0.13.10">katex@0.13.10</option>
- <option value="katex@0.13.9">katex@0.13.9</option>
- <option value="katex@0.13.8">katex@0.13.8</option>
- <option value="katex@0.13.7">katex@0.13.7</option>
- <option value="katex@0.13.6">katex@0.13.6</option>
- <option value="katex@0.13.5">katex@0.13.5</option>
- <option value="katex@0.13.4">katex@0.13.4</option>
- <option value="katex@0.13.3">katex@0.13.3</option>
- <option value="katex@0.13.2">katex@0.13.2</option>
- <option value="katex@0.13.1">katex@0.13.1</option>
- <option value="katex@0.13.0">katex@0.13.0</option>
- <option value="katex@0.12.0">katex@0.12.0</option>
- <option value="katex@0.11.1">katex@0.11.1</option>
- <option value="katex@0.11.0">katex@0.11.0</option>
- <option value="katex@0.10.2">katex@0.10.2</option>
- <option value="katex@0.10.1">katex@0.10.1</option>
- <option value="katex@0.10.0">katex@0.10.0</option>
- <option value="katex@0.10.0-rc.1">katex@0.10.0-rc.1</option>
- <option value="katex@0.10.0-rc">katex@0.10.0-rc</option>
- <option value="katex@0.10.0-beta">katex@0.10.0-beta</option>
- <option value="katex@0.10.0-alpha">katex@0.10.0-alpha</option>
- <option value="katex@0.9.0">katex@0.9.0</option>
- <option value="katex@0.9.0-beta1">katex@0.9.0-beta1</option>
- <option value="katex@0.9.0-beta">katex@0.9.0-beta</option>
- <option value="katex@0.9.0-alpha2">katex@0.9.0-alpha2</option>
- <option value="katex@0.9.0-alpha1">katex@0.9.0-alpha1</option>
- <option value="katex@0.9.0-alpha">katex@0.9.0-alpha</option>
- <option value="katex@0.8.3">katex@0.8.3</option>
- <option value="katex@0.8.2">katex@0.8.2</option>
- <option value="katex@0.8.1">katex@0.8.1</option>
- <option value="katex@0.8.0">katex@0.8.0</option>
- <option value="katex@0.7.1">katex@0.7.1</option>
- <option value="katex@0.7.0">katex@0.7.0</option>
- <option value="katex@0.7.0-pre">katex@0.7.0-pre</option>
- <option value="katex@0.6.0">katex@0.6.0</option>
- <option value="katex@0.5.1">katex@0.5.1</option>
- <option value="katex@0.5.0">katex@0.5.0</option>
- <option value="katex@0.4.3">katex@0.4.3</option>
- <option value="katex@0.4.0">katex@0.4.0</option>
- <option value="katex@0.3.0">katex@0.3.0</option>
- <option value="katex@0.2.0">katex@0.2.0</option>
- <option value="katex@0.1.1">katex@0.1.1</option>
- <option value="katex@0.1.0">katex@0.1.0</option>
- </select>
- </div>
- <div class="listing">
- <table>
- <tbody>
- <tr>
- <td class="name level-up" colspan="2"><a href="../">...</a></td>
- </tr>
- <tr>
- <td class="name">
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
- <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_AMS-Regular.ttf">KaTeX_AMS-Regular.ttf</a>
- </td>
- <td class="size">62.14 KB</td>
- </tr>
- <tr>
- <td class="name">
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
- <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_AMS-Regular.woff">KaTeX_AMS-Regular.woff</a>
- </td>
- <td class="size">32.73 KB</td>
- </tr>
- <tr>
- <td class="name">
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
- <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_AMS-Regular.woff2">KaTeX_AMS-Regular.woff2</a>
- </td>
- <td class="size">27.42 KB</td>
- </tr>
- <tr>
- <td class="name">
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
- <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_Caligraphic-Bold.ttf">KaTeX_Caligraphic-Bold.ttf</a>
- </td>
- <td class="size">12.08 KB</td>
- </tr>
- <tr>
- <td class="name">
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
- <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_Caligraphic-Bold.woff">KaTeX_Caligraphic-Bold.woff</a>
- </td>
- <td class="size">7.54 KB</td>
- </tr>
- <tr>
- <td class="name">
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
- <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_Caligraphic-Bold.woff2">KaTeX_Caligraphic-Bold.woff2</a>
- </td>
- <td class="size">6.75 KB</td>
- </tr>
- <tr>
- <td class="name">
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
- <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_Caligraphic-Regular.ttf">KaTeX_Caligraphic-Regular.ttf</a>
- </td>
- <td class="size">12.05 KB</td>
- </tr>
- <tr>
- <td class="name">
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
- <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_Caligraphic-Regular.woff">KaTeX_Caligraphic-Regular.woff</a>
- </td>
- <td class="size">7.48 KB</td>
- </tr>
- <tr>
- <td class="name">
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
- <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_Caligraphic-Regular.woff2">KaTeX_Caligraphic-Regular.woff2</a>
- </td>
- <td class="size">6.75 KB</td>
- </tr>
- <tr>
- <td class="name">
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
- <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_Fraktur-Bold.ttf">KaTeX_Fraktur-Bold.ttf</a>
- </td>
- <td class="size">19.13 KB</td>
- </tr>
- <tr>
- <td class="name">
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
- <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_Fraktur-Bold.woff">KaTeX_Fraktur-Bold.woff</a>
- </td>
- <td class="size">12.98 KB</td>
- </tr>
- <tr>
- <td class="name">
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
- <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_Fraktur-Bold.woff2">KaTeX_Fraktur-Bold.woff2</a>
- </td>
- <td class="size">11.08 KB</td>
- </tr>
- <tr>
- <td class="name">
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
- <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_Fraktur-Regular.ttf">KaTeX_Fraktur-Regular.ttf</a>
- </td>
- <td class="size">19.11 KB</td>
- </tr>
- <tr>
- <td class="name">
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
- <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_Fraktur-Regular.woff">KaTeX_Fraktur-Regular.woff</a>
- </td>
- <td class="size">12.9 KB</td>
- </tr>
- <tr>
- <td class="name">
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
- <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_Fraktur-Regular.woff2">KaTeX_Fraktur-Regular.woff2</a>
- </td>
- <td class="size">11.05 KB</td>
- </tr>
- <tr>
- <td class="name">
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
- <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_Main-Bold.ttf">KaTeX_Main-Bold.ttf</a>
- </td>
- <td class="size">50.13 KB</td>
- </tr>
- <tr>
- <td class="name">
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
- <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_Main-Bold.woff">KaTeX_Main-Bold.woff</a>
- </td>
- <td class="size">29.21 KB</td>
- </tr>
- <tr>
- <td class="name">
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
- <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_Main-Bold.woff2">KaTeX_Main-Bold.woff2</a>
- </td>
- <td class="size">24.73 KB</td>
- </tr>
- <tr>
- <td class="name">
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
- <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_Main-BoldItalic.ttf">KaTeX_Main-BoldItalic.ttf</a>
- </td>
- <td class="size">32.2 KB</td>
- </tr>
- <tr>
- <td class="name">
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
- <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_Main-BoldItalic.woff">KaTeX_Main-BoldItalic.woff</a>
- </td>
- <td class="size">18.96 KB</td>
- </tr>
- <tr>
- <td class="name">
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
- <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_Main-BoldItalic.woff2">KaTeX_Main-BoldItalic.woff2</a>
- </td>
- <td class="size">16.39 KB</td>
- </tr>
- <tr>
- <td class="name">
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
- <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_Main-Italic.ttf">KaTeX_Main-Italic.ttf</a>
- </td>
- <td class="size">32.79 KB</td>
- </tr>
- <tr>
- <td class="name">
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
- <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_Main-Italic.woff">KaTeX_Main-Italic.woff</a>
- </td>
- <td class="size">19.21 KB</td>
- </tr>
- <tr>
- <td class="name">
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
- <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_Main-Italic.woff2">KaTeX_Main-Italic.woff2</a>
- </td>
- <td class="size">16.59 KB</td>
- </tr>
- <tr>
- <td class="name">
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
- <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_Main-Regular.ttf">KaTeX_Main-Regular.ttf</a>
- </td>
- <td class="size">52.32 KB</td>
- </tr>
- <tr>
- <td class="name">
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
- <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_Main-Regular.woff">KaTeX_Main-Regular.woff</a>
- </td>
- <td class="size">30.05 KB</td>
- </tr>
- <tr>
- <td class="name">
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
- <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_Main-Regular.woff2">KaTeX_Main-Regular.woff2</a>
- </td>
- <td class="size">25.66 KB</td>
- </tr>
- <tr>
- <td class="name">
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
- <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_Math-BoldItalic.ttf">KaTeX_Math-BoldItalic.ttf</a>
- </td>
- <td class="size">30.46 KB</td>
- </tr>
- <tr>
- <td class="name">
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
- <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_Math-BoldItalic.woff">KaTeX_Math-BoldItalic.woff</a>
- </td>
- <td class="size">18.23 KB</td>
- </tr>
- <tr>
- <td class="name">
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
- <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_Math-BoldItalic.woff2">KaTeX_Math-BoldItalic.woff2</a>
- </td>
- <td class="size">16.02 KB</td>
- </tr>
- <tr>
- <td class="name">
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
- <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_Math-Italic.ttf">KaTeX_Math-Italic.ttf</a>
- </td>
- <td class="size">30.57 KB</td>
- </tr>
- <tr>
- <td class="name">
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
- <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_Math-Italic.woff">KaTeX_Math-Italic.woff</a>
- </td>
- <td class="size">18.31 KB</td>
- </tr>
- <tr>
- <td class="name">
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
- <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_Math-Italic.woff2">KaTeX_Math-Italic.woff2</a>
- </td>
- <td class="size">16.05 KB</td>
- </tr>
- <tr>
- <td class="name">
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
- <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_SansSerif-Bold.ttf">KaTeX_SansSerif-Bold.ttf</a>
- </td>
- <td class="size">23.93 KB</td>
- </tr>
- <tr>
- <td class="name">
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
- <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_SansSerif-Bold.woff">KaTeX_SansSerif-Bold.woff</a>
- </td>
- <td class="size">14.07 KB</td>
- </tr>
- <tr>
- <td class="name">
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
- <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_SansSerif-Bold.woff2">KaTeX_SansSerif-Bold.woff2</a>
- </td>
- <td class="size">11.93 KB</td>
- </tr>
- <tr>
- <td class="name">
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
- <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_SansSerif-Italic.ttf">KaTeX_SansSerif-Italic.ttf</a>
- </td>
- <td class="size">21.84 KB</td>
- </tr>
- <tr>
- <td class="name">
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
- <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_SansSerif-Italic.woff">KaTeX_SansSerif-Italic.woff</a>
- </td>
- <td class="size">13.78 KB</td>
- </tr>
- <tr>
- <td class="name">
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
- <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_SansSerif-Italic.woff2">KaTeX_SansSerif-Italic.woff2</a>
- </td>
- <td class="size">11.75 KB</td>
- </tr>
- <tr>
- <td class="name">
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
- <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_SansSerif-Regular.ttf">KaTeX_SansSerif-Regular.ttf</a>
- </td>
- <td class="size">18.98 KB</td>
- </tr>
- <tr>
- <td class="name">
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
- <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_SansSerif-Regular.woff">KaTeX_SansSerif-Regular.woff</a>
- </td>
- <td class="size">12.03 KB</td>
- </tr>
- <tr>
- <td class="name">
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
- <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_SansSerif-Regular.woff2">KaTeX_SansSerif-Regular.woff2</a>
- </td>
- <td class="size">10.1 KB</td>
- </tr>
- <tr>
- <td class="name">
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
- <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_Script-Regular.ttf">KaTeX_Script-Regular.ttf</a>
- </td>
- <td class="size">16.26 KB</td>
- </tr>
- <tr>
- <td class="name">
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
- <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_Script-Regular.woff">KaTeX_Script-Regular.woff</a>
- </td>
- <td class="size">10.34 KB</td>
- </tr>
- <tr>
- <td class="name">
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
- <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_Script-Regular.woff2">KaTeX_Script-Regular.woff2</a>
- </td>
- <td class="size">9.42 KB</td>
- </tr>
- <tr>
- <td class="name">
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
- <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_Size1-Regular.ttf">KaTeX_Size1-Regular.ttf</a>
- </td>
- <td class="size">11.94 KB</td>
- </tr>
- <tr>
- <td class="name">
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
- <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_Size1-Regular.woff">KaTeX_Size1-Regular.woff</a>
- </td>
- <td class="size">6.34 KB</td>
- </tr>
- <tr>
- <td class="name">
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
- <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_Size1-Regular.woff2">KaTeX_Size1-Regular.woff2</a>
- </td>
- <td class="size">5.34 KB</td>
- </tr>
- <tr>
- <td class="name">
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
- <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_Size2-Regular.ttf">KaTeX_Size2-Regular.ttf</a>
- </td>
- <td class="size">11.24 KB</td>
- </tr>
- <tr>
- <td class="name">
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
- <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_Size2-Regular.woff">KaTeX_Size2-Regular.woff</a>
- </td>
- <td class="size">6.04 KB</td>
- </tr>
- <tr>
- <td class="name">
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
- <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_Size2-Regular.woff2">KaTeX_Size2-Regular.woff2</a>
- </td>
- <td class="size">5.09 KB</td>
- </tr>
- <tr>
- <td class="name">
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
- <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_Size3-Regular.ttf">KaTeX_Size3-Regular.ttf</a>
- </td>
- <td class="size">7.41 KB</td>
- </tr>
- <tr>
- <td class="name">
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
- <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_Size3-Regular.woff">KaTeX_Size3-Regular.woff</a>
- </td>
- <td class="size">4.32 KB</td>
- </tr>
- <tr>
- <td class="name">
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
- <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_Size3-Regular.woff2">KaTeX_Size3-Regular.woff2</a>
- </td>
- <td class="size">3.54 KB</td>
- </tr>
- <tr>
- <td class="name">
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
- <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_Size4-Regular.ttf">KaTeX_Size4-Regular.ttf</a>
- </td>
- <td class="size">10.12 KB</td>
- </tr>
- <tr>
- <td class="name">
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
- <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_Size4-Regular.woff">KaTeX_Size4-Regular.woff</a>
- </td>
- <td class="size">5.84 KB</td>
- </tr>
- <tr>
- <td class="name">
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
- <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_Size4-Regular.woff2">KaTeX_Size4-Regular.woff2</a>
- </td>
- <td class="size">4.81 KB</td>
- </tr>
- <tr>
- <td class="name">
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
- <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_Typewriter-Regular.ttf">KaTeX_Typewriter-Regular.ttf</a>
- </td>
- <td class="size">26.91 KB</td>
- </tr>
- <tr>
- <td class="name">
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
- <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_Typewriter-Regular.woff">KaTeX_Typewriter-Regular.woff</a>
- </td>
- <td class="size">15.65 KB</td>
- </tr>
- <tr>
- <td class="name">
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4C4 2.89543 4.89543 2 6 2H11L16 7V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z" stroke="#5C667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
- <a rel="nofollow" href="/npm/katex@0.16.11/dist/fonts/KaTeX_Typewriter-Regular.woff2">KaTeX_Typewriter-Regular.woff2</a>
- </td>
- <td class="size">13.25 KB</td>
- </tr>
- </tbody>
- </table>
- </div>
- <div class="landing">
- <p class="left">Free Open Source CDN for <strong>katex</strong></p>
- <p class="right">
- Looking for a nice landing page for your package?
- <a href="https://www.jsdelivr.com/package/npm/katex">https://www.jsdelivr.com/package/npm/katex</a>
- </p>
- </div>
- </div>
- <footer>
- <div class="footer-left">
- <svg class="logo" viewBox="0 0 140 34" xmlns="http://www.w3.org/2000/svg">
- <g fill="#1e3b45">
- <path
- d="m43.616 19.576c0 4.005-1.389 6.008-4.168 6.008-.432 0-.853-.059-1.261-.174v-1.112c.455.154.883.232 1.285.232 1.065 0 1.833-.404 2.304-1.209.471-.807.706-2.063.706-3.769v-10.859h1.134z"/>
- <path
- d="m47.065 24.705v-1.309c1.188.756 2.393 1.135 3.612 1.135 1.296 0 2.28-.268 2.952-.805.671-.537 1.007-1.288 1.007-2.251 0-.85-.226-1.528-.678-2.032-.451-.506-1.429-1.194-2.935-2.067-1.682-.979-2.747-1.799-3.195-2.46-.447-.66-.671-1.422-.671-2.286 0-1.172.455-2.169 1.366-2.988.911-.817 2.126-1.227 3.647-1.227.988 0 1.975.166 2.963.498v1.204c-.972-.44-2.011-.66-3.113-.66-1.127 0-2.02.287-2.681.858-.659.571-.99 1.297-.99 2.177 0 .848.226 1.524.677 2.026.452.5 1.426 1.184 2.923 2.048 1.551.881 2.584 1.663 3.097 2.345.514.684.77 1.469.77 2.356 0 1.274-.442 2.311-1.325 3.114-.884.803-2.133 1.204-3.746 1.204-.572 0-1.229-.09-1.973-.266-.745-.178-1.313-.383-1.707-.614z"/>
- <path
- d="m59.104 25.295v-16.602h5.881c5.895 0 8.844 2.698 8.844 8.093 0 2.585-.805 4.65-2.413 6.194-1.61 1.543-3.753 2.315-6.431 2.315zm3.74-13.556v10.522h1.852c1.621 0 2.892-.485 3.814-1.458s1.383-2.296 1.383-3.97c0-1.583-.457-2.827-1.372-3.734-.914-.907-2.199-1.36-3.85-1.36z"/>
- <path
- d="m86.841 25.295h-9.957v-16.602h9.574v3.046h-5.834v3.693h5.43v3.032h-5.43v3.796h6.217z"/>
- <path d="m99.893 25.295h-9.887v-16.602h3.74v13.568h6.147z"/>
- <path d="m105.989 8.693v16.602h-3.74v-16.602z"/>
- <path
- d="m123.834 8.693-5.719 16.602h-4.236l-5.651-16.602h4.029l3.462 11.553c.186.625.297 1.178.336 1.657h.068c.055-.518.174-1.084.36-1.702l3.439-11.508z"/>
- <path
- d="m140 25.295h-4.295l-2.581-4.273c-.193-.322-.379-.613-.555-.868-.178-.254-.358-.473-.539-.654-.182-.18-.369-.321-.567-.416-.197-.096-.41-.145-.643-.145h-1.006v6.356h-3.74v-16.602h5.926c4.029 0 6.043 1.506 6.043 4.515 0 .578-.088 1.114-.266 1.604s-.428.932-.752 1.325c-.324.395-.717.733-1.176 1.02-.459.285-.969.508-1.534.67v.047c.248.076.486.203.719.375.231.174.455.377.67.61.217.231.424.479.619.746.197.266.377.526.539.782zm-10.185-13.8v4.619h1.62c.803 0 1.448-.231 1.932-.694.494-.471.742-1.053.742-1.749 0-1.45-.87-2.177-2.605-2.177h-1.689z"/>
- </g>
- <path d="m15.386.338-3.106 11.038v.104 11.039l3.106 11.143 3.194-11.143v-11.039-.104z"
- fill="#bd483b"/>
- <path d="m15.386.338-15.386 5.542 2.186 20.492 13.2 7.29" fill="#e64e3d"/>
- <path d="m15.386 33.662 13.268-7.365 2.483-20.49-15.751-5.469" fill="#bd483b"/>
- <path
- d="m12.594 25.088c-1.514-.473-2.864-1.317-3.94-2.431l-.003-.002c-.131-.137-.257-.274-.381-.418-.838-.979-1.478-2.13-1.857-3.396.251.233.518.447.796.647.003.008.008.016.011.027-.003-.012-.008-.02-.011-.027.398.279.822.526 1.269.737.141.064.282.125.427.186.177.07.36.135.542.195.011.006.024.006.035.01.032.012.065.023.097.033.074.756.649 1.372 1.39 1.504.287 1.157.833 2.146 1.625 2.935z"
- fill="#fec82f"/>
- <path
- d="m13.174 11.794c0 .324.088.627.243.883-1.25 1.753-2.108 3.656-2.479 5.539-.041.209-.077.416-.105.619-.429.113-.79.393-1.016.762-.013 0-.024-.004-.035-.01-.023-.006-.04-.014-.061-.021-.142-.045-.281-.098-.417-.152-.204-.08-.403-.174-.598-.272-.663-.338-1.26-.772-1.781-1.291-.11-.111-.213-.219-.311-.332l-.041-.049c-.038-.045-.078-.092-.115-.137-.017-.021-.032-.039-.047-.059-.014-.018-.024-.031-.037-.045-.005-.01-.013-.016-.017-.023-.02-.022-.037-.047-.053-.068-.008-.012-.017-.022-.023-.029-.001-.004-.002-.004-.004-.008-.013-.014-.024-.033-.037-.049-.055-.072-.107-.149-.157-.225-.009-.012-.019-.024-.025-.039-.006-.006-.015-.018-.02-.027-.014-.203-.02-.408-.02-.617 0-1.882.557-3.636 1.512-5.105.113-.176.235-.348.361-.514.12-.16.245-.319.374-.467 1.126-1.317 2.61-2.315 4.299-2.847.026.182.059.367.095.553.192.967.513 1.942.949 2.898-.271.3-.434.698-.434 1.132z"
- fill="#fec82f"/>
- <path
- d="m12.176 20.479c0 .221-.079.424-.212.58-.029.037-.061.068-.096.1-.161.141-.368.225-.596.225-.173 0-.335-.049-.472-.135-.147-.09-.265-.219-.342-.375-.058-.121-.089-.252-.089-.395 0-.26.11-.494.286-.658.029-.027.06-.051.091-.074.148-.107.331-.17.526-.17.206 0 .395.068.546.186.085.063.155.139.213.229.094.137.145.307.145.487z"
- fill="#fec82f"/>
- <path
- d="m15.777 11.794c0 .147-.032.281-.094.403-.148.299-.456.502-.808.502-.044 0-.087-.002-.128-.006-.008-.004-.016-.004-.025-.006-.383-.066-.684-.369-.741-.756-.007-.043-.01-.09-.01-.137 0-.102.017-.201.05-.295.123-.354.46-.606.854-.606h.002.036c.392.018.72.285.827.645.025.082.037.168.037.256z"
- fill="#fec82f"/>
- <path
- d="m24.752 16.143c0 .907-.129 1.782-.368 2.61-.799-.211-1.606-.52-2.4-.914.022-.109.033-.221.033-.336 0-.225-.044-.442-.125-.639.031-.029.064-.061.095-.094.957-.977 1.763-2.055 2.404-3.212.234.821.361 1.69.361 2.585z"
- fill="#df9c26"/>
- <path
- d="m23.881 12.196c-.063.139-.131.277-.201.416-.627 1.235-1.455 2.382-2.459 3.407-.009.01-.02.02-.028.027-.255-.156-.557-.244-.879-.244-.375 0-.722.123-1.004.328-.514-.404-1.011-.848-1.49-1.327-.608-.604-1.157-1.247-1.647-1.909.252-.297.405-.68.405-1.102 0-.313-.087-.61-.237-.862 1.21-1.163 2.547-2.106 3.917-2.788 1.572.961 2.841 2.372 3.623 4.054z"
- fill="#df9c26"/>
- <path
- d="m21.217 17.503c0 .379-.23.701-.556.836-.108.045-.225.07-.348.07-.063 0-.125-.008-.185-.02-.385-.082-.681-.408-.715-.805.011-.01.021-.016.028-.022-.01-.008-.021-.014-.03-.023-.001-.012-.001-.022-.001-.037 0-.389.25-.723.601-.85.095-.033.196-.053.302-.053.09 0 .179.014.262.039.346.105.606.412.64.785.002.027.002.055.002.08z"
- fill="#df9c26"/>
- <path
- d="m21.452 18.767c-.301.274-.7.44-1.139.44-.351 0-.677-.107-.949-.289-.039.025-.078.051-.115.072-1.233.781-2.538 1.352-3.864 1.698v4.824c3.887 0 7.222-2.37 8.64-5.744-.859-.237-1.723-.573-2.573-1.001z"
- fill="#df9c26"/>
- <path
- d="m15.386 20.688c-.793.205-1.591.33-2.385.367-.042.002-.086.006-.128.008-.151.41-.454.744-.839.94.245.909.688 1.698 1.319 2.327.524.524 1.162.92 1.891 1.18.046 0 .093.002.142.002z"
- fill="#fec82f"/>
- <path
- d="m18.612 17.503c0-.172.026-.34.074-.498-.562-.44-1.106-.92-1.625-1.442-.614-.614-1.172-1.262-1.675-1.934v5.946c1.124-.324 2.235-.823 3.291-1.489.009-.006.02-.014.03-.022-.061-.174-.095-.364-.095-.561z"
- fill="#df9c26"/>
- <path
- d="m15.386 13.629c-.045-.059-.091-.113-.132-.174-.123.029-.249.043-.378.043-.227 0-.441-.045-.637-.123-1.134 1.606-1.912 3.341-2.25 5.049-.032.162-.059.32-.083.475.477.195.848.596.996 1.092.016-.004.029-.004.046-.004.809-.039 1.627-.18 2.438-.412z"
- fill="#fec82f"/>
- <path
- d="m15.386 6.778v3.394c.048.016.098.033.145.055 1.106-1.073 2.316-1.979 3.573-2.681-1.14-.496-2.399-.768-3.718-.768z"
- fill="#df9c26"/>
- <path
- d="m15.386 6.778c-.608 0-1.201.055-1.773.168.025.197.06.404.101.606.168.86.449 1.725.829 2.575.106-.02.219-.033.333-.033.178 0 .347.027.51.078z"
- fill="#fec82f"/>
- </svg>
- <p class="copyright">© jsdelivr.com, 2012 - 2025</p>
- </div>
- <div class="footer-right">
- <a href="https://github.com/jsdelivr/jsdelivr">
- <span class="gh-icon">
- <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="12" height="12" viewBox="0 0 16 16" xml:space="preserve">
- <path id="XMLID_1_" fill="#ff5627" d="M8,0.2c-4.4,0-8,3.6-8,8c0,3.5,2.3,6.5,5.5,7.6C5.9,15.9,6,15.6,6,15.4c0-0.2,0-0.7,0-1.4
- C3.8,14.5,3.3,13,3.3,13c-0.4-0.9-0.9-1.2-0.9-1.2c-0.7-0.5,0.1-0.5,0.1-0.5c0.8,0.1,1.2,0.8,1.2,0.8C4.4,13.4,5.6,13,6,12.8
- c0.1-0.5,0.3-0.9,0.5-1.1c-1.8-0.2-3.6-0.9-3.6-4c0-0.9,0.3-1.6,0.8-2.1c-0.1-0.2-0.4-1,0.1-2.1c0,0,0.7-0.2,2.2,0.8
- c0.6-0.2,1.3-0.3,2-0.3c0.7,0,1.4,0.1,2,0.3c1.5-1,2.2-0.8,2.2-0.8c0.4,1.1,0.2,1.9,0.1,2.1c0.5,0.6,0.8,1.3,0.8,2.1
- c0,3.1-1.9,3.7-3.7,3.9C9.7,12,10,12.5,10,13.2c0,1.1,0,1.9,0,2.2c0,0.2,0.1,0.5,0.6,0.4c3.2-1.1,5.5-4.1,5.5-7.6
- C16,3.8,12.4,0.2,8,0.2z"/>
- </svg>
- </span>
- Documentation
- </a>
- <a href="https://www.jsdelivr.com/features">Learn more about jsDelivr</a>
- </div>
- </footer>
- <script>
- var versions = document.querySelector('.versions');
- [].slice.call(versions.querySelectorAll('option')).forEach(function(option) {
- if (option.value === 'katex@0.16.11') {
- option.selected = true;
- }
- });
- versions.addEventListener('change', function() {
- location.pathname = '/npm/' + this.value + '/dist/fonts/';
- });
- </script>
- </body>
- </html>
|