Xref: utzoo comp.text.tex:6108 comp.lang.postscript:7881 Path: utzoo!news-server.csri.toronto.edu!rutgers!usc!rpi!batcomputer!munnari.oz.au!goanna!goanna.cs.rmit.OZ.AU From: isaac@goanna.cs.rmit.OZ.AU (Isaac Balbin) Newsgroups: comp.text.tex,comp.lang.postscript Subject: Integrating Rokicki's dvips with Cartlidge's multi.ps Message-ID: <4946@goanna.cs.rmit.oz.au> Date: 12 Mar 91 04:42:25 GMT Sender: isaac@goanna.cs.rmit.oz.au Followup-To: comp.text.tex Organization: Comp Sci, RMIT Victoria University of Technology, Melbourne, Australia Lines: 24 Aside from dirty scripts, has anyone cleanly integrated the two using header files and hooks? I had tried a simple config file which had h multi.ps h multi8.ps in it (as well as the usual junk) multi.ps was the pre blurb that is standard with Cartlidge's program and multi8.ps was something like userdict begin /start-hook{true 2 4 true multi} def /end-hook{endmulti} def end The header files come out before the usual dvips preamble and this approach didn't work too well. I have tried psnup as a filter. That works reasonably (a slight bug), but is not set up for A4 paper. (Has anyone modified psnup for A4?)