26.7.1 Deciding what to include in a figure element

When DITA2Go wraps image and title in a <figure> element, by default DITA2Go closes the <figure> element before moving on to the following content. To direct DITA2Go to include in <figure> any following elements that are valid:

[DocBookOptions]
; CloseFigAfterImage = Yes (default) 
; or No (leave figure open for more)
CloseFigAfterImage = No

By default, DITA2Go wraps all contiguous images and their titles in a single <figure> element. To make sure each of a series of images is wrapped in its own <figure> element:

[DocBookOptions]
; MultiImageFigures = Yes (default)
; or No (allow only one image in a figure)
MultiImageFigures = No

To specify that figure titles precede their images:

[DocBookOptions]
; FigureTitleStartsFigure = No (default, title is below image),
; or Yes (title is above image)
FigureTitleStartsFigure = Yes

Previous Topic:  26.7 Specifying options for figure elements

Next Topic:  26.7.2 Specifying ancestry for figure elements

Parent Topic:  26.7 Specifying options for figure elements

Sibling Topics:

26.7.2 Specifying ancestry for figure elements

26.7.3 Omitting size attributes from images for DocBook