home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / mac / programm / 14306 < prev    next >
Encoding:
Text File  |  1992-08-20  |  2.3 KB  |  50 lines

  1. Newsgroups: comp.sys.mac.programmer
  2. Path: sparky!uunet!cis.ohio-state.edu!zaphod.mps.ohio-state.edu!rpi!batcomputer!lynx.msc.cornell.edu!esther.msc.cornell.edu!maynard
  3. From: maynard@esther.msc.cornell.edu (Maynard J. Handley)
  4. Subject: Re: tcl/alpha/latex questions
  5. Message-ID: <1992Aug21.065129.7932@msc.cornell.edu>
  6. Sender: news@msc.cornell.edu
  7. Organization: Cornell-Materials-Science-Center
  8. References:  <1992Aug20.202923.14956@husc3.harvard.edu>
  9. Date: Fri, 21 Aug 1992 06:51:29 GMT
  10. Lines: 38
  11.  
  12. LaTeX is formatting "language" based on the TeX formatting language. You
  13. can ftp all the stuff you need to use LaTeX from midway.uchicago.edu in
  14. /pub/OzTeX. LaTeX is nothing like tcl. It is only concerned with describing
  15. the layout of your pages. But it will handles stuff like page breaks with
  16. far greater ease than tcl.
  17.  
  18. The advantages of LaTeX are
  19. 1) SUPERB quality output. Quite simply the best available in the world
  20. today.
  21. 2) Very easy handling of things like screen plays, through use of style
  22. files. I don't use a screenplay style file but they exist. If you ask over
  23. the net someone will tell you where to get one. 
  24.  
  25. Disadvantages are
  26. 1) Lots of disk space chewed up- around 10MB or so, though once you
  27. undertand how TeX works, you can remove a bit of this as unnecessary to
  28. you.
  29. 2) You will have to buy a book on LaTeX to learn how to use it. This will
  30. cost you about $20. I would recommend the book by Lesley Lamport (who
  31. created LaTeX.)
  32. Don't buy a book on TeX- most suck. Especially do not buy Knuth's book on
  33. TeX. You will learn nothing from it.
  34. 3) You will have to be prepared to invest some time in learning TeX and
  35. LaTeX- say a day or two, with constant referring to the manual for the
  36. first week.
  37. 4) It is possible to include pictures, but kinda a pain.
  38.  
  39. Personally I think it's worth the time, cost and disk space- you may not.
  40. One last thing- If you do take the time to learn LaTeX, once you are
  41. familiar with it and how to modify it, mail me asking about the New Font
  42. Selection Scheme. This is a collection of bits of stuff that make
  43. font-handling in LaTeX much easier, but installing them takes some
  44. knowledge of how TeX works, and if you don't understand TeX you will land
  45. up with a mess where nothing works anymore. One day the NFSS will be part
  46. of standard LaTeX as you get over FTP, but that day is not yet here.
  47.  
  48. Good luck,
  49. Maynard
  50.