Increase Distance Between Heading Number and Heading Text

This forum is for all Flare issues related to PDF, eBook, Microsoft Word, Adobe FrameMaker, XPS, and XHTML book targets.
Post Reply
Toko
Propeller Head
Posts: 25
Joined: Thu Jul 05, 2018 3:24 am

Increase Distance Between Heading Number and Heading Text

Post by Toko »

For PDF outputs, when the heading number is long (e.g., 22.56.14.3), the number runs over the heading text.

How does one increase the distance between the heading number and heading text?

Below is typical code for H headings for print:

}
h4 {
font-size: 12pt;
margin-top: 15pt;
mc-auto-number-format: 'GH:{chapnum}.{n}.{n}.{n+}{ =0} ';
mc-auto-number-offset: 50pt;
mc-auto-number-position: outside-head;
}
Post Reply