The \year=2000 TeX calendar
Karpe writes "For those of you who don't read comp.text.tex, they are offering a calender for next year." Click below for more details - it's pretty cool.
" The TeX merchandising project proudly presents:
The \year=2000 TeX calendar
Features:
- Y2K compliant :-)
- format ISO A4
- 13 pages (12 month plus titel)
- each month with a picture by Duane Bibby from the books by Donald Knuth
- titel picture by Duane Bibby especially for this calendar
- protective cover and backcover
- wrap-around binding
- printed with 1200 dpi on 120g paper
This is a limited edition - it's printed on demand.
Price: DM 20 plus postage (3 DM Germany, 8 DM Europe, 16 DM rest of the world (air)).
Available \emph{now} from the TeX Merchandising Project.
The title picture and the calendarium can be seen at this web site
Eagerly awaiting your orders Martin"
Put simply, TeX brought typesetting to the masses. Knuth invented TeX because he was tired of sending manuscripts with complicated equations to the typesetter and getting back garbage. TeX allows anyone with a little patience and willpower to typeset virtually anything they want. (I use LaTeX, an extension to TeX, so my comments might only be applicable to LaTeX).
Advantages of TeX
There are many advantages of (La)TeX over other document creation systems.
I think that TeX is most appropriate for creating documents that clearly and simply convey information. It is the ideal tool for writing papers to be published in academic journals. Everything about TeX is designed with communication in mind. The default margins are wider than most other word processors. This is because people have a hard time reading wide columns of text. Look at any good book and count the number of words across a column. It will be the same as the number of words in a default TeX column.
Disadvantages of TeX
- There is a learning curve. TeX is a deep system. Learning TeX is a never-ending journey. Initially it can be painful and unproductive. Many people get discouraged.
- Using TeX is not interactive. TeX by itself is a "compiler". Given a source file, it produces an output file suitable for printing. Writing TeX can often become more frustrating than programming. Silly syntactic errors can stop the compile from completing. It gets old reTeXing after every change in your file.
- It is often hard to make formatting changes. The formatting system is complex. For example, to change margins or line spacing is not as simple as grabbing a slider.
- It is sometimes hard to tell what a given section of source file produces. \delta is different than seeing the delta symbol.
There are several expensive commercial systems based on TeX that provide an easy-to-use interface. There is also LyX, which is GPL. I do not have much experience with these, so I don't know effective they are.-Nathan Whitehead