home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / text / tex / 9585 < prev    next >
Encoding:
Internet Message Format  |  1992-07-28  |  2.1 KB

  1. Path: sparky!uunet!usc!sdd.hp.com!uakari.primate.wisc.edu!ames!haven.umd.edu!darwin.sura.net!news.duc.auburn.edu!ducvax.auburn.edu!hank
  2. From: hank@ducvax.auburn.edu
  3. Newsgroups: comp.text.tex
  4. Subject: Re: ...  an xy plotter for tex
  5. Message-ID: <1992Jul28.090549.1@ducvax.auburn.edu>
  6. Date: 28 Jul 92 14:05:49 GMT
  7. References: <1992Jul22.005257.3794@vela.acs.oakland.edu> <27JUL199217330377@jetson.uh.edu>
  8. Sender: usenet@news.duc.auburn.edu (News Account)
  9. Organization: Auburn University, AL
  10. Lines: 31
  11. Nntp-Posting-Host: ducvax
  12.  
  13. In article <27JUL199217330377@jetson.uh.edu>, schieber@jetson.uh.edu 
  14. (Schieber, Jay D.) writes:
  15. > I have installed GNUplot and emTeX on my PC and am trying to integrate
  16. > them, but have been having problems with TeX's "memory capacity
  17. > exceeded" (as expected).  I have found some comments floating about
  18. > that say eepic macros work, and you suggest epsf, which I assume
  19. > is some encapsulated postscript converter.  My question is, where
  20. > can I obtain a macro which will allow me to import complex plots
  21. > from GNUplot into emTeX without maxing out TeX?
  22.  
  23. There's something wrong here... If you are using the postscript terminal, then 
  24. emtex will not need any memory, since you will be using something like
  25. dvips to print the file (using \special in the TeX file). 
  26.  
  27. You need to indicate the output device. If eps is acceptable, use dvips
  28. from Rokicki as your driver. If final print is on a HP, you could use
  29. GhostScript to get there:
  30.  LaTeX -> dvips -> ghostscript -> HPLJ.
  31.  
  32. You may be able to save some memory with the eepic terminal--it uses 
  33. tpic specials (but I'm not at all certain on the memory thing here). Can
  34. you use the emtex terminal? This may save some memory since the emtex
  35. terminal uses emtex \special's (but then you must be using one of the 
  36. dvi drivers from the emtex package).
  37.  
  38. Finally, if you have a 386, you can use tex386 beta 8 from the emtex 
  39. distribution. In my limited tests, tex386 (a bigtex) is as fast as
  40. tex186 or texp (texp is OS/2). If you are very patient, the bigtex btex186
  41. (or btexp for OS/2 1.x) will work (Give btex186 an extra meg of extended mem).
  42.  
  43. --darrel hankerson hank@ducvax.auburn.edu
  44.