Omni Systems, Inc.

  

Mif2Go User's Guide, Version 55

  

Valid HTML 4.01!

 

Made with Mif2Go

21 Mapping text formats to HTML/XML > 21.3 Mapping paragraph formats > 21.3.3 Converting paragraph formats with autonumbers


21.3.3 Converting paragraph formats with autonumbers

By default, for HTML output Mif2Go omits autonumber characters from paragraph formats that are mapped to HTML list styles, and converts autonumbers to text for all other paragraph formats. For XML output, the default is to omit all autonumbers.

To eliminate autonumbers from selected paragraph formats:

[HTMLParaStyles]

; NoAnum excludes autonumber in non-list items, default keeps it

;  for formats other than DocBook and DITA.

ParaFmt = NoAnum

For example, to eliminate bullets:

[HTMLParaStyles]

Bulleted = NoAnum

To eliminate autonumbers from all paragraph formats:

[HTMLOptions]

; UseAnums = Yes (HTML default, use unless list type)

;  or No (XML default)

UseAnums = No

To override UseAnums=No for selected paragraph formats:

[HTMLParaStyles]

; Anum includes Frame autonumber in para. For lists, and for

;  DocBook and DITA, the default omits it.

ParaFmt = Anum

To override UseAnums=Yes for lists in FrameMaker generated files, apply a unique character format (for example, ListAnum) to the <paranum> part of each entry on the reference page for the generated file; and include the following setting:

[HTMLParaStyles]

ListAnum = Delete

To eliminate unwanted tabs from paragraph autonumbers:

[HTMLOptions]

; AnumTabs = Yes (default, make tab in numbering properties into space

;  unless in [HTMLParaStyles] List format, in which case remove it)

;  or No (remove)

AnumTabs = Yes

See also:

§21.6.2 Understanding how Mif2Go treats tabs in HTML/XML

§21.12 Converting list formats to HTML

§34.7 Converting autonumbers for database systems



21 Mapping text formats to HTML/XML > 21.3 Mapping paragraph formats > 21.3.3 Converting paragraph formats with autonumbers