reporting: change default for titleFormat of page

remove-priordens
Houtan Bastani 2014-02-17 11:01:59 +01:00
parent 5f82248caf
commit a4b45bae37
1 changed files with 2 additions and 2 deletions

View File

@ -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 = {};