The not so Short Introduction to LaTeX (69 Pages) V2.2 ------------------------------------------------------------------------ by Tobias Oetiker 25/01/1996 If you want to learn how to write your documents with LaTeX, this introduction is for you. It is not about setting up a LaTeX system. While it is not as comprehensive as Lamport's book, it should be sufficient in most cases. To print the document, there are several possibilities: a) Copy one of the ps files to your printer: lshort2e.600.ps A4/600 dpi lshort2e.300.ps A4/300 dpi lshort2e.600.d.ps A4/600 dpi/booklet/duplex b) Print the lshort2e.dvi file with a dvi-driver. (You need to have the AMS math fonts installed your system. If you don't, your dvi-driver will complain.) c) Rebuild the whole document from scratch by LaTeXing lshort2e.tex. (If you don't have the AMS classes installed, the relevant parts of the document will be left out, but it will format without problem. After latexing the document twice, you should use makeindex to generate a new index file. The preformatted versions of the document are set for double sided printing on A4 paper. If you want a single sided version, you need to remove "twoside" from the parameters of the \documentclass command in lshort2e.tex. To produce a small booklet (A5) you can use the pre generated ps file of you can use your dvi-driver to shrink the output and the using pstops to paste the resulting pages together in the right order. To produce a A5 Booklet, I recommend the following procedure, on the twoside lshort2e.dvi: *) dvips -x800 -P?? -olshort2e.ps lshort2e.dvi (?? is the name of the printer you want to print the booklet) *) pstops "4:-3L(27.8cm,-1.5cm)+0L(27.8cm,13.3cm)" lshort2e.ps p1.ps (p1.ps now contains the front pages) *) pstops "4:1L(27.8cm,-1.5cm)+-2L(27.8cm,13.3cm)" lshort2e.ps p2.ps (p2.ps contains the back pages) If have a doublex(shoprtbind) Printer: *) pstops "4:-3L(27.8cm,-1.5cm)+0L(27.8cm,13.3cm), ... 1L(27.8cm,-1.5cm)+-2L(27.8cm,13.3cm)" lshort2e.ps double.ps Cheers Tobias Oetiker oetiker@ee.ethz.ch PS: If you have any comment, or just find the book helpful, please let me know.