Added write_latex_steady_steade_model command.

Manually cherry-picked from 349834eeca.
time-shift
Stéphane Adjemia (Scylla) 2019-02-06 22:21:55 +01:00
parent 4ad030142f
commit 8b1396b79d
Signed by untrusted user who does not match committer: stepan
GPG Key ID: A6D44CB9C64CE77B
1 changed files with 26 additions and 1 deletions

View File

@ -1070,7 +1070,8 @@ equations using the ``write_latex_static_model`` command.
optional ``steady_state_model`` block (see
:bck:`steady_state_model`); it will rather output a static version
(i.e. without leads and lags) of the dynamic ``model`` declared in
the model block.
the model block. To write the LaTeX contents of the
``steady_state_model`` see :comm:`write_latex_steady_state_model`.
For the required LaTeX packages, see
:comm:`write_latex_original_model`.
@ -1081,6 +1082,30 @@ equations using the ``write_latex_static_model`` command.
See :opt:`write_equation_tags`.
.. command:: write_latex_steady_state_model
|br| This command creates two LaTeX files: one containing the steady
state model and one containing the LaTeX document header
information.
If your ``.mod`` file is ``FILENAME.mod``, then Dynare
will create a file called ``FILENAME_steady_state.tex``,
which includes a file called
``FILENAME_steady_state_content.tex`` (also created by
Dynare) containing the list of all the steady state model
equations.
If LaTeX names were given for variables and parameters
(see :ref:`var-decl`), 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 some dimensions
(see :comm:`write_latex_dynamic_model` for details).
For the required LaTeX packages, see :comm:`write_latex_original_model`.
.. _aux-variables:
Auxiliary variables