Searched refs:mathord (Results 1 – 4 of 4) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/katex/ |
D | katex.js | 4048 var mathord = "mathord"; 4447 defineSymbol(symbols_math, main, mathord, "\u03B1", "\\alpha", true); 4448 defineSymbol(symbols_math, main, mathord, "\u03B2", "\\beta", true); 4449 defineSymbol(symbols_math, main, mathord, "\u03B3", "\\gamma", true); 4450 defineSymbol(symbols_math, main, mathord, "\u03B4", "\\delta", true); 4451 defineSymbol(symbols_math, main, mathord, "\u03F5", "\\epsilon", true); 4452 defineSymbol(symbols_math, main, mathord, "\u03B6", "\\zeta", true); 4453 defineSymbol(symbols_math, main, mathord, "\u03B7", "\\eta", true); 4454 defineSymbol(symbols_math, main, mathord, "\u03B8", "\\theta", true); 4455 defineSymbol(symbols_math, main, mathord, "\u03B9", "\\iota", true); [all …]
|
D | katex.mjs | 229 return baseElem.type === "mathord" || baseElem.type === "textord" || baseElem.type === "atom"; 4008 "textord", "mathord", etc). 4031 "mathord": 1, property 4066 const mathord = "mathord"; constant 4346 …ams, rel, "\u25c0", "\\blacktriangleleft"); // unicode-math says that \therefore is a mathord atom. 4351 … ams, rel, "\u25b6", "\\blacktriangleright"); // unicode-math says that \because is a mathord atom. 4465 defineSymbol(math, main, mathord, "\u03b1", "\\alpha", true); 4466 defineSymbol(math, main, mathord, "\u03b2", "\\beta", true); 4467 defineSymbol(math, main, mathord, "\u03b3", "\\gamma", true); 4468 defineSymbol(math, main, mathord, "\u03b4", "\\delta", true); [all …]
|
D | katex.min.js | 1 …};var W={bin:1,close:1,inner:1,open:1,punct:1,rel:1},X={"accent-token":1,mathord:1,"op-token":1,sp… property
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/katex/contrib/ |
D | render-a11y-string.mjs | 349 case "mathord":
|