From d080433adf95b71a83679e5f9cfa10f71b06713c Mon Sep 17 00:00:00 2001 From: Houtan Bastani <houtan@dynare.org> Date: Fri, 14 Feb 2014 16:36:18 +0100 Subject: [PATCH] doc: update reporting explanation --- doc/dynare.texi | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/doc/dynare.texi b/doc/dynare.texi index 4a9ec1c464..b4d755833a 100644 --- a/doc/dynare.texi +++ b/doc/dynare.texi @@ -10587,9 +10587,12 @@ Computes yearly differences or growth rates. @chapter Reporting Dynare provides a simple interface for creating @LaTeX{} reports, -comprised of @LaTeX{} tables and TikZ graphs. You can use the report as -created through Dynare or pick out the pieces you want for inclusion -in your own paper. +comprised of @LaTeX{} tables and @code{PGFPLOTS/TikZ/PGF} graphs. You +can use the report as created through Dynare or pick out the pieces +you want for inclusion in your own paper. Though Dynare provides a +subset of options available through @code{PGFPLOTS}, you can easily +modify the graphs created by Dynare using the options available in the +@code{PGFPLOTS} manual. Reports are created and modified by calling methods on class objects. The objects are hierarchichal, with the following order (from -- GitLab