A mathematical formula should never be "owned" by anybody! Mathematics belong to God.

(Donald E. Knuth)

Everything began with the composition language TeX (pronounced tech) designed by Donald E. Knuth for typesetting mathematical and scientific articles and books. It is capable of handling complex mathematical formulas as well as text. The language itself and the plain text source files are platform independent, which is a great advantage. Unfortunately the TeX usage is rather difficult.

This changed when Leslie Lamport built LaTeX (pronounced lah-tech) on TeX's foundation. LaTeX commands are much easier to use. Documents are now divided into logical units (abstract, sections, subsections, theorems, bibliography, etc.), whose placement and formatting is controlled by LaTeX. A mentionable feature is the automatic numbering system. If used correctly, you can change your document at will and LaTeX automatically renumbers the sections, theorems and equations in your article, and rebuilds the cross-references! This is invaluable if you are writing large scientific papers.

But LaTeX is not like your normal word processor, where you can change the content and immediately see the result. First the source file has to be compiled, which creates a DVI file ("DeVice Independent") that can now be viewed using a previewer like YAP. Sounds tricky, doesn't it? But it isn't. And you will get used to it. For learning the syntax, I refer to the literature paragraph below.

Most Unix systems provide a LaTeX system and an appropriate editor by default. The situation is different for Windows systems. Here you will need to install them separately. You will find links to the necessary software in the MiKTeX and the WinShell paragraph respectively.

Now to the crucial question: "Is it worth all the effort?"
Well, I would say "Yes! Without any doubt!". But you don't have to believe me. Just take a mathematical article (with lots of formulas please) and type it both in LaTeX and a traditional word processor (e.g. Microsoft Word with Equation 3.0). Then compare the results and answer the question for yourself...


up MiKTeX
MiKTeX (pronounced mick-tech) is an open source implementation of TeX for Windows systems. I'm using it myself and can recommend it. Apart from an easy installation it also features an update wizard, that helps you keeping the installed packages up-to-date.


up WinShell
WinShell is a free integrated development environment for easy working with LaTeX or TeX. It includes a text editor, different tool bars and user configuration options. It is not a LaTeX system. An additional LaTeX package for Windows is required, e.g. the above MiKTeX. It also features an integrated spell checker based on Hunspell.


up Literature
The following books represent my own little LaTeX library. The first one, Math into LaTeX, was my ticket to the world of LaTeX. And if you need to write mathematical papers or handouts, this is the book I would recommend buying. Unfortunately it is rather expensive.

[1]  George Grätzer, Math into LaTeX, 3rd Edition, Birkhäuser - Springer
[2]  Elke and Michael Niedermair, LaTeX - Das Praxisbuch, 2nd Edition, Franzis
[3]  Herbert Voß, PSTricks, 2nd Edition, Lehmanns - Dante
[4]  Matthias Kalle Dalheimer, LaTeX - kurz & gut, 2nd Edition, O'Reilly


up Templates
This paragraph is for all the people out there, who think that LaTeX is only suitable for scientific documents. For each template you will find the source code in a ZIP archive as well as a PDF version of the resulting document.
Important: the source files are designed for compilation with pdfLaTeX!

Business Card
An example of a business card. On this foundation you can create your own personal version.
zip business_card.zip (6 KB)     pdf business_card.pdf (25 KB)


DIN Standard letter
A german DIN standard business letter. All elements (return address for panel envelopes, your reference, my reference, the additional columns at the bottom of the page, etc.) can be disabled. Then it looks like a normal private letter.
zip DINletter.zip (6 KB)     pdf DINletter.pdf (43 KB)


© Copyright 2006–2024 Thorsten Bonato
Top up