Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MathJaxTypesetter

The MathJax Typesetter.

Hierarchy

  • MathJaxTypesetter

Implements

Index

Constructors

constructor

  • Create a new MathJax typesetter.

    Parameters

    Returns MathJaxTypesetter

Properties

Private _config

_config: any

Private _init

_init: any

Initialize MathJax.

Private _initPromise

_initPromise: any

Private _initialized

_initialized: any

Private _onLoad

_onLoad: any

Handle MathJax loading.

Private _url

_url: any

Methods

typeset

  • typeset(node: HTMLElement): void
  • Typeset the math in a node.

    Notes

    MathJax schedules the typesetting asynchronously, but there are not currently any callbacks or Promises firing when it is done.

    Parameters

    • node: HTMLElement

    Returns void

Generated using TypeDoc