What is LaTeX? It's a template system for typesetting documents. First, you prepare your manuscript in a "structured" source file, where you specify a template to produce a typeset version of your paper.
Source + Template → Final Typeset Text
In this system, the content of your document is separated from its format. This means that the same source document can be compiled into different formats by simply specifying a different set of styles. For example, let's look at one document element—the section heading: \section{Introduction}. When you apply the journal template, the section heading will be automatically put in the correct format. For instance.
The formatting of the section headings is just one example. When you apply a LaTeX template, all the other document elements will also be put into the correct format automatically. This includes the main text (e.g., single column or double column), the figure captions, the table titles, and the citations (e.g., superscript numerals1 or bracketed numbers [1]).
Another benefit of LaTeX is the ability to handle mathematical text easily. Instead of searching for a Greek letter in Word and manually italicizing it, LaTeX lets you simply write $\delta$ for δ and $\Delta$ for Δ. You can also easily handle more complicated mathematical expressions and symbols that would be a challenge in Word or its built-in equation editor.
LaTeX is a powerful tool for preparing documents, but a full introduction to the topic is beyond the scope of this article. If you'd like to get started learning LaTeX, we offer a free mini course.
Nowadays, LaTeX is frequently used in many academic fields. Although the use of LaTeX is nearly universal among academics in some subjects (particularly mathematics and computer science), few of us have had a formal class in its use. Because little formal training on LaTeX is given, most authors look to existing texts to see how to produce the desired effects. Such texts are readily available. For example, the arXiv e-print server hosts more than 1,000,000 papers, and LaTeX source can be downloaded for a large proportion of these.
Although this type of imitative learning has allowed widespread adoption of LaTeX, it has also resulted in certain techniques being copied so many times that it is not clear to authors that they are bad habits. In the remainder of this month's article, I'll describe these bad habits and show you what to do instead.