Options
All
  • Public
  • Public/Protected
  • All
Menu

The interface for a LaTeX typesetter.

Hierarchy

  • ILatexTypesetter

Index

Methods

Methods

typeset

  • typeset(element: HTMLElement): void
  • Typeset a DOM element.

    Parameters

    • element: HTMLElement

      the DOM element to typeset. The typesetting may happen synchronously or asynchronously.

      Notes

      The application-wide rendermime object has a settable latexTypesetter property which is used wherever LaTeX typesetting is required. Extensions wishing to provide their own typesetter may replace that on the global lab.rendermime.

    Returns void

Generated using TypeDoc