Searched refs:katex (Results 1 – 24 of 24) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/katex/ |
D | katex.css | 122 .katex { 128 .katex * { 131 .katex .katex-version::after { 134 .katex .katex-mathml { 143 .katex .katex-html { 146 .katex .katex-html > .newline { 149 .katex .base { 155 .katex .strut { 158 .katex .textbf { 161 .katex .textit { [all …]
|
D | katex.min.css | 1 …katex{font:normal 1.21em KaTeX_Main,Times New Roman,serif;line-height:1.2;text-indent:0;text-rende…
|
D | README.md | 1 # [<img src="https://katex.org/img/katex-logo-black.svg" width="130" alt="KaTeX">](https://katex.or… 2 [![npm](https://img.shields.io/npm/v/katex.svg)](https://www.npmjs.com/package/katex) 7 …https://data.jsdelivr.com/v1/package/npm/katex/badge?style=rounded)](https://www.jsdelivr.com/pack… 8 ![](https://img.badgesize.io/KaTeX/KaTeX/v0.11.1/dist/katex.min.js?compression=gzip) 12 … compares to a competitor in [this speed test](http://www.intmath.com/cg5/katex-mathjax-comparison… 19 …eX and many LaTeX packages. See the [list of supported functions](https://katex.org/docs/supported… 21 Try out KaTeX [on the demo page](https://katex.org/#demo)! 32 …<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.11.1/dist/katex.min.css" integri… 35 …<script defer src="https://cdn.jsdelivr.net/npm/katex@0.11.1/dist/katex.min.js" integrity="sha384-… 38 …<script defer src="https://cdn.jsdelivr.net/npm/katex@0.11.1/dist/contrib/auto-render.min.js" inte… [all …]
|
D | katex.mjs | 3818 // This value is also used in katex.less; if you change it make sure the 6068 // Override CSS rule `.katex svg { width: 100% }` 6694 const htmlNode = makeSpan$1(["katex-html"], children); 7149 const wrapperClass = forMathmlOnly ? "katex" : "katex-mathml"; // $FlowFixMe 7164 const classes = ["katex-display"]; 7188 katexNode = buildCommon.makeSpan(["katex"], [htmlNode]); 7192 katexNode = buildCommon.makeSpan(["katex"], [mathMLNode, htmlNode]); 7200 const katexNode = buildCommon.makeSpan(["katex"], [htmlNode]); 7637 let left = skew; // CSS defines `.katex .accent .accent-body:not(.accent-full) { width: 0 }` 16897 const node = buildCommon.makeSpan(["katex-error"], [new SymbolNode(expression)]); [all …]
|
D | katex.min.js | 1 …of define&&define.amd?define([],e):"object"==typeof exports?exports.katex=e():t.katex=e()}("undefi…
|
D | katex.js | 111 var katex = __webpack_require__(0);
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/katex/contrib/ |
D | copy-tex.mjs | 7 }; // Replace .katex elements with their TeX source (<annotation> element). 16 // Remove .katex-html blocks that are preceded by .katex-mathml blocks 18 const katexHtml = fragment.querySelectorAll('.katex-mathml + .katex-html'); 28 } // Replace .katex-mathml elements with their annotation (TeX source) 32 const katexMathml = fragment.querySelectorAll('.katex-mathml'); 50 const displays = fragment.querySelectorAll('.katex-display annotation'); 69 if (!fragment.querySelector('.katex-mathml')) { 70 return; // default action OK if no .katex-mathml elements
|
D | copy-tex.css | 1 /* Force selection of entire .katex/.katex-display blocks, so that we can 7 .katex, 8 .katex-display {
|
D | mathtex-script-type.mjs | 1 import katex from '../katex.mjs'; 15 katex.render(script.text, katexElement, {
|
D | copy-tex.min.css | 1 .katex,.katex-display{user-select:all;-moz-user-select:all;-webkit-user-select:all;-ms-user-select:…
|
D | auto-render.mjs | 1 import katex from '../katex.mjs'; 133 katex.render(math, span, optionsCopy); 135 if (!(e instanceof katex.ParseError)) {
|
D | mathtex-script-type.min.js | 1 …(["katex"],t);else{var r="object"==typeof exports?t(require("katex")):t(e.katex);for(var n in r)("…
|
D | render-a11y-string.mjs | 1 import katex from '../katex.mjs'; 266 const color = tree.color.replace(/katex-/, ""); 735 const tree = katex.__parse(text, settings);
|
D | auto-render.min.js | 1 …exports.renderMathInElement=t(require("katex")):e.renderMathInElement=t(e.katex)}("undefined"!=typ…
|
D | render-a11y-string.min.js | 1 …(["katex"],r);else{var t="object"==typeof exports?r(require("katex")):r(e.katex);for(var a in t)("…
|
D | mhchem.mjs | 1 import katex from '../katex.mjs'; 55 katex.__defineMacro("\\ce", function (context) { 59 katex.__defineMacro("\\pu", function (context) { 66 katex.__defineMacro("\\tripledash", "{\\vphantom{-}\\raisebox{2.56mu}{$\\mkern2mu" + "\\tiny\\text{…
|
D | mhchem.min.js | 1 …(["katex"],e);else{var n="object"==typeof exports?e(require("katex")):e(t.katex);for(var o in n)("…
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/chunkindex/ |
D | custom.patch | 6 …<link rel="preload" href="../katex/fonts/KaTeX_Size3-Regular.woff2" as="font" type="font/woff2" cr… 7 …<link rel="preload" href="../katex/fonts/KaTeX_Size4-Regular.woff2" as="font" type="font/woff2" cr… 8 …" href="../katex/fonts/KaTeX_Typewriter-Regular.woff2" as="font" type="font/woff2" crossorigin="">…
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/ |
D | translate_math.js | 8 const katex = require(process.argv[2]); constant 28 …return katex.renderToString( he.decode(g1, {'strict': true}), {displayMode: delim.display, output:…
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | Makefile | 228 KATEXSRCDIR = $(ROOTDIR)/katex 229 KATEXINSTDIR = $(OUTDIR)/katex 294 TRANSLATEMATH = $(NODEJS) $(SCRIPTS)/translate_math.js $(KATEXSRCDIR)/katex.min.js 338 $(HTMLDIR)/vkspec.html: KATEXDIR = ../katex 345 $(HTMLDIR)/diff.html: KATEXDIR = ../katex 380 $(OUTDIR)/styleguide.html: KATEXDIR = katex 394 $(OUTDIR)/registry.html: KATEXDIR = katex 509 $(QUIET)$(RMRF) $(HTMLDIR) $(OUTDIR)/katex 604 $(MANHTMLDIR)/%.html: KATEXDIR = ../../katex 632 $(OUTDIR)/apispec.html: KATEXDIR = katex
|
D | BUILD.adoc | 103 dependency in $(OUTDIR)/katex
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/CI/ |
D | codespellrc | 4 skip=#*,katex,.git,.github,LICENSES,NOTES*,./style/markup.adoc,asciidoctor-chunker.js,lunr.js,rouge…
|
D | contractions-allowed | 1 ^katex/
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/style/ |
D | writing.adoc | 614 You can also use the link:https://khan.github.io/KaTeX/[live katex preview
|