I would like Sections to display the subsection number,
but I feel that redefining \thesection will recursively affect \thesubsection.
Basically, we're looking to add a zero to the section number in headings and the table of contents.
Example:
What we currently get:
1. Section 1 1.1 Section 1, Subsection 1 1.2 Section 1, Subsection 2 What we're looking to get:
1.0 Section 1 1.1 Section 1, Subsection 1 1.2 Section 1, Subsection 2 Additional info:
This post was a helpful start.


