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