cci-grads / uncc-thesis-latex

LaTeX template for UNC-Charlotte dissertations
14 stars 10 forks source link

Optional package for figure numbering #21

Closed squeetus closed 6 years ago

squeetus commented 6 years ago

The optional package allows figures and tables to be numbered within each chapter (rather than continuously, which is the default).

Taken from tex.stackexchange.

sterlingm commented 6 years ago

@squeetus Will we need to update the code to generate the List of Figures and List of Tables pages for this? Or does it show 1.0, 1.1, 2.0, 2.1 etc?

squeetus commented 6 years ago

@sterlingm Simply uncommenting the three lines added by this pull request and recompiling the main .tex file handles it all automatically. You will need to do a second compilation pass to update the List of Figures/Tables.

sterlingm commented 6 years ago

@squeetus Okay awesome, thanks, merging