From 512f37ae85833124750b0851ce784e05712c9e71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= Date: Thu, 11 Jul 2019 17:40:28 +0200 Subject: [PATCH] Update manual following the move of LaTeX files generated by preprocessor --- doc/manual/source/the-model-file.rst | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/manual/source/the-model-file.rst b/doc/manual/source/the-model-file.rst index 5aff07921..f7746c95d 100644 --- a/doc/manual/source/the-model-file.rst +++ b/doc/manual/source/the-model-file.rst @@ -1046,8 +1046,8 @@ equations using the ``write_latex_static_model`` command. containing the LaTeX document header information. If your ``.mod`` file is ``FILENAME.mod``, then Dynare will create - a file called ``FILENAME_original.tex``, which includes a file - called ``FILENAME_original_content.tex`` (also created by Dynare) + a file called ``FILENAME/latex/original.tex``, which includes a file + called ``FILENAME/latex/original_content.tex`` (also created by Dynare) containing the list of all the original model equations. If LaTeX names were given for variables and parameters @@ -1075,8 +1075,8 @@ equations using the ``write_latex_static_model`` command. header information. If your ``.mod`` file is ``FILENAME.mod``, then Dynare will create - a file called ``FILENAME_dynamic.tex``, which includes a file - called ``FILENAME_dynamic_content.tex`` (also created by Dynare) + a file called ``FILENAME/latex/dynamic.tex``, which includes a file + called ``FILENAME/latex/dynamic_content.tex`` (also created by Dynare) containing the list of all the dynamic model equations. If LaTeX names were given for variables and parameters @@ -1122,8 +1122,8 @@ equations using the ``write_latex_static_model`` command. document header information. If your ``.mod`` file is ``FILENAME.mod``, then Dynare will create - a file called ``FILENAME_static.tex``, which includes a file - called ``FILENAME_static_content.tex`` (also created by Dynare) + a file called ``FILENAME/latex/static.tex``, which includes a file + called ``FILENAME/latex/static_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 @@ -1157,9 +1157,9 @@ equations using the ``write_latex_static_model`` command. information. If your ``.mod`` file is ``FILENAME.mod``, then Dynare - will create a file called ``FILENAME_steady_state.tex``, + will create a file called ``FILENAME/latex/steady_state.tex``, which includes a file called - ``FILENAME_steady_state_content.tex`` (also created by + ``FILENAME/latex/steady_state_content.tex`` (also created by Dynare) containing the list of all the steady state model equations.