LaTeXInputController constructor

LaTeXInputController(
  1. LaTeXTree _laTeXTree
)

Creates a controller that modifies the given laTeXTree.

Implementation

LaTeXInputController(this._laTeXTree);