How to AutoNumber report's sections(not only chapters) using word template?

3 views (last 30 days)
Hello! I am looking for a way to AutoNumber my report's sections using word template in MATLAB 2014b? I can only find the way to AutoNumber the report's chapters using word template from the matlab help. Thank you!

Answers (1)

Paul Kinnucan
Paul Kinnucan on 9 Feb 2017
You can use Word seq fields in a template to create hierarchical numbering schemes for chapters and subsections. See Numbering with Seq Fields. The R2017a release of the Report Generator includes a Word template that uses seq fields to number chapters and sections.
To number sections in a Word report in releases from R2014b through R2016b:
  1. Download the attached zip file, which contains the R2017a autonumbering template.
  2. Unzip the template anywhere on the MATLAB path.
  3. Open your report setup (.rpt) file in the Report Explorer.
  4. Select Word (from template) as the report's output type.
  5. Select Default Numbered as the report's template.
  6. Run your report.

Categories

Find more on MATLAB Report Generator in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!