MCPcopy Create free account
hub / github.com/TruthHun/BookStack / mathrmSize

Function mathrmSize

static/katex/katex.mjs:8038–8040  ·  view source on GitHub ↗
(value, size, mode, options)

Source from the content-addressed store, hash-verified

8036
8037
8038const mathrmSize = function mathrmSize(value, size, mode, options) {
8039 return buildCommon.makeSymbol(value, "Size" + size + "-Regular", mode, options);
8040};
8041/**
8042 * Makes a large delimiter. This is a delimiter that comes in the Size1, Size2,
8043 * Size3, or Size4 fonts. It is always rendered in textstyle.

Callers 1

makeLargeDelimFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected