LPUB: Spacing steps on a single page


Re: LPUB: Spacing steps on a single page
#2
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)
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!
Reply
« Next Oldest | Next Newest »



Messages In This Thread
Re: LPUB: Spacing steps on a single page - by Gerald Lasser - 2015-08-06, 19:02

Forum Jump:


Users browsing this thread: 1 Guest(s)