I am using Word from Microsoft 365. Using the approach from this answer basically works, however, when I use my own templates for the headings it does not work anymore.
I get: 1.1 -> 1.2 -> 2.3 -> 2.4 -> 3.5
I want: 1.1 -> 1.2 > 2.1 -> 2.2 -> 3.1
The code I am using is {STYLEREF "Sample1" \n}.{SEQ eq \s "Sample1"} and the name of my template is named "Sample1". Besides, my headings, which are seperating the equations are all using this template. The strange thing is that styleref seems to be accepting "Sample1" but SEQ is not.
I know about \r but I want to use the same field all the time without the \r-exception for the first equation in each chapter.
Can someone help me out?