Home
last modified time | relevance | path

Searched refs:katex (Results 1 – 24 of 24) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/katex/
Dkatex.css122 .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 …]
Dkatex.min.css1katex{font:normal 1.21em KaTeX_Main,Times New Roman,serif;line-height:1.2;text-indent:0;text-rende…
DREADME.md1 # [<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 …]
Dkatex.mjs3818 // 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 …]
Dkatex.min.js1 …of define&&define.amd?define([],e):"object"==typeof exports?exports.katex=e():t.katex=e()}("undefi…
Dkatex.js111 var katex = __webpack_require__(0);
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/katex/contrib/
Dcopy-tex.mjs7 }; // 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
Dcopy-tex.css1 /* Force selection of entire .katex/.katex-display blocks, so that we can
7 .katex,
8 .katex-display {
Dmathtex-script-type.mjs1 import katex from '../katex.mjs';
15 katex.render(script.text, katexElement, {
Dcopy-tex.min.css1 .katex,.katex-display{user-select:all;-moz-user-select:all;-webkit-user-select:all;-ms-user-select:…
Dauto-render.mjs1 import katex from '../katex.mjs';
133 katex.render(math, span, optionsCopy);
135 if (!(e instanceof katex.ParseError)) {
Dmathtex-script-type.min.js1 …(["katex"],t);else{var r="object"==typeof exports?t(require("katex")):t(e.katex);for(var n in r)("…
Drender-a11y-string.mjs1 import katex from '../katex.mjs';
266 const color = tree.color.replace(/katex-/, "");
735 const tree = katex.__parse(text, settings);
Dauto-render.min.js1 …exports.renderMathInElement=t(require("katex")):e.renderMathInElement=t(e.katex)}("undefined"!=typ…
Drender-a11y-string.min.js1 …(["katex"],r);else{var t="object"==typeof exports?r(require("katex")):r(e.katex);for(var a in t)("…
Dmhchem.mjs1 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{…
Dmhchem.min.js1 …(["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/
Dcustom.patch6 …<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/
Dtranslate_math.js8 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/
DMakefile228 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
DBUILD.adoc103 dependency in $(OUTDIR)/katex
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/CI/
Dcodespellrc4 skip=#*,katex,.git,.github,LICENSES,NOTES*,./style/markup.adoc,asciidoctor-chunker.js,lunr.js,rouge…
Dcontractions-allowed1 ^katex/
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/style/
Dwriting.adoc614 You can also use the link:https://khan.github.io/KaTeX/[live katex preview