home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / windows / x / 16371 < prev    next >
Encoding:
Text File  |  1992-09-08  |  1.3 KB  |  43 lines

  1. Newsgroups: comp.windows.x
  2. Path: sparky!uunet!gatech!bloom-beacon!INTERNET!dont-send-mail-to-path-lines
  3. From: sinan@Mtesol.boeing.COM (Sinan Karasu)
  4. Subject: Re: DVI files.
  5. Message-ID: <9209082018.AA08517@mtesol>
  6. Sender: daemon@athena.mit.edu (Mr Background)
  7. Organization: The Internet
  8. Date: Tue, 8 Sep 1992 20:18:09 GMT
  9. Lines: 32
  10.  
  11.  
  12. TeX,LaTeX are Donald Knuths ( Yes the same one that wrote "Art of Computer
  13. Programming") typesetting package. Which converts statements like
  14.  
  15.  $\int_{-\infty}^{\infty} f(x) dx = 3$
  16.  
  17.  to a mathematical formula like 
  18.  
  19.  ^  8
  20.  |
  21.  |     f(x)dx=3
  22.  j -8 
  23.  
  24.  here 8 is infinity and -8 is -infinity and that weird thing
  25. on the left is an integral sign( this shows why we need TeX).
  26. DVI is a device independent graphics format that TeX uses.
  27. Look at it like a PostSript file in a way.
  28.  
  29. Now xtex I don't know about but xdvi is a program that
  30. takes DVI files and displays them on an x-terminal...
  31.  
  32.  Note: If you have read any articles published in any
  33. of IEEE Journals, they were most likely written using
  34. TeX. A(merican)M(athematical)S(ociety) papers are all
  35. written in TeX. So much so that Mathematica outputs 
  36. it's equations in TeX format if asked....
  37.  
  38.  TeX is in PD and is available from many distribution sites.
  39. University of Washington is a major site.Donald Knuth is
  40. at Stanford (still I believe)... If you need more info
  41. send me e-mail...
  42. Sinan
  43.