Hi all,
I'm trying to implement a heading style with chapter numbers but without using stylesheets. We translate our docs into 10 languages so can't have the string 'Chapter [var]:' in our stylesheet ('Chapter' will have to be translated to eg FR 'Chapitre', etc, etc).
I figured this should be possible using the variable System.ChapterNumber, so have added this to main h1 titles throughout. However the number doesn't increment- every chapter is chapter 1. I've tried adding chapter breaks in the TOC, telling the TOC to increment auto-numbers, and even setting chapter numbers manually in the TOC, but this isn't working.
All the online help about this advises using an auto-numbering system through stylesheets, but we can't do that because of our localisation process. Any tips would be much appreciated!