Jump to content

LaTeX

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Whaatt (talk | contribs) at 19:31, 12 June 2012 (Titles should not be formatted.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Template:LaTeX
Original author(s)Leslie Lamport
Repository
PlatformCross-platform
TypeTypesetting
License[[LaTeX Project Public License|Template:LaTeX Project Public License]] (LPPL)
Websitewww.latex-project.org

Template:LaTeX (pronounced /[invalid input: 'icon']ˈltɛk/, /ˈltɛx/, /ˈlɑːtɛx/, or /ˈlɑːtɛk/) is a document markup language and document preparation system for the [[TeX|Template:TeX]] typesetting program. The term Template:LaTeX refers only to the language in which documents are written, not to the editor used to write those documents. In order to create a document in Template:LaTeX, a .tex file must be created using some form of text editor. While most text editors can be used to create a Template:LaTeX document, a number of editors have been created specifically for working with Template:LaTeX.

Template:LaTeX is widely used in academia.[1][2] As a primary or intermediate format, e.g., translating DocBook and other XML-based formats to PDF, Template:LaTeX is used because of the high quality of typesetting achievable by Template:TeX. The typesetting system offers programmable desktop publishing features and extensive facilities for automating most aspects of typesetting and desktop publishing, including numbering and cross-referencing, tables and figures, page layout and bibliographies.

Template:LaTeX is intended to provide a high-level language that accesses the power of Template:TeX. Template:LaTeX essentially comprises a collection of Template:TeX macros and a program to process Template:LaTeX documents. Because the Template:TeX formatting commands are very low-level, it is usually much simpler for end-users to use Template:LaTeX.

Template:LaTeX was originally written in the early 1980s by Leslie Lamport at SRI International.[3] It has become an important method for using Template:TeX.[citation needed] The current version is Template:LaTeX2e.

As it is distributed under the terms of the [[LaTeX_Project_Public_License|Template:LaTeX Project Public License (LPPL)]], Template:LaTeX is free software.

Typesetting system

Template:LaTeX is based on the idea that authors should be able to focus on the content of what they are writing without being distracted by its visual presentation. In preparing a Template:LaTeX document, the author specifies the logical structure using familiar concepts such as chapter, section, table, figure, etc., and lets the Template:LaTeX system worry about the presentation of these structures. It therefore encourages the separation of layout from content while still allowing manual typesetting adjustments where needed. This is similar to the mechanism by which many word processors allow styles to be defined globally for an entire document or the use of Cascading Style Sheets to style HTML.

Template:LaTeX can be arbitrarily extended by using the underlying macro language to develop custom formats. Such macros are often collected into packages, which are available to address special formatting issues such as complicated mathematical content or graphics. Indeed, in the example below, the align environment is provided by the amsmath package.

Examples

The example below shows the Template:LaTeX input and corresponding output:

\documentclass[12pt]{article}
\usepackage{amsmath}
\title{\LaTeX}
\date{}
\begin{document}
  \maketitle
  \LaTeX{} is a document preparation system for the \TeX{}
  typesetting program. It offers programmable desktop publishing
  features and extensive facilities for automating most aspects of
  typesetting and desktop publishing, including numbering and
  cross-referencing, tables and figures, page layout, bibliographies,
  and much more. \LaTeX{} was originally written in 1984 by Leslie
  Lamport and has become the dominant method for using \TeX; few
  people write in plain \TeX{} anymore. The current version  is
  \LaTeXe.

  % This is a comment; it will not be shown in the final output.
  % The following shows a little of the typesetting power of LaTeX:
  \begin{align}
    E &= mc^2                              \\
    m &= \frac{m_0}{\sqrt{1-\frac{v^2}{c^2}}}
  \end{align}
\end{document}
Template:LaTeX output

Pronouncing and writing "Template:LaTeX"

Template:LaTeX can also be used to produce vector graphics.

Template:LaTeX is usually pronounced /ˈltɛk/ or /ˈlɑːtɛk/ in English (that is, not with the /ks/ pronunciation English speakers normally associate with X, but with a /k/). The characters T, E, X in the name come from capital Greek letters tau, epsilon, and chi, as the name of [[TeX|Template:TeX]] derives from the Greek: τέχνη (skill, art, technique); for this reason, Template:TeX's creator Donald Knuth promotes a pronunciation of /ˈtɛx/ (tekh)[4] (that is, with a voiceless velar fricative as in Modern Greek, similar to the last sound of the German word "Bach", the Spanish "j" sound, or as ch in loch). Lamport, on the other hand, has said he does not favor or discourage any pronunciation for Template:LaTeX.

The name is traditionally printed in running text with a special typographical logo: Template:LaTeX. In media where the logo cannot be precisely reproduced in running text, the word is typically given the unique capitalization LaTeX. The Template:TeX, Template:LaTeX[5] and XeTeX[6] logos can be rendered via pure CSS and XHTML for use in graphical web browsers following the specifications of the internal \LaTeX macro.[7]

Licensing

Template:LaTeX is typically distributed along with plain [[TeX|Template:TeX]]. It is distributed under a free software license, the [[LaTeX Project Public License|Template:LaTeX Project Public License]] (LPPL). The LPPL is not compatible with the GNU General Public License, as it requires that modified files must be clearly differentiable from their originals (usually by changing the filename); this was done to ensure that files that depend on other files will produce the expected behavior and avoid dependency hell. The LPPL is DFSG compliant as of version 1.3. As free software, Template:LaTeX is available on most operating systems including UNIX (Mac OS X, Solaris, BSDs, OpenSolaris), UNIX system–like OS (GNU/Linux), Microsoft Windows, RISC OS and AmigaOS.

As a macro package, Template:LaTeX provides a set of macros for Template:TeX to interpret. There are many other macro packages for Template:TeX, including Plain Template:TeX, GNU Texinfo, AMSTeX, and ConTeXt.

When Template:TeX "compiles" a document, it follows (from the user's point of view) the following processing sequence: Macros > Template:TeX > Driver > Output. Different implementations of each of these steps are typically available in Template:TeX distributions. Traditional Template:TeX will output a DVI file, which is usually converted to a PostScript file. More recently, Hàn Thế Thành and others have written a new implementation of Template:TeX called pdfTeX, which also outputs to PDF and takes advantage of features available in that format. The XeTeX engine developed by Jonathan Kew merges modern font technologies and Unicode with Template:TeX.

The default font for Template:LaTeX is Knuth's Computer Modern, which gives default documents created with Template:LaTeX the same distinctive look as those created with plain Template:TeX. XeTeX allows the use of OpenType and TrueType (that is, outlined) fonts for output files.

There are also many [[Comparison of TeX editors|editors for Template:LaTeX]].

Versions

Template:LaTeX2e is the current version of Template:LaTeX. As of 2012, a future version called LaTeX3, started in the early 1990s, is still in development.[8] Planned features include improved syntax, hyperlink support, a new user interface, access to arbitrary fonts, and new documentation.[9]

There are numerous commercial implementations of the entire Template:TeX system. System vendors may add extra features like additional typefaces and telephone support. LyX is a free, WYSIWYM visual document processor that uses Template:LaTeX for a back-end. TeXmacs is a free, WYSIWYG editor with similar functionalities as Template:LaTeX but a different typesetting engine. Other WYSIWYG editors that produce Template:LaTeX include Scientific Word on MS Windows.

A number of Template:TeX distributions are available, including TeX Live (multiplatform), teTeX (deprecated in favour of TeX Live, UNIX), fpTeX (deprecated), MiKTeX (Windows), proTeXt (Windows), MacTeX (TeX Live with the addition of Mac specific programs), gwTeX (Mac OS X), OzTeX (Mac OS Classic), AmigaTeX (no longer available) Latexian (Mac OS X) and PasTeX (AmigaOS, available on the Aminet repository).

Compatibility

Template:LaTeX documents (*.tex) can be opened with any text editor, including Microsoft Word and OpenOffice.org Writer. Additionally, Template:TeX documents can be shared by converting the Template:LaTeX file to Rich Text Format (.rtf) or XML. This can be done using the free software programs LaTeX2RTF or TeX4ht. Template:LaTeX can also be converted to PDF files and shared with anyone.

See also

References

  1. ^ "What are TeX, LaTeX and friends?".
  2. ^ Alexia Gaudeul (March 27, 2006). "Do Open Source Developers Respond to Competition?: The (La)TeX Case Study". SSRN 908946. {{cite journal}}: Cite journal requires |journal= (help)
  3. ^ Leslie Lamport (April 23, 2007). "The Writings of Leslie Lamport: LaTeX: A Document Preparation System". Leslie Lamport's Home Page. Retrieved 2007-04-27.
  4. ^ Donald E. Knuth, The TeXbook, Addison–Wesley, Boston, 1986, p. 1.
  5. ^ O'Connor, Edward. "TeX and LaTeX logo POSHlets". Retrieved 2008-04-21.
  6. ^ Taraborelli, Dario. "CSS-driven TeX logos". Retrieved 2008-04-21.
  7. ^ Walden, David (2005-07-15). "Travels in TeX Land: A Macro, Three Software Packages, and the Trouble with TeX". The PracTeX journal (3). Retrieved 2008-04-21.
  8. ^ See e.g. bubl.ac.uk
  9. ^ Frank Mittelbach, Chris Rowley (January 12, 1999). "The LaTeX3 Project" (PDF). Retrieved 2007-07-30.

Further reading

  • Griffiths, David F. (1997). Learning LaTeX. Philadelphia: Society for Industrial and Applied Mathematics. ISBN 0-89871-383-8. {{cite book}}: Unknown parameter |coauthors= ignored (|author= suggested) (help)
  • Kopka, Helmut (2003). Guide to LaTeX (4th ed.). Addison-Wesley Professional. ISBN 0-321-17385-6. {{cite book}}: Unknown parameter |coauthors= ignored (|author= suggested) (help)
  • Lamport, Leslie (1994). LaTeX: A document preparation system: User's guide and reference. illustrations by Duane Bibby (2nd ed.). Reading, Mass: Addison-Wesley Professional. ISBN 0-201-52983-1.
  • Mittelbach, Frank (2004). The LaTeX Companion (2nd ed.). Addison-Wesley. ISBN 0-201-36299-6. {{cite book}}: Unknown parameter |coauthors= ignored (|author= suggested) (help)
  • Flynn, Peter (2011) [2002]. Formatting Information: A Beginner's Guide to LaTeX (5th online ed.). Cork: Silmaril. p. 193.