Dear List,
I have created a large number of latex tables, which I have turned into A5 postscript files. For this I used the command "dvips -t A5 file.dvi". Now I would like to import two of these A5 ps files on one A4 page. I know I can achieve the similar effect with the program "psnup". However, the problem with psnup is that it produces ".ps" files without fonts embedded in them.
My question is: Is it possible to import two A5 ps files into one A4 file using Tex or Latex?
I know the graphicx package can import (e)ps files, but this does not seem to put the ".ps" files at the position that I have in mind. My idea is to construct the A4 page in such a way that one A5 page coincides exactly with its upper half, and the other A5 page coincides exactly with its lower half.
Thank you very much in advance!
Guido van Steen
Graphics, Figures & Tables ⇒ import two A5 ps files into one A4 ps file
NEW: TikZ book now 40% off at Amazon.com for a short time.

import two A5 ps files into one A4 ps file
You could convert them to PDF (with ps2pdf or similar) and then use the pdfpages package.
Re: import two A5 ps files into one A4 ps file
Thank you very much! That was exactly the type of package I was looking for.
Guido van Steen
Guido van Steen