Skip to content
Snippets Groups Projects
Verified Commit c7d0f29d authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Manual: minor fixes to function synopses

(cherry picked from commit 6b6b6482)
parent 0ed937b8
Branches
Tags
No related merge requests found
......@@ -8,17 +8,17 @@
Dynare misc commands
####################
.. matcomm:: send_endogenous_variables_to_workspace
.. matcomm:: send_endogenous_variables_to_workspace ;
Puts the simulation results for the endogenous variables stored in ``oo_.endo_simul``
into vectors with the same name as the respective variables into the base workspace.
.. matcomm:: send_exogenous_variables_to_workspace
.. matcomm:: send_exogenous_variables_to_workspace ;
Puts the simulation results for the exogenous variables stored in ``oo_.exo_simul``
into vectors with the same name as the respective variables into the base workspace.
.. matcomm:: send_irfs_to_workspace
.. matcomm:: send_irfs_to_workspace ;
Puts the IRFs stored in ``oo_.irfs`` into vectors with the same name into the base workspace.
......
......@@ -1259,7 +1259,8 @@ command, the list of transformed model equations using the
``write_latex_dynamic_model command``, and the list of static model
equations using the ``write_latex_static_model`` command.
 
.. command:: write_latex_original_model (OPTIONS);
.. command:: write_latex_original_model ;
write_latex_original_model (OPTIONS);
 
|br| This command creates two LaTeX files: one
containing the model as defined in the model block and one
......@@ -1334,7 +1335,8 @@ equations using the ``write_latex_static_model`` command.
See :opt:`write_equation_tags`
 
 
.. command:: write_latex_static_model (OPTIONS);
.. command:: write_latex_static_model ;
write_latex_static_model (OPTIONS);
 
|br| This command creates two LaTeX files: one
containing the static model and one containing the LaTeX
......@@ -1369,7 +1371,7 @@ equations using the ``write_latex_static_model`` command.
 
See :opt:`write_equation_tags`.
 
.. command:: write_latex_steady_state_model
.. 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment