33.6.3 Adjusting space after
tables
You can use this setting to add space after all tables:
[TableAfterMacros]
*=<br>
Or, you can use more specific wildcards or full TableIDs
to adjust space in individual cases. DITA2Go uses the first entry
in the section that matches, so put the exceptions before the general
case:
[TableAfterMacros]
af123456=
ac*=<br><br>
*=<br>
These settings result in the following:
- no spacing after table af123456
- double spacing after all tables
in groups that start with ac
- single spacing after all other
tables.
See §33.6.1
Invoking macros around tables.
Previous Topic: 33.6.2 Adding
space before tables
Next Topic: 33.6.4 Turning
processing on and off around selected tables
Parent Topic: 33.6 Using
macros to control table properties
Sibling Topics:
33.6.1 Invoking
macros around tables
33.6.2 Adding
space before tables
33.6.4 Turning
processing on and off around selected tables
33.6.5 Specifying
row-group, row, and cell attributes with macros
33.6.6 Capturing
table row and column counts with variables
33.6.7 Selectively
modifying table text with macros: an example