home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / text / tex / 14822 < prev    next >
Encoding:
Text File  |  1993-01-11  |  1.2 KB  |  29 lines

  1. Newsgroups: comp.text.tex
  2. Path: sparky!uunet!news.univie.ac.at!vm.univie.ac.at!A8131DAL
  3. From: A8131DAL@vm.univie.ac.at (Peter Schmitt)
  4. Subject: Re: Can I split a printout into odd- and even-numbered pages?
  5. Message-ID: <1993Jan11.134405.15208@newssrv.edvz.univie.ac.at>
  6. Sender: news@newssrv.edvz.univie.ac.at (News System - Vienna University)
  7. Nntp-Posting-Host: helios.edvz.univie.ac.at
  8. Organization: University of Vienna
  9. Date: Mon, 11 Jan 1993 13:40:24 GMT
  10. Lines: 17
  11.  
  12.  
  13. >When printing documents set in (say) LaTeX, I think it would be useful to have
  14. >an option that allows you to print the odd-numbered pages as a set followed by
  15. >the even-numbered pages. If you have direct access to the printer and can
  16. >re-feed the paper appropriately, you have a pseudo double-side printer.
  17. >
  18. >Is such an option available now? Or else, has anyone hacked up something that
  19. >could do this?
  20.  
  21. The most convenient solution is:
  22.    use the printer driver (the emTeX drivers have such an option)
  23. another solution should be to use DVIDVI
  24. but, of course, it would also be possible to do it with TeX:
  25.    change the output routine to drop every 2nd page, and make two runs of TeX
  26.    -- but that seems to be not the `right' solution in this case, isn't it?
  27.  
  28. Peter
  29.