Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Building blocks in TOC reference page

Explorer ,
Apr 06, 2010 Apr 06, 2010

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

741
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

LEGEND , Apr 06, 2010 Apr 06, 2010

<$paranumonly> gives you just the counter info.

<$paranum> gives you everything in the autonumber field

Translate
LEGEND ,
Apr 06, 2010 Apr 06, 2010

<$paranumonly> gives you just the counter info.

<$paranum> gives you everything in the autonumber field

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Apr 06, 2010 Apr 06, 2010
LATEST

Ok, that worked, thanx.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines