Two auto-numbering sequences in one paragraph format
We use the following paragraph auto-numbering format:
C:<$chapnum>.<n>.<n+>< =0 >< >< >\t
It works as expected.
For our purposes, we have multiple sub-chapters in a document.
For instance.
Chapter 1.1
Chapter 1.2
Chapter 1.3
The Auto-numbering from our paragraph format would be:
1.1.1
1.1.2
1.1.3
What I would like to do is to add another auto-number sequence after this, it would look like this:
1.1.1 XY1
1.1.2 XY2
Then it should continue in Chapter 1.2 like this
1.2.1 XY3
Basically I want to hard code "XY" in the paragraph format and increment the numerical digit after "XY" and have it increment across multiple chapters (1.1/1.2/1.3) sequentially.
The format would be: C:<$chapnum>.<n>.<n+>< =0 >< >< >\t XY (?). I don't know if this is possible, but what auto-numbering element would allow me to increment the digit after "XY" (signified by the question mark in my example).
