Skip to main content
Inspiring
April 6, 2010
Answered

Building blocks in TOC reference page

  • April 6, 2010
  • 1 reply
  • 785 views

In the FM 8 Reference page for my TOC I have this:

<$chapnum>.<$paranum>: <$paratext> <$pagenum>

Section <$chapnum>: <$paratext> <$pagenum>

Section <$chapnum>: <$paratext> <$pagenum>

After a book update the TOC output looks like this:

Section 2: RTXLNET Concepts & Features

Section 2: About Data Organization

2.: Date Specifications

Missing from the output is the second level number for heading 3, e.g. the ".1" in "2.1: Date Specifications". What is the correct building block? Apparently <$paranum> is not correct.

Thanx,

William

    This topic has been closed for replies.
    Correct answer Arnis Gubins

    <$paranumonly> gives you just the counter info.

    <$paranum> gives you everything in the autonumber field

    1 reply

    Arnis Gubins
    Arnis GubinsCorrect answer
    Inspiring
    April 6, 2010

    <$paranumonly> gives you just the counter info.

    <$paranum> gives you everything in the autonumber field

    COHAN3Author
    Inspiring
    April 6, 2010

    Ok, that worked, thanx.