Add write_equation_tags option to write_latex_original_model and write_latex_static_model.

See 1551d33e9e.
time-shift
Stéphane Adjemia (Scylla) 2019-02-05 10:26:42 +01:00
parent b2c072d5c8
commit 4708c6a4f6
Signed by untrusted user who does not match committer: stepan
GPG Key ID: A6D44CB9C64CE77B
1 changed files with 17 additions and 5 deletions

View File

@ -951,7 +951,7 @@ 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 ;
.. command:: write_latex_original_model (OPTIONS);
|br| This command creates two LaTeX files: one
containing the model as defined in the model block and one
@ -972,6 +972,13 @@ equations using the ``write_latex_static_model`` command.
Compiling the TeX file requires the following LaTeX
packages: ``geometry, fullpage, breqn``.
*Options*
.. option:: write_equation_tags
Write the equation tags in the LaTeX output. The
equation tags will be interpreted with LaTeX markups.
.. command:: write_latex_dynamic_model ;
write_latex_dynamic_model (OPTIONS);
@ -1017,11 +1024,10 @@ equations using the ``write_latex_static_model`` command.
.. option:: write_equation_tags
Write the equation tags in the :math:`\text{\LaTeX}` output. NB: the
equation tags will be interpreted with :math:`\text{\LaTeX}` markups.
See :opt:`write_equation_tags`
.. command:: write_latex_static_model ;
.. command:: write_latex_static_model (OPTIONS);
|br| This command creates two LaTeX files: one
containing the static model and one containing the LaTeX
@ -1046,9 +1052,15 @@ equations using the ``write_latex_static_model`` command.
(i.e. without leads and lags) of the dynamic ``model`` declared in
the model block.
For the required :math:`\text{\LaTeX}` packages, see
For the required LaTeX packages, see
:comm:`write_latex_original_model`.
*Options*
.. option:: write_equation_tags
See :opt:`write_equation_tags`.
.. _aux-variables:
Auxiliary variables