Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KaTeX/KaTeX
/ functions
Functions
524 in github.com/KaTeX/KaTeX
⨍
Functions
524
◇
Types & classes
70
↓ 1 callers
Function
sqrtMain
(extraVinculum: number, hLinePad: number)
src/svgGeometry.ts:41
↓ 1 callers
Function
sqrtPath
( size: string, extraVinculum: number, viewBoxHeight: number )
src/svgGeometry.ts:136
↓ 1 callers
Function
sqrtSize1
(extraVinculum: number, hLinePad: number)
src/svgGeometry.ts:57
↓ 1 callers
Function
sqrtSize2
(extraVinculum: number, hLinePad: number)
src/svgGeometry.ts:72
↓ 1 callers
Function
sqrtSize3
(extraVinculum: number, hLinePad: number)
src/svgGeometry.ts:86
↓ 1 callers
Function
sqrtSize4
(extraVinculum: number, hLinePad: number)
src/svgGeometry.ts:101
↓ 1 callers
Function
sqrtSvg
( sqrtName: string, height: number, viewBoxHeight: number, extraVinculum: number, options:
src/delimiter.ts:460
↓ 1 callers
Function
sqrtTall
( extraVinculum: number, hLinePad: number, viewBoxHeight: number )
src/svgGeometry.ts:118
↓ 1 callers
Function
stretchyEnclose
( inner: HtmlDomNode, label: string, topPad: number, bottomPad: number, options: Options,
src/stretchy.ts:299
↓ 1 callers
Function
takeScreenshot
(key)
dockers/screenshotter/screenshotter.js:463
↓ 1 callers
Function
takeScreenshots
()
dockers/screenshotter/screenshotter.js:439
↓ 1 callers
Function
tallDelim
(label: string, midHeight: number)
src/svgGeometry.ts:507
↓ 1 callers
Function
test
(val: unknown)
test/setup.ts:41
↓ 1 callers
Function
toParseLike
(this: {expand: boolean}, expr: unknown, expected: unknown, settings?: unknown)
test/setup.ts:76
↓ 1 callers
Method
toText
* Converts the text node into a string * (representing the text itself).
src/mathMLTree.ts:177
↓ 1 callers
Function
traverseNonSpaceNodes
( nodes: HtmlDomNode[], callback: (arg0: HtmlDomNode, arg1: HtmlDomNode) => HtmlDomNode | null
src/buildHTML.ts:141
↓ 1 callers
Function
updatePermalink
()
static/main.js:326
↓ 1 callers
Method
useStrictBehavior
* Check whether to apply strict (LaTeX-adhering) behavior for unusual * input (like `\\`). Unlike `nonstrict`, will not throw an error; * i
src/Settings.ts:425
↓ 1 callers
Function
wideCharacterFont
( wideChar: string, )
src/wide-character.ts:123
↓ 1 callers
Method
withPhantom
* Create a new options object with "phantom" set to true.
src/Options.ts:220
↓ 1 callers
Method
withTextFontFamily
* Create a new options objects with the given fontFamily.
src/Options.ts:237
↓ 1 callers
Method
withTextFontShape
* Creates a new options object with the given font weight
src/Options.ts:254
↓ 1 callers
Method
withTextFontWeight
* Creates a new options object with the given font weight
src/Options.ts:244
↓ 1 callers
Function
writeOutput
(input)
cli.js:88
Method
__init__
(self, word)
src/metrics/parse_tfm.py:2
Method
__init__
(self, program)
src/metrics/parse_tfm.py:23
Method
__init__
(self, width, height, depth, italic, kern_table)
src/metrics/parse_tfm.py:45
Method
__init__
(self, start_char, end_char, char_info, width_table, height_table, depth_table, italic_table,
src/metrics/parse_tfm.py:54
Method
__init__
(self, f)
src/metrics/parse_tfm.py:99
Function
alignedHandler
(context: EnvContextLike, args: AnyParseNode[])
src/environments/array.ts:701
Method
beginGroup
* Start a new group nesting within all namespaces.
src/MacroExpander.ts:65
Function
buildExpressionRow
( expression: AnyParseNode[], options: Options, isOrdgroup?: boolean, )
src/buildMathML.ts:244
Method
constructor
(message: string)
test/helpers.ts:11
Method
constructor
(input: string, settings: Settings)
src/Lexer.ts:73
Method
constructor
* Both arguments are optional. The first argument is an object of * built-in mappings which never change. The second argument is an object
src/Namespace.ts:22
Method
constructor
(lexer: LexerInterface, start: number, end: number)
src/SourceLocation.ts:13
Method
constructor
( text: string, // the text of this token loc?: SourceLocation | null | undefined,
src/Token.ts:31
Method
constructor
(data: OptionsData)
src/Options.ts:83
Method
constructor
( type: MathNodeType, children?: MathDomNode[], classes?: string[] )
src/mathMLTree.ts:53
Method
constructor
(text: string)
src/mathMLTree.ts:154
Method
constructor
* Create a Space node with width given in CSS ems.
src/mathMLTree.ts:193
Method
constructor
(id: number, size: number, cramped: boolean)
src/Style.ts:18
Method
constructor
( message: string, // The error message token?: Token | null | undefined | AnyParseNode, )
src/ParseError.ts:22
Method
constructor
(input: string, settings: Settings, mode: Mode)
src/MacroExpander.ts:37
Method
constructor
(input: string, settings: Settings)
src/Parser.ts:62
Method
constructor
( classes?: string[], children?: ChildType[], options?: Options, style?: CssSt
src/domTree.ts:228
Method
constructor
( href: string, classes: string[], children: HtmlDomNode[], options: Options,
src/domTree.ts:273
Method
constructor
( src: string, alt: string, style: CssStyle, )
src/domTree.ts:313
Method
constructor
( text: string, height?: number, depth?: number, italic?: number, skew
src/domTree.ts:381
Method
constructor
( children?: SvgChildNode[], attributes?: Record<string, string>, )
src/domTree.ts:501
Method
constructor
(pathName: string, alternate?: string)
src/domTree.ts:549
Method
constructor
( attributes?: Record<string, string>, )
src/domTree.ts:579
Method
constructor
(children: ReadonlyArray<ChildType>)
src/tree.ts:30
Method
constructor
(options: SettingsOptions = {})
src/Settings.ts:376
Method
cramp
* Get the cramped version of a style (in particular, cramping a cramped style * doesn't change the style).
src/Style.ts:58
Function
docUrl
(doc, language)
website/core/Footer.js:11
Method
endGroup
* End current group nesting within all namespaces.
src/MacroExpander.ts:72
Method
endGroups
* Ends all currently nested groups (if any), restoring values before the * groups began. Useful in case of an error in the middle of parsing.
src/MacroExpander.ts:80
Function
evaluate
(err: Error | null, log: string)
test/symgroups.ts:98
Method
expandAfterFuture
* Expand the next token only once (if possible), and return the resulting * top token on the stack (without removing anything from the stack).
src/MacroExpander.ts:330
Method
expandMacro
* Fully expand the given macro name and return the resulting list of * tokens, or return `undefined` if no such macro is defined.
src/defineMacro.ts:55
Method
expandMacroAsText
* Fully expand the given macro name and return the result as a string, * or return `undefined` if no such macro is defined.
src/MacroExpander.ts:392
Method
expandNextToken
* Recursively expand first token, then return first non-expandable token.
src/MacroExpander.ts:338
Function
fftImage
(image)
dockers/texcmp/texcmp.js:239
Method
fracDen
* Get the style of a fraction denominator given the fraction in the current * style.
src/Style.ts:50
Method
fracNum
* Get the style of a fraction numerator given the fraction in the current * style.
src/Style.ts:42
Function
generateParseTree
( expression: string, options?: SettingsOptions, )
katex.ts:82
Function
getVariant
( group: SymbolParseNode, options: Options, )
src/buildMathML.ts:74
Function
handler
(context, args)
src/environments/array.ts:798
Function
handler
({parser, funcName}, args)
src/environments/cd.ts:252
Function
handler
({parser, funcName}, args)
src/functions/text.ts:62
Function
handler
({parser}, args, optArgs)
src/functions/sqrt.ts:17
Function
handler
({parser}, args)
src/functions/pmb.ts:21
Function
handler
({parser})
src/functions/relax.ts:10
Function
handler
({parser}, args)
src/functions/vcenter.ts:17
Function
handler
({parser, funcName}, args, optArgs)
src/functions/enclose.ts:227
Function
handler
({parser, funcName}, args)
src/functions/environment.ts:16
Function
handler
({parser}, args)
src/functions/underline.ts:14
Function
handler
({parser, funcName})
src/functions/op.ts:267
Function
handler
({parser, funcName}, args)
src/functions/mclass.ts:66
Function
handler
({parser, funcName}, args)
src/functions/horizBrace.ts:122
Function
handler
({parser, funcName})
src/functions/def.ts:68
Function
handler
(context, args, optArgs)
src/functions/verb.ts:14
Function
handler
({parser}, args)
src/functions/char.ts:14
Function
handler
({breakOnTokenText, funcName, parser}, args)
src/functions/styling.ts:30
Function
handler
({parser, funcName, token})
src/functions/genfrac.ts:317
Function
handler
({parser}, args, optArgs)
src/functions/cr.ts:17
Function
handler
({funcName, parser}, args)
src/functions/math.ts:12
Function
handler
({parser}, args)
src/functions/color.ts:43
Function
handler
({parser}, args, optArgs)
src/functions/rule.ts:16
Function
handler
({parser, funcName}, args, optArgs)
src/functions/arrow.ts:39
Function
handler
({parser, funcName}, args)
src/functions/kern.ts:19
Function
handler
({parser}, args)
src/functions/hbox.ts:21
Function
handler
({parser}, args)
src/functions/raisebox.ts:18
Function
handler
({parser}, args)
src/functions/overline.ts:13
Method
hasClass
(className: string)
src/domTree.ts:247
Method
hasClass
(className: string)
src/domTree.ts:288
Method
hasClass
(className: string)
src/domTree.ts:327
Method
hasClass
(className: string)
src/domTree.ts:418
Method
hasClass
(className: string)
src/tree.ts:39
← previous
next →
301–400 of 524, ranked by callers