From 73a3872fa75c72d8f87ec00eda307a47d6eab13b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Adjemia=20=28Scylla=29?= <stepan@dynare.org>
Date: Thu, 24 Jan 2019 17:52:28 +0100
Subject: [PATCH] Fixed typo + Cosmetic change.
---
src/source/the-model-file.rst | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/src/source/the-model-file.rst b/src/source/the-model-file.rst
index fb0058b758..fa5ac1be98 100644
--- a/src/source/the-model-file.rst
+++ b/src/source/the-model-file.rst
@@ -10504,13 +10504,14 @@ Misc commands
.. matcomm:: collect_latex_files ;
- |br |Writes a :math:`\LaTeX` file named
+ |br| Writes a :math:`\LaTeX` file named
``<<M_.fname>>_TeX_binder.tex`` that collects all TeX output
generated by Dynare into a file. This file can be compiled using
``pdflatex`` and automatically tries to load all required
- packages. Requires the following :math:`\LaTeX` packages: ``breqn,
- psfrag, graphicx, epstopdf, longtable, booktabs, caption, float,
- amsmath, amsfonts,`` and ``morefloats``.
+ packages. Requires the following :math:`\LaTeX` packages:
+ ``breqn``, ``psfrag``, ``graphicx``, ``epstopdf``, ``longtable``,
+ ``booktabs``, ``caption``, ``float,`` ``amsmath``, ``amsfonts``,
+ and ``morefloats``.
.. _Dynare wiki: http://www.dynare.org/DynareWiki/EquationsTags
--
GitLab