How to "combine" postscript files?
Hi there...
I've a postscript file with slides and I need to create another file with the slides (3 per page) and some lines to write notes. In "a picture", I have:
+----+
|XXX|
|..s1..|
|XXX|
+----+
+----+
|XXX|
|..s2..|
|XXX|
+----+
+----+
|XXX|
|..s3..|
|XXX|
+----+
And I need something like
+----+
|s1....|
|s2....|
|s3....|
+----+
I know about the pstops command, which allows me to combine pages from the same file (so, eventually, I will succeed to put 3 slides per page)... but, how can I do the other "column" with lines for notes? Unfortunately just printing the presentation and then using "pen+ruler+make copies" is not possible, since I need the result in .ps (or pdf) format. Probably I can also do the work by manipulating my .tex file, so I could put lines in the even-slides... but I think there should be a better solution. Does anyone know it?
Thank you very much in advance...
|