Grid
Override the grid settings from
SetGrid.
Child elements
(none)
Parent elements
Group
,
Pagetype
Attributes
dx
(optional, since version 2.3.11)
-
Distance between two grid cells (horizontal)
dy
(optional, since version 2.3.46)
-
Distance between two grid cells (horizontal)
height
(length, optional)
-
Height of a grid cell.
nx
(number, optional)
-
Number of grid cells in horizontal direction.
ny
(number, optional)
-
Number of grid cells in vertical direction.
width
(length, optional)
-
Set the width of a grid cell.
nx and ny don’t make sense in
Group.
Example
<Pagetype name="page wide" test=" $var > 10 ">
<Margin left="1cm" right="2cm" top="1cm" bottom="1cm"/>
<Grid width="10mm" height="14pt"/>
</Pagetype>
See also
The section about
grids and the section about
Groups (virtual objects).