The easiest way to do so is the command !LPUB RESERVE [percentage value]
It will increase the distance between two steps by the value specified. i.e. if the value is "0.1" 10% of the page width/height will be added.
The command is unfortunately only effective in the direction in which the steps are aligned, e.g. VERTICAL or HORIZONTAL.
If you have like 4 steps in the quadrants like this:
1 3
2 4
The commands would be: (... stands for parts)
If you want to adjust the horizontal spacing you need to add margin to the divider (i.e. the second last values adds horizontal spacing)
0 !LPUB MULTI_STEP SEPARATOR GLOBAL 0.03125 black 0.5 0
Best thing is to play around and give it a try!
It will increase the distance between two steps by the value specified. i.e. if the value is "0.1" 10% of the page width/height will be added.
The command is unfortunately only effective in the direction in which the steps are aligned, e.g. VERTICAL or HORIZONTAL.
If you have like 4 steps in the quadrants like this:
1 3
2 4
The commands would be: (... stands for parts)
Code:
...
0 !LPUB MULTI_STEP BEGIN
...
0 STEP
0 !LPUB RESERVE 0.1
...
0 STEP
0 !LPUB MULTI_STEP DIVIDER
...
0 STEP
...
0 !LPUB MULTI_STEP END
If you want to adjust the horizontal spacing you need to add margin to the divider (i.e. the second last values adds horizontal spacing)
0 !LPUB MULTI_STEP SEPARATOR GLOBAL 0.03125 black 0.5 0
Best thing is to play around and give it a try!