write_latex_static_model

write_latex_static_model — create a LaTeX file containing the (static) model

Synopsis

write_latex_static_model ;

Description

If your .mod file is FILENAME.mod, then Dynare will create a file called FILENAME_static.tex, containing the list of all the equations of the steady state model.

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.