Latex (text processing system)
| Original author(s) | Leslie Lamport |
|---|---|
| Platform | Cross-platform |
| Type | Typesetting |
| License | LaTeX Project Public License (LPPL) |
| Website | www.latex-project.org |
LaTeX is a system used for making printed text look good using a computer. It is especially good at making mathematical formulas look right. It is used on Wikipedia. It is used mostly at colleges.
The user types up a mathematical text in any program that changes or writes text (a text editor, like Word, Notepad, Wordpad, etc.). A computer program called a LaTeX compiler applies all sorts of formatting to the text to make it look nice. When the user writes the text, he includes some computer code to tell the compiler what to do. For example, adding " \alpha " will print the Greek letter alpha. Writing "\section{Introduction}" puts the word "Introduction" into big bold font with a number in front of it for a section title in a paper.
LaTeX was originally written in the early 1980s by Leslie Lamport at SRI International.[1] The current version is LaTeX2e (styled
).
Example [change]
The example below shows the LaTeX input and corresponding output:
References [change]
- ↑ Leslie Lamport (April 23, 2007). "The Writings of Leslie Lamport: LaTeX: A Document Preparation System". Leslie Lamport's Home Page. http://research.microsoft.com/users/lamport/pubs/pubs.html#latex. Retrieved 2011-08-17.