Options
All
  • Public
  • Public/Protected
  • All
Menu

Module mathjax2-extension

Index

Variables

Variables

Const default

default: JupyterFrontEndPlugin<ILatexTypesetter> = {id: '@jupyterlab/mathjax2-extension:plugin',autoStart: true,provides: ILatexTypesetter,activate: () => {const url = PageConfig.getOption('fullMathjaxUrl');const config = PageConfig.getOption('mathjaxConfig');if (!url) {const message =`${plugin.id} uses 'mathJaxUrl' and 'mathjaxConfig' in PageConfig ` +`to operate but 'mathJaxUrl' was not found.`;throw new Error(message);}return new MathJaxTypesetter({ url, config });}}

The MathJax latexTypesetter plugin.

Generated using TypeDoc