home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / text / tex / 10143 < prev    next >
Encoding:
Text File  |  1992-08-13  |  2.2 KB  |  51 lines

  1. Newsgroups: comp.text.tex
  2. Path: sparky!uunet!elroy.jpl.nasa.gov!usc!cs.utexas.edu!torn!maccs!mcshub!physun!fischer
  3. From: fischer@physun.physics.mcmaster.ca (Phil Fischer)
  4. Subject: Re: Including PostScript figures; problems with xdvi on Sun?
  5. Message-ID: <1992Aug13.160124.14777@mcshub.dcss.mcmaster.ca>
  6. Sender: usenet@mcshub.dcss.mcmaster.ca
  7. Nntp-Posting-Host: physun.physics.mcmaster.ca
  8. Organization: Dept. of Physics & Astronomy, McMaster University
  9. References: <1992Aug13.150857.29856@ctr.columbia.edu>
  10. Date: Thu, 13 Aug 1992 16:01:24 GMT
  11. Lines: 38
  12.  
  13. In article <1992Aug13.150857.29856@ctr.columbia.edu> anselmo@cumesb.mech.columbia.edu (Andrew P. Anselmo) writes:
  14. >About including PS files in a Latex document...
  15. >
  16. >I've been trying this for a while now, with no success.  I have gotten
  17. >the psfig.sty file, and have a PS file that has been created with XtoPS.
  18. >By running Latex on the file (pap0.tex) I get no errors, but while running
  19. >xdvi (I'm running this on a Sun IPX w/ OpenWindows 2.0), I get the main
  20. >text of what is in my file, without the pictures.  Any ideas why this might
  21. >not be working?  It does seem that enough space is created for the figure,
  22. >but all I get is a big blank space.
  23. >
  24. >Here's the error message from xdvi:
  25. >
  26. >[ anselmo@cumesb ~/text/tex ]: xdvi pap0
  27. >xdvi:  special "dvitps: Include0 "psfig.pro"" not implemented
  28. >xdvi:  special "dvitps: Literal "38153420 26510049 1052508 12761661 39205928 39271710 startTexFig  "" not implemented
  29. >xdvi:  special "dvitps: Include1 "/home/cumesb/anselmo/text/tex/a.ps"" not implemented
  30. >xdvi:  special "dvitps: Literal "endTexFig  " " not implemented
  31. >[ anselmo@cumesb ~/text/tex ]: 
  32. >
  33. >Thanks.
  34. >
  35. >-A.
  36. >
  37. >
  38. >-- 
  39. >-----------------------------------------------------------------------------
  40. > Andrew Anselmo / Department of Mechanical Engineering / Columbia University   
  41. >   236A SW Mudd Building 212-854-2965 / anselmo@cumesb.mech.columbia.edu 
  42. >
  43.  
  44. xdvi only displays the .dvi file. If you are including a postscript figure
  45. this is not included until you use dvips (or on of its variants) to make a 
  46. postscript file. At that point the file is all postscript and you can 
  47. display it with a postscript previewer (i.e. ghostscript, pageview).
  48.  
  49. Phil
  50.  
  51.