Forum Discussion
lb483
May 29, 2023Copper Contributor
TC field code and TOC order
I have a document similar to the following: { TC "Level 1" \l 1 }{ TC "Level 2" \l 2 }Level 3 <-- style name = "myHeader" TOC definition is: { TOC \f \h \z \t "myHeader,3" } Howeve...
- May 30, 2023
lb483 if, in the body of the document, you want all of the entries, that you want to appear in the Table of Contents, on a single line (which would be unusual to say the least), you need to have a Style Separator (CTRL+ALT+ENTER) between each of the entries.
May 30, 2023
lb483 if, in the body of the document, you want all of the entries, that you want to appear in the Table of Contents, on a single line (which would be unusual to say the least), you need to have a Style Separator (CTRL+ALT+ENTER) between each of the entries.
lb483
May 30, 2023Copper Contributor
Thanks. I'll give that a go. Bit of a niche requirement but if I don't put the TC fields on the same line as the myHeader text, I get an unwanted blank line in the output unless I make the return hidden - which is a pain.