write_latex_static_model — create a LaTeX file containing the (static) model
write_latex_static_model
;
If your .mod
file is
, then Dynare will create a file called FILENAME
.mod
, containing the list of all the equations of the steady state model.
FILENAME
_static.tex
If LaTeX names were given for variables and parameters (see var, varexo, varexo_det, parameters), then those will be used; otherwise, the plain text names will be used.
Note that the model written in the TeX file will differ from the model declared by the user in the some dimensions, see write_latex_dynamic_model.