MATLAB: How to modify the font size of chapter headings in MATLAB Report Generator 3.6 (R2009a)

MATLAB Report Generator

I would like to modify the font size of the chapter headings when generating a PDF report in MATLAB Report Generator. I have tried to modify a stylesheet as indicated in the documenation at:
MATLAB Report Generator->Creating Custom Stylesheets->Examples->Changing Font Size, Page Orientation, and Paper Type of a Generated Report
However, the chapter headings do not change font size.

Best Answer

Changing the chapter font size is not supported by Report Generator out-of-the-box, however, the modified stylesheet that is attached will allow you to control the chapter title font sizes through the GUI (there is a new value called 'Chapter Titlepage Recto Style' which can be modified).
Note that there may be an unrelated caching issue: if you run the report, modify the stylesheet and rerun the report, you may not see your latest stylesheet changes. If this becomes an issue, you can either close and reopen MATLAB or call
com.mathworks.toolbox.rptgencore.output.StylesheetCache.clearCachedStylesheet
from the command line to refresh the cache.