LaTeX
Original author(s) | Leslie Lamport |
---|---|
Initial release | 1984 |
Stable release | June 2024 LaTeX release[1]
/ 1 June 2024 |
Repository | |
Type | Typesetting |
License | LaTeX Project Public License (LPPL) |
Website | www |
LaTeX (/ˈlɑːtɛk/ LAH-tek or /ˈleɪtɛk/ LAY-tek,[2][Note 1] often stylized as LaTeX) is a software system for typesetting documents.[3] LaTeX markup describes the content and layout of the document, as opposed to the formatted text found in WYSIWYG word processors like Google Docs, LibreOffice Writer and Microsoft Word. The writer uses markup tagging conventions to define the general structure of a document, to stylise text throughout a document (such as bold and italics), and to add citations and cross-references. A TeX distribution such as TeX Live or MiKTeX is used to produce an output file (such as PDF or DVI) suitable for printing or digital distribution.
LaTeX is widely used in
LaTeX can be used as a standalone document preparation system, or as an intermediate format. In the latter role, for example, it is sometimes used as part of a pipeline for translating DocBook and other XML-based formats for PDF. 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 of tables and figures, chapter and section headings, graphics, page layout, indexing and bibliographies.
Like TeX, LaTeX started as a writing tool for mathematicians and computer scientists, but even from early in its development, it has also been taken up by scholars who needed to write documents that include complex math expressions or non-Latin scripts,[7] such as Arabic, Devanagari and Chinese.[8]
LaTeX is intended to provide a high-level, descriptive markup language to utilize TeX more easily. TeX handles the document layout, while LaTeX handles the content side for document processing. LaTeX comprises a collection of TeX macros and a program to process LaTeX documents, and because the plain TeX formatting commands are elementary, it provides authors with ready-made commands for formatting and layout requirements such as chapter headings, footnotes, cross-references and bibliographies.
LaTeX was originally written in the early 1980s by Leslie Lamport at SRI International.[9] The current version is LaTeX2e, first released in 1994 but incrementally updated starting in 2015. This update policy replaced earlier plans for a separate release of LaTeX3, which had been in development since 1989.[10] LaTeX is free software and is distributed under the LaTeX Project Public License (LPPL).[11]
History
LaTeX was created in the early 1980s by
Typesetting system
LaTeX attempts to follow the design philosophy of
The LaTeX system is a
align
environment provided by the amsmath
package to produce aligned equations).
To create a document in LaTeX, a user first creates a file, such as document.tex
, typically using a text editor.[14] The user then gives their document.tex
file as input to the TeX program (with the LaTeX macros loaded), which prompts TeX to write out a file suitable for onscreen viewing or printing.[15] This write-format-preview cycle is one of the chief ways in which working with LaTeX differs from the What-You-See-Is-What-You-Get (WYSIWYG) style of document editing. It is similar to the code-compile-execute cycle known to computer programmers. Today, many LaTeX-aware editing programs make this cycle a simple matter through the pressing of a single key, while showing the output preview on the screen beside the input window. Some online LaTeX editors even automatically refresh the preview,[16][17][18] while other online tools provide incremental editing in-place, mixed in with the preview in a streamlined single window.[19]
Example
The example below shows the input to LaTeX and the corresponding output from the system:
Pronouncing and writing "LaTeX"
The characters 'T', 'E', and 'X' in the name come from the
The name is printed in running text with a typographical logo: LaTeX.
In media where the logo cannot be precisely reproduced in running text, the word is typically given the unique capitalization LaTeX. Alternatively, the TeX, LaTeX[22] and XeTeX[23] logos can also be rendered via pure CSS and XHTML for use in graphical web browsers — by following the specifications of the internal \LaTeX
macro.[24]
Related software
As a macro package, LaTeX provides a set of macros for TeX to interpret. There are many other macro packages for TeX, including Plain TeX,
When TeX "compiles" a document, it follows (from the user's point of view) the following processing sequence: Macros → TeX → Driver → Output. Different implementations of each of these steps are typically available in TeX distributions. Traditional TeX will output a
There are also many editors for LaTeX, some of which are offline, source-code-based while others are online, partial-WYSIWYG-based. For more, see Comparison of TeX editors.
Compatibility and converters
LaTeX documents (*.tex
) can be opened with any text editor. They consist of plain text and contain no hidden formatting codes or binary information. TeX documents can also be shared by rendering the LaTeX file to other formats such as OpenDocument, XML, or class (*.cls
) files. LaTeX can also (and commonly is) rendered to PDF files using the LaTeX extension pdfLaTeX. LaTeX files containing Unicode text can be processed into PDFs with the inputenc
package, or by the TeX extensions XeLaTeX and LuaLaTeX.
- TeX4ht is a converter that can translate TeX and LaTeX documents to HTML and certain XML formats. It is now included preconfigured with all TeX distributions.
- HeVeA is a converter written in OCaml that converts LaTeX documents to HTML5. This way documents such as scientific papers, primarily typeset for printing, can be placed on the World Wide Web for online viewing. It is licensed under the Q Public License.[28]
- LaTeX2HTML is a converter written in Perl that converts LaTeX documents to HTML. It is licensed under GPL v2.[29] The latest updates are available from Comprehensive TeX Archive Network (CTAN).[30]
- LaTeX2RTF is a converter written in C that converts LaTeX documents to RTF. It is licensed under GPL v2 or later.[31]
- ePub ebooks, JATS, and TEI. It was developed at the National Institute of Standards and Technology by US Federal Government employees and is therefore in the public domain. It is available for free.[32]
- Pandoc is a "universal document converter" able to transform LaTeX (as well as other formats) into many different file formats, including HTML5, ePub, OpenDocument (
*.odt
), Microsoft Office Open XML (*.docx
), and even text with MediaWiki markup as used in Wikipedia. It is licensed under GPL v2.[33]
LaTeX has become the
- PNG, or HTML for embedding within a webpage.
- The Wikimedia Foundation uses MathJax to build Mathoid, a web service that uses Node.js to render math that is used in Wikipedia.[35]
- KaTeX is a JavaScript library for converting LaTeX to HTML and MathML. It is developed by Khan Academy, and is among the fastest LaTeX to HTML converters.[36]
Licensing
LaTeX is typically distributed along with plain
Versions
Filename extension |
.tex |
---|---|
Internet media type |
application/x-latex [Note 2] |
Initial release | 1994 |
Latest release | LaTeX2e 1994 |
Type of format | Document file format |
LaTeX2e is the current version of LaTeX, since it replaced LaTeX 2.09 in 1994.[38] As of 2020[update], LaTeX3, which started in the early 1990s, is under a long-term development project.[10] Planned features include improved syntax (separation of content from styling), hyperlink support, a new user interface, access to arbitrary fonts and a new documentation.[39] Some LaTeX3 features are available in LaTeX2e using packages,[40] and by 2020 many features have been enabled in LaTeX2e by default for a gradual transition.[10]
There are many commercial implementations of the entire TeX system. System vendors may add extra features like added
Many community-supported TeX distributions are available.
See also
- LyX - GUI front-end for LaTeX
- BibTeX – reference management software usually used with LaTeX
- Formula editor
- Help:Displaying a formula
- KaTeX
- List of document markup languages
- List of TeX extensions
- MathJax
- xdvi – software to view DVI files while using Unix
Notes
- ^ Also pronounced /ˈlɑːtɛx/ LAH-tekh or /ˈleɪtɛx/ LAY-tekh or /ˈleɪtɛks/LAY-tex.
- ^ Unregistered media type
References
- ^ "https://www.latex-project.org/news/latex2e-news/". LaTeX. Retrieved 29 June 2024.
{{cite web}}
: External link in
(help)|title=
- ^ "An introduction to LaTeX". LaTeX project. Retrieved 18 April 2016.
- ^ OCLC 12550262.
- ^ "What are TeX, LaTeX and friends?".
- ^ S2CID 201097782.
- ^ Markin, Pablo (1 November 2017). "LaTeX, Open Source Software, Facilitates the Adoption of Open Access by Authors, Repositories and Journals". OpenScience. Retrieved 5 November 2017.
- ^ "Multilingual typesetting on Overleaf using babel and fontspec". Retrieved 2022-04-09.
- ^ "Chinese". www.overleaf.com. Retrieved 2020-12-30.
- ^ Leslie Lamport (April 23, 2007). "The Writings of Leslie Lamport: LaTeX: A Document Preparation System". Leslie Lamport's Home Page. Retrieved 2007-04-27.
- ^ a b c d "Quo vadis LaTeX(3) Team — A look back and at the upcoming years" (PDF). www.latex-project.org. Retrieved 2023-06-09.
- ^ "LaTeX - A document preparation system". www.latex-project.org. Retrieved 2019-07-20.
- ^ a b Lamport, Leslie (2024-04-29). "My Writings" (PDF). pp. 48–49. Archived (PDF) from the original on 2024-06-09. Retrieved 2024-06-09.
- ^ The design of LaTeX owes something to earlier markup systems such as Scribe.
- ^ Van Dyke, Jackson. "Getting started with LaTeX and Vim" (PDF). Retrieved 21 February 2024.
- ^ PDF output is common, but TeX can output other formats such as DVI ("Device independent" format). See below for more detail about outputs.
- ^ "Overleaf".
- ^ "Seeveeze".
- ^ "LaTeX Base".
- ^ "Authorea".
- ^ Donald E. Knuth, The TeXbook, Addison–Wesley, Boston, 1986, p. 1.
- ^ Lamport (1994), p 5
- ^ O'Connor, Edward. "TeX and LaTeX logo POSHlets". Archived from the original on 2007-10-11. Retrieved 2008-04-21.
- ^ Taraborelli, Dario. "CSS-driven TeX logos". Archived from the original on 2017-09-01. Retrieved 2008-04-21.
- ^ 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.
- ^ "pdfTeX - TeX Users Group". www.tug.org. Retrieved 2019-07-20.
- ^ "XeTeX - TeX Users Group". www.tug.org. Retrieved 2019-07-20.
- ^ "LuaTeX". Retrieved 2023-07-18.
- ^ Website http://hevea.inria.fr/
- ^ According to LICENSE file in the source repository.
- ^ "CTAN: Package latex2html". ctan.org.
- ^ "CTAN: /tex-archive/support/latex2rtf". ctan.org.
- ^ "LaTeXML A LaTeX to XML/HTML/MathML Converter". dlmf.nist.gov. Retrieved 2018-08-18.
- ^ "Pandoc - About pandoc". pandoc.org.
- PMID 25526083.
- ISBN 978-3-319-08433-6.
- ^ "KaTeX – The fastest math typesetting library for the web". katex.org.
- ^ "The LaTeX project public license". www.latex-project.org. Retrieved 2019-07-20.
- ^ Scavo, Tom. "TeX, LaTeX, and AMS-LaTeX". Archived from the original on 3 December 1998. Retrieved 6 September 2018.
- ^ Frank Mittelbach, Chris Rowley (January 12, 1999). "The LaTeX3 Project" (PDF). Retrieved 2007-07-30.
- ^ Wright, Joseph. "Why is LaTeX3 taking so long to come out?". TeX - LaTeX Stack Exchange.
- ^ "LyX: What is LyX?". www.lyx.org. Retrieved 2019-07-20.
- ^ "Welcome to GNU TeXmacs (FSF GNU project)". www.texmacs.org.
Further reading
- Flynn, Peter (2017) [2002]. Formatting Information: A Beginner's Guide to LaTeX (7th online ed.). Cork: Silmaril. p. 193.
- Griffiths, David F.; Highman, David S. (1997). Learning LaTeX. Philadelphia: Society for Industrial and Applied Mathematics. ISBN 0-89871-383-8.
- Kopka, Helmut; Daly, Patrick W. (2003). Guide to LaTeX (4th ed.). Addison-Wesley Professional. ISBN 0-321-17385-6.
- ISBN 0-201-52983-1.
- Mittelbach, Frank; Goossens, Michel (2004). The LaTeX Companion (2nd ed.). Addison-Wesley. ISBN 0-201-36299-6.