Skip to main content

Interface: LatexItem

Defined in: web/lib/api/generated/types/pub/chive/richtext/defs.ts:290

Standalone LaTeX math expression

Properties​

$type?​

optional $type: "pub.chive.richtext.defs#latexItem"

Defined in: web/lib/api/generated/types/pub/chive/richtext/defs.ts:291


content​

content: string

Defined in: web/lib/api/generated/types/pub/chive/richtext/defs.ts:293


displayMode?​

optional displayMode: boolean

Defined in: web/lib/api/generated/types/pub/chive/richtext/defs.ts:295

True for block display ($$...$$), false for inline ($...$)


type​

type: "latex"

Defined in: web/lib/api/generated/types/pub/chive/richtext/defs.ts:292