From adbecb6fc9ed26bfdc968c36595aeb78d2a878ba Mon Sep 17 00:00:00 2001
From: Houtan Bastani <houtan@dynare.org>
Date: Fri, 25 Jul 2014 15:03:10 +0200
Subject: [PATCH] doc: reporting: minor clarifications. closes #687

---
 doc/dynare.texi | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/doc/dynare.texi b/doc/dynare.texi
index 3efb9e739..7db05f64d 100644
--- a/doc/dynare.texi
+++ b/doc/dynare.texi
@@ -11261,16 +11261,17 @@ A footnote to be included at the bottom of this page. Default: @code{none}
 
 @anchor{title}
 @item title, @code{STRING} | @code{CELL_ARRAY_STRINGS}
-With one entry (a @code{STRING}), the title of the page. With more
-than one entry (a @code{CELL_ARRAY_STRINGS}), the title and subtitle(s)
-of the page. Default: @code{none}
+With one entry (a @code{STRING}), the title of the page. With more than one
+entry (a @code{CELL_ARRAY_STRINGS}), the title and subtitle(s) of the
+page. Values passed must be valid @LaTeX{} code (@i{e.g.,} `%' must be
+`\%'). Default: @code{none}
 
 @anchor{titleFormat}
 @item titleFormat, @code{STRING} | @code{CELL_ARRAY_STRINGS}
 A string representing the @LaTeX{} markup to use on @ref{title}. The
 number of cell array entries must be equal to that of the @ref{title}
-option, if you do not want to use the default value for the title and
-subtitle(s). Default: @code{\large\bfseries}
+option if you do not want to use the default value for the title (and
+subtitles). Default: @code{\large\bfseries}
 
 @end table
 @end defmethod
-- 
GitLab