The counter-increment works in my code, but I want to start the counter at 100 on the first section, and 200 on the next.
This is what I got:
Chapter>Section>Subsec1>Subsec2>Tit {
display: block;
text-align: left;
font-weight: bold;
margin-top: 15px;
font-size:16px;
counter-increment: subsection2;
}
Is there a simple solution to this?