From 8475a4fa83417f6f9d801348684a99c2cc56f8d1 Mon Sep 17 00:00:00 2001 From: Houtan Bastani <houtan@dynare.org> Date: Fri, 29 Nov 2019 11:42:28 +0100 Subject: [PATCH] fix comment for `maketoc` --- src/@report/report.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/@report/report.m b/src/@report/report.m index 72a7dfd..dcdb975 100644 --- a/src/@report/report.m +++ b/src/@report/report.m @@ -33,7 +33,7 @@ classdef report < handle showOutput = true % Print report creation progress to screen. Shows you the page number as it is created and as it is written. This is useful to see where a potential error occurs in report creation. Default: true. header = '' % The valid LATEX code to be included in the report before \begin{document}. Default: empty. reportDirName = 'tmpRepDir' % The name of the folder in which to store the component parts of the report (preamble, document, end). Default: tmpRepDir. - maketoc = false % Whether or not to make a table of contents + maketoc = false % Whether or not to make a table of contents. Default: false. end methods function o = report(varargin) -- GitLab