home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / unix / aix / 9202 < prev    next >
Encoding:
Text File  |  1992-08-29  |  2.9 KB  |  67 lines

  1. Newsgroups: comp.unix.aix
  2. Path: sparky!uunet!mcsun!sunic!aun.uninett.no!nuug!tedoc!brox
  3. From: brox@corena.no (Bjorn P. Brox)
  4. Subject: Re: TeX previewers under AIX
  5. Message-ID: <Btqv66.Fv4@corena.no>
  6. Date: Sat, 29 Aug 1992 12:10:54 GMT
  7. References: <1992Aug28.072650.18390@aragorn.unibe.ch>
  8. Organization: CORENA A/S
  9. Keywords: TeX, previewers
  10. Lines: 55
  11.  
  12. In article <1992Aug28.072650.18390@aragorn.unibe.ch> haedener@iacrs1.unibe.ch writes:
  13. >In article <714971640@macbeth.cs.duke.edu>, hsg@duke.cs.duke.edu (Henry Greenside) writes:
  14. >|> Can anyone recommend good public TeX previewers that
  15. >|> work under AIX?  People here use xtex on Sun's but this
  16. >|> requires .PCF fonts that don't work on my RS/6000 340
  17. >|> with AIX 3.2.2, even after these fonts are stored in
  18. >|> the right spot.
  19. >|> 
  20. >|> What I am looking for is a previewer that can rapidly
  21. >|> display one full page of LaTeX output, including
  22. >|> embedded Postscript graphics. Local magnification would
  23. >   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  24. >
  25. >   if you want this to be handled, but not interpreted (displayed),
  26. >   use xdvi (from export.lcs.mit.edu);
  27. >
  28. >   if you want PS graphics to be interpreted as well, you need a
  29. >   PostScript interpreter (you will then be previewing .ps files,
  30. >   however, and not .dvi files and the previewing task is not
  31. >   specifically related to TeX anymore);
  32. >   ghostview/ghostscript (from prep.ai.mit.edu) is reaonably good
  33. >   at that.
  34. >
  35. This should be added to the aix-rs6000-faq:
  36.  
  37. Initially, you don't need ghostview/ghostscript on a RS6000 with AIX3.2.
  38. Display PostScript (DPS) is a part of AIX, and should be used, unless
  39. you run on a X-station, because it is faster, and does a better job
  40. than GhostScript.
  41.  
  42. Use xpreview (/usr/bin/xpreview) for displaying PostScript files, - it
  43. works like ghostview. You can also compile and use some of
  44. the DPS librarys and programs you get on the X11R5 contrib tape.
  45. Adobe System does also have a collection of DPS source code, included
  46. an EPSF preview.  You can get it from the Adobe PostScript File Server
  47. ps-file-server@adobe.com -s 'send Programs DPS_Adv_CliLib.tar.Zba'
  48.  
  49. The only drawback on DPS is:
  50.       - The collection of fonts is small (/usr/lpp/DPS/fonts/outlines),
  51.     but you can install as many fonts as you like in this directory..
  52.     The big collection on fonts you can get from ftp.cica.indiana.edu
  53.     (/pub/pc/win3/fonts/atm) can be used in DPS as well as in GhostScript.
  54.  
  55.       - It does only work on the console, not on X-stations (for now).
  56.       - No zoom functions in xpreview (easy to add?).
  57.  
  58. But: If you compile and install GhostScript, you should modify
  59. the Fontmap file to use the real PostScript Type1 fonts you have in the
  60. directory /usr/lpp/DPS/fonts/outlines, like this:
  61. /Times-Roman               (/usr/lpp/DPS/fonts/outlines/Times-Roman) ;
  62.  
  63.  
  64. -- 
  65. Bjorn Brox, CORENA A/S, Baneveien 38, N-3600 Kongsberg, NORWAY
  66. E-mail : brox@corena.no, Phone : +47 3 73 66 11, Fax : +47 3 73 68 77
  67.