home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / text / tex / 9376 < prev    next >
Encoding:
Text File  |  1992-07-21  |  1.9 KB  |  42 lines

  1. Newsgroups: comp.text.tex
  2. Path: sparky!uunet!cs.utexas.edu!zaphod.mps.ohio-state.edu!moe.ksu.ksu.edu!ux1.cso.uiuc.edu!m.cs.uiuc.edu!vela!jafortun
  3. From: jafortun@vela.acs.oakland.edu (James Fortune)
  4. Subject: Ans. to R & N symbols and an xy plotter for tex
  5. Message-ID: <1992Jul22.005257.3794@vela.acs.oakland.edu>
  6. Keywords: Real, Natural, gnuplot
  7. Organization: Oakland University, Rochester MI.
  8. Date: Wed, 22 Jul 1992 00:52:57 GMT
  9. Lines: 31
  10.  
  11. For the R & N symbols the easiest solution is to notice that
  12. there is a font that contains these symbols.  I will have to
  13. look through my showfont pages to find it though, but it's there.
  14. Some people prefer to kern them together.
  15.  
  16. For an xy plotter for TeX the gnuplot program combined with the
  17. epsf macros work well for me.  gnuplot automatically configures
  18. to most standard terminal types.  Once you are done tweeking the
  19. plot you use 'set output' to choose a filename.eps and use the
  20. 'set term' command to select encapsulated postscript.  Then 'replot'
  21. to create an encapsulated postscript file.  The epsf macro can
  22. scale the size of the plot and include it easily into your document.
  23. gnuplot is freely available for most standard machines and c source
  24. is also provided.  Furthermore excellent documentation comes with the
  25. package.  I usually use epsf.sty with LaTeX but I think I remember seeing
  26. a separate macro for use with TeX.  The epsf macro is also freely
  27. available (My thanks to the gnuplot and epsf authors).  I think
  28. the epsf macros were part of the dvips package.  The MSDOS version
  29. of gnuplot can be obtained from sites that mirror simtel.  I'm sure
  30. someone will correct me if I have given any incorrect information.
  31.  
  32. JAF
  33.  
  34.  
  35.  
  36.  
  37. -- 
  38. James Fortune                  - There are many sides to every question
  39. Oakland University             - until you know the truth.  Then there's
  40. jafortun@vela.acs.oakland.edu  - only one.  --  C. S. Lewis
  41. Disclaimer: Not O.U. opinions  - 
  42.