On Mon, 25 Jun 2012, Matthias Apitz wrote:

El día Monday, June 25, 2012 a las 02:52:24PM +0200, Wojciech Puchar escribió:

simplest case:

1)convert them in batch to postscript.

I did this already with:

for i in *.jpg do ; convert $i $i.ps ; done

this works fin;


2)place it with mpage, many on one page.

and now a

mpage -bA4 -4 *.ps > /tmp/all.ps

gives a 10 page PS file, each page divided by fine lines into 4 sub
pages; but on any of the 10 pages one of the slides is put into the
upper left sub page area; what I'm missing?

-c
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to