LaTeX

From Better Practices

Jump to: navigation, search

LaTeX (pronounced "lay tek" or "lah tek") is a document preparation system for high quality typesetting. The term typeset translates literally as set in type. The primary difference between a typesetting systems and word processors is that typesetting systems allow authors to focus on their content while providing presentation flexibility whereas the very nature of word processors tend to focus more (and generally not so well) on presentation. Since authors should initially be more concerned with their content rather than its presentation and since few authors possess an adequate understanding of typography needed to produce professional quality output, they should rely on the assistance of a typesetting system. Word processors simply omit too many details needed to attain this professional quality.

In the late 1970's Donald Knuth was revising the second volume of his The Art of Computer Programming series and was disgusted with the presentation of his work from the publisher. He then decided to develop a typesetting system, which he later called TeX (pronounced "tek"), that facilitated professional quality output. Since TeX is too low level for many users, in the mid 1980's Leslie Lamport created a collection of macros for the purpose of simplifying the use of TeX. This collection is known as LaTeX (as in "Lamport TeX")

Authors that prefer TeX, LaTeX, or any other TeX derivative over other typesetting systems or desktop publishing software generally do so because of TeX's superiority at presenting mathematics. LaTeX is now the de facto standard for the communication and publication of scientific documents, especially those containing mathematics.

Contents

[edit] Prerequisites

To get started using LaTeX, users may choose to use Troy Henderson's LaTeX Previewer instead of installing any additional software. The LaTeX Previewer takes LaTeX code snippets as input and displays a preview of the output. The output can be saved in a variety of image formats including EPS, PDF, and SVG.

The output of (La)TeX documents is a device independent (DVI) format, and this format can be converted to many types of other formats including PostScript (PS), Portable Document Format (PDF), Hypertext Markup Language (HTML), among others. PS and PDF are generally preferred for print where HTML is a nice format for onscreen viewing.

As an alternative to using the LaTeX Previewer, users may choose to install the standalone tools needed to edit, compile, and view LaTeX documents. The tools needed to use LaTeX include a text editor, (La)TeX engine, and a viewer. Below is a list of common tools used on different platforms.

[edit] Microsoft Windows


[edit] Linux


[edit] Mac


[edit] Resources

There is an abundance of documentation for LaTeX both on the web and purchasable books. A few resources are listed below.

[edit] Free online documentation


[edit] Popular LaTeX Books

  • The LaTeX Companion, second edition, Braams, Carlisle, Goossens, Mittelbach, and Rowley, (2004), ISBN: 0-201-36299-6
  • LaTeX for Everyone, Hahn, (1993), ISBN: 0-136-05908-2
  • Math into LaTeX, Gratzer, (2000), ISBN: 0-817-64131-9
Personal tools