My code successfully implements the counter-increment feature, however I am looking to initiate the counter at 100 for the first section, and then at 200 for the next.
Here is my current code snippet:
Chapter>Section>Subsec1>Subsec2>Tit {
display: block;
text-align: left;
font-weight: bold;
margin-top: 15px;
font-size:16px;
counter-increment: subsection2;
}
I'm seeking a straightforward solution to achieve this customization. Is there an easy way to do so?