janulrich.hasecke at web.de wrote:
>Hi Greg,
>
>I would like to make pages with a broader left margin, so that I can put
>them into a folder. Can I adjust to position of the pictures anywhere in
>the perl-file?
>
>
>
Very easy--
Look for these lines in scribalbuma4.pl:
<fragment from scribalbuma4.pl>
@xpos = qw( 11 335 11 335 11 335 11 335);# @xpos = qw( 16 310
16 310 ); # $xpos[$piccount] will give this value
.
.
@xpostxt = qw( 11 406 11 406 11 406 11 406 ); # @xpostxt =
qw( 16 450 16 450 ); # $xpostxt[$piccount] label for image
</fragment>
@xpos sets the coordinates for the pictures, @xpostxt for the labels.
The '11' is what you want to change -- this is 11 points from the edge
of the page, make it whatever you want, just make sure you change all of
those '11's.
Greg