Skip to main content

Interface: LatexItem

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

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:293


content

content: string

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


displayMode?

optional displayMode: boolean

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

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


type

type: "latex"

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