Graphics, Figures & Tables ⇒ import two A5 ps files into one A4 ps file
import two A5 ps files into one A4 ps file
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
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
import two A5 ps files into one A4 ps file
Re: import two A5 ps files into one A4 ps file
Guido van Steen