RH2020 output to PDF issue with line numbers
We are having an odd issue. I have converted a classic RH2019 (14.0.5.001) project to RH2020 (2020.8.34), and Mostly it looks okay, and we are hammering out style differences and such. But the big issue I am dealing with now is number list resets.
Our number list style is Procedure. This is the HTML generated on a list reset:
p class="Procedure" style="counter-set: p\\.procedure1 0;"
The problem is that while the numbers are correct in RoboHelp and HTML output, when we output to PDF, the number lists never reset, making the entire document one long number list. Example:
In RoboHelp and HTML:
First topic
1. Something
2. Something else
Second topic
1. Something completely different
2. Ni!
When we publish to PDF:
First topic:
1. Something
2. Something else
Second Topic
3. Something Completely Different
4. Ni!
It was suggested to tag @RoboWizard that you may be able to help.
