K
Karen
The following almost works perfectly
{ TC { REF caption1 \* Caps } \f C \l "1" }
In a TOC, the above gives me
12th
Item........................................................................
.............................1
'12th Item' is the text referred to with the bookmark 'caption1'
What I really need in the TOC is something like
1.........First
Item........................................................................
.................1
2.........Second
Item........................................................................
............1
3.........Third
Item........................................................................
...............2
So I need a way to concatenate the numbers on the left with what I have so
far.
What do I need to add to the field code to show a concatenation of 'any
number' with the 'caption1' text?
{ TC { REF caption1 \* Caps } \f C \l "1" }
In a TOC, the above gives me
12th
Item........................................................................
.............................1
'12th Item' is the text referred to with the bookmark 'caption1'
What I really need in the TOC is something like
1.........First
Item........................................................................
.................1
2.........Second
Item........................................................................
............1
3.........Third
Item........................................................................
...............2
So I need a way to concatenate the numbers on the left with what I have so
far.
What do I need to add to the field code to show a concatenation of 'any
number' with the 'caption1' text?