Contents | Parent Topic | Previous Topic | Next Topic
Home | Catalog
The alignment of a figure can be specified using the align attribute of the import macro. The supported values are:
Align | Description |
Center | centered within the region (the default) |
Left | left side of region |
Right | right side of region |
Inner | inner side of region for double sided documents (otherwise Left) |
Outer | outer side of region for double sided documents (otherwise Right) |
For example:
!import "my_graph"; align=Left
By default, figures are aligned within the main text area. To align a figure within the full text area (i.e. including the side-head), use the wide attribute. For example:
!import "my_graph"; align=Left; wide
To align a figure with a given list indent, use the listitem attribute. For example:
* The graphs are impressive: - savings per year !import "my_graph"; listitem=2
The vertical position of a figure can be specified via the position attribute. The supported values are:
Position | Description |
Below | below the current paragraph (the default) |
Top | top of the current column/page |
Bottom | bottom of the current column/page |
For example:
!import "my_logo"; position=Bottom; align=Right
To wrap text around a figure, set the wrap_text attribute. For example:
!import "my_graph"; wrap_text
Contents | Parent Topic | Previous Topic | Next Topic
Home | Catalog