Lurch web app user interface

Module

Export

This module installs into the editor a menu item for exporting Lurch document content as LaTeX, which makes it handy for pasting into a LaTeX editor, such as Overleaf.

Source

Methods

static

install(editor)

This function should be called in the editor's setup routine. It installs one feature into the editor:

  • a menu item for exporting the current document (or just the selection in it) as LaTeX, for pasting into a LaTeX editor, such as Overleaf

Parameters

  • editor tinymce.Editor

    the editor in which to install the feature described above

Source