diff --git a/matlab/reporting/@page/page.m b/matlab/reporting/@page/page.m index 2f2b9a67d..28c1f8000 100644 --- a/matlab/reporting/@page/page.m +++ b/matlab/reporting/@page/page.m @@ -31,8 +31,8 @@ function o = page(varargin) o = struct; o.paper = ''; -o.title = {}; -o.titleFormat = {}; +o.title = {''}; +o.titleFormat = {'\large\bfseries'}; o.orientation = ''; o.footnote = {}; o.sections = {};