diff --git a/doc/dynare.texi b/doc/dynare.texi index 368fc303c321fe8d142dde4dca64e1114cc1e231..db2a6bc61acd8ac11d67184fcb89023561692a39 100644 --- a/doc/dynare.texi +++ b/doc/dynare.texi @@ -10904,7 +10904,7 @@ Display a solid black line at @math{y = 0}. Default: @code{false} @end table @end defmethod -@defmethod Report addTable data, showHlines, precision, range, seriesToUse, tableName, tableDirName, title, titleFormat, vlineAfter, vlineAfterEndOfPeriod, showVlines +@defmethod Report addTable data, showHlines, precision, range, seriesToUse, tableDirName, tableName, title, titleFormat, vlineAfter, vlineAfterEndOfPeriod, showVlines Adds a @code{Table} to a @code{Section}. @optionshead @table @code @@ -10924,14 +10924,14 @@ The date range of the data to be displayed. Default: @code{all} @item seriesToUse, @code{CELL_ARRAY_STRINGS} @xref{seriesToUse}. +@item tableDirName, @code{STRING} +The name of the folder in which to store this table. Default: +@code{tmpRepDir} + @item tableName, @code{STRING} The name to use when saving this table. Default: something of the form @code{table_pg1_sec2_row1_col3.tex} -@item figDirName, @code{STRING} -The name of the folder in which to store this table. Default: -@code{tmpRepDir} - @item title, @code{STRING} Same as @ref{title}, just for tables.