MATLAB: Change font of mlreportge​n.report.T​ableOfCont​ents

MATLAB Report Generatorreport generatortoc

Hi there! I am currently working with the mlreportgen and I want to change the font and color of the TOC. I managed to assign my own pdf template, but it changes only the header of the TOC, not the contents itself. Can this be done?
TOC.png

Best Answer

Hi Christian,
I am guessing you are using mlreportgen.report.TableOfContents reporter to create this TOC and you have customized this reporter's PDF template to customize the header. The styles for the TOC content are actually specified in the container mlreportgen.report.Report template. You can customize the styles like TOC1, TOC2, ... in the report's template to customize your TOC content.
Thanks,
Rahul