Scala2LaTeX
The `Scala2LaTeX object provides methods for converting ScalaTion Equations into LaTeX.
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Scala2LaTeX.type
Members list
Value members
Concrete methods
Build a LaTeX equation from feature tokens.
Build a LaTeX equation from feature tokens.
Value parameters
- coeffSymbol
-
coefficient symbol, e.g. "\beta"
- errorSymbol
-
error term, e.g. "\varepsilon_t"
- fEndo_enabled
-
enabled endo transforms (order matters)
- fExo_enabled
-
enabled exo transforms per variable (order matters)
- features
-
the feature names/tokens (any order/subset)
- includeHat
-
whether to render \hat{y}_t on LHS
Attributes
Make a LaTeX document.
Make a LaTeX document.
Value parameters
- body
-
the body of the LaTex document
Attributes
Make a LaTeX equation with the begin and end tags.
Make a LaTeX equation with the begin and end tags.
Value parameters
- equation
-
the LaTex equation proper
Attributes
Make a LaTeX table from a matrix.
Make a LaTeX table from a matrix.
Value parameters
- caption
-
the caption for the table
- colName
-
the column names
- name
-
the table name
- rowName
-
the row names
- x
-
the matrix of data