Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
LaTeX
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{Redirect|LATEX|the polymer|Latex|5=Latex (disambiguation)}} {{Short description|Typesetting system}} {{Infobox software | name = LaTeX | logo = LaTeX project logo bird.svg | logo caption = The LaTeX Project logo | logo size = 240px | screenshot = | caption = | author = [[Leslie Lamport]] | developer = | released = {{Start date and age|1984|df=yes}} | latest release version = {{wikidata|property|edit|reference|P348}} | latest release date = {{start date and age|{{wikidata|qualifier|P348|P577}}}} | latest preview version = | latest preview date = <!-- {{Start date and age|202y|mm|dd}} --> | programming language = | platform = <!--Which?--> | size = | genre = [[Typesetting]] | license = [[LaTeX Project Public License]] (LPPL) | website = {{URL|https://www.latex-project.org}} }} '''LaTeX''' ({{IPAc-en|ˈ|l|ɑː|t|ɛ|k|audio=En-us-LaTeX.ogg}} {{Respell|LAH|tek}} or {{IPAc-en|ˈ|l|e:|t|ɛ|k}} {{Respell |LAY|tek}},<ref>{{Cite web |title=An introduction to LaTeX |url=//latex-project.org/intro.html |access-date=18 April 2016 |website=LaTeX project}}</ref>{{refn|group=Note|Also pronounced {{IPAc-en|ˈ|l|ɑː|t|ɛ|x}} {{Respell|LAH|tekh}} or {{IPAc-en|ˈ|l|e:|t|ɛ|x}} {{Respell |LAY|tekh}} or {{IPAc-en|ˈ|l|eɪ|t|ɛ|k|s}} {{Respell|LAY|tex}}.}} often stylized as '''{{Stylized LaTeX}}''') is a [[software system]] for [[typesetting]] documents.<ref name="Lamport1986">{{Cite book |last=Lamport |first=Leslie |title=LATEX: a document preparation system |date=1986 |publisher=Addison-Wesley Pub. Co |isbn=0-201-15790-X |oclc=12550262}}</ref> 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 language|markup]] tagging conventions to define the general structure of a document, to stylize text throughout a document (such as bold and italics), and to add [[citation]]s and [[cross-reference]]s. A [[TeX]] distribution such as [[TeX Live]] or [[MiKTeX]] is used to produce an output file (such as [[PDF]] or [[Device independent file format|DVI]]) suitable for printing or [[digital distribution]]. LaTeX is widely used in [[academia]] for the communication and publication of scientific documents and technical note-taking in many fields, owing partially to its support for complex mathematical notation.<ref>{{Cite web |title=What are TeX, LaTeX and friends? |url=//www.ctan.org/what_is_tex.html}}</ref><ref name="Gaudeul2006">{{Cite journal |last=Alexia Gaudeul |date=June 2007 |title=Do Open Source Developers Respond to Competition?: The (La)TeX Case Study |journal=Review of Network Economics |volume=6 |issue=2 |doi=10.2202/1446-9022.1119 |s2cid=201097782 |doi-access=free}}</ref> It also has a prominent role in the preparation and publication of books and articles that contain complex [[Multilingualism|multilingual materials]], such as Arabic and Greek.<ref>{{Cite web |last=Markin |first=Pablo |date=1 November 2017 |title=LaTeX, Open Source Software, Facilitates the Adoption of Open Access by Authors, Repositories and Journals |url=http://openscience.com/latex-open-source-software-facilitates-the-adoption-of-open-access-by-authors-repositories-and-journals/ |access-date=5 November 2017 |website=OpenScience}}</ref> LaTeX uses the TeX typesetting program for formatting its output, and is itself written in the TeX [[Macro (computer science)|macro]] language. 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 [[bibliography|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,<ref>{{Cite news |title=Multilingual typesetting on Overleaf using babel and fontspec |language=en |url=https://www.overleaf.com/learn/latex/Multilingual_typesetting_on_Overleaf_using_babel_and_fontspec |access-date=2022-04-09}}</ref><ref>{{Cite news |title=Babel: The multilingual framework to localize LaTeX, LuaLaTeX, XeLaTeX |language=en |url=https://latex3.github.io/babel/ |access-date=2024-11-09}}</ref> such as [[Arabic script|Arabic]], [[Devanagari]], and [[Chinese characters|Chinese]].<ref>{{Cite web |title=Chinese |url=https://www.overleaf.com/learn/latex/Chinese |access-date=2020-12-30 |website=www.overleaf.com |language=en}}</ref> 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]].<ref>{{Cite web |last=Leslie Lamport |date=April 23, 2007 |title=The Writings of Leslie Lamport: LaTeX: A Document Preparation System |url=//research.microsoft.com/users/lamport/pubs/pubs.html#latex |access-date=2007-04-27 |website=Leslie Lamport's Home Page}}</ref> 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.<ref name="Latex3planning">{{Cite web |title=Quo vadis LaTeX(3) Team — A look back and at the upcoming years |url=https://www.latex-project.org/publications/2020-FMi-TUB-tb128mitt-quovadis.pdf |access-date=2023-06-09 |website=www.latex-project.org}}</ref> LaTeX is [[free software]] and is distributed under the [[LaTeX Project Public License|LaTeX Project Public License (LPPL)]].<ref>{{Cite web |title=LaTeX - A document preparation system |url=https://www.latex-project.org/ |access-date=2019-07-20 |website=www.latex-project.org}}</ref> ==History== LaTeX was created in the early 1980s by [[Leslie Lamport]] when he was working at [[Stanford Research Institute]] (SRI). He needed to write TeX macros for his own use and thought that with a little extra effort, he could make a general package usable by others. Peter Gordon, an editor at [[Addison-Wesley]], convinced him to write a LaTeX user's manual for publication (Lamport was initially skeptical that anyone would pay money for it);<ref name="Lamport2018">{{Cite web |last=Lamport |first=Leslie |title=My Writings |pages=48–49 |date=2024-04-29 |url=http://research.microsoft.com/en-us/um/people/lamport/pubs/pubs.pdf |url-status=live |access-date=2024-06-09 |archive-url=https://web.archive.org/web/20240609192724/https://research.microsoft.com/en-us/um/people/lamport/pubs/pubs.pdf |archive-date=2024-06-09 }}</ref> it came out in 1986<ref name="Lamport1986"/> and sold hundreds of thousands of copies.<ref name="Lamport2018"/> Meanwhile, Lamport released versions of his LaTeX macros in 1984 and 1985. On 21 August 1989, at a TeX Users Group (TUG) meeting at Stanford, Lamport agreed to turn over maintenance and development of LaTeX to [[Frank Mittelbach]]. Mittelbach, along with Chris Rowley and Rainer Schöpf, formed the LaTeX3 team; in 1994, they released LaTeX2e, the current standard version. LaTeX3 has since been discontinued as a separate format and has become a programming layer within LaTeX2e since 2018.<ref name="Latex3planning"/> ==Typesetting system== LaTeX attempts to follow the design philosophy of [[Separation of presentation and content|separating presentation from content]], so that authors can focus on the content of what they are writing without attending simultaneously to its visual appearance. In preparing a LaTeX document, the author specifies the logical structure using simple, familiar concepts such as ''chapter'', ''section'', ''table'', ''figure'', etc., and lets the LaTeX system handle the formatting and layout of these structures. As a result, it encourages the separation of the layout from the content — while still allowing manual typesetting adjustments whenever needed. This concept is similar to the mechanism by which many [[word processor]]s allow styles to be defined globally for an entire document, or the use of [[Cascading Style Sheets]] in styling HyperText Markup Language ([[HTML]]) documents. The LaTeX system is a [[markup language]] that handles typesetting and rendering,<ref>The design of LaTeX owes something to earlier markup systems such as [[Scribe (markup language)|Scribe]].</ref> and can be arbitrarily extended by using the underlying [[macro language]] to develop custom macros such as new environments and commands. Such macros are often collected into ''packages,'' which could then be made available to address some specific typesetting needs such as the formatting of complex mathematical expressions or graphics (e.g., the use of the <code>align</code> environment provided by the <code>amsmath</code> package to produce aligned equations). To create a document in LaTeX, a user first creates a file, such as <code>document.tex</code>, typically using a [[text editor]].<ref>{{cite web |last1=Van Dyke |first1=Jackson |title=Getting started with LaTeX and Vim |url=https://web.ma.utexas.edu/users/vandyke/notes/getting_started_latex_vim/getting_started.pdf |access-date=21 February 2024}}</ref> The user then gives their <code>document.tex</code> 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.<ref>PDF output is common, but TeX can output other formats such as DVI ("Device independent" format).</ref> This write-format-preview cycle is one of the chief ways in which working with LaTeX differs from the [[WYSIWYG|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,<ref>{{Cite web |title=Overleaf |url=//www.overleaf.com}}</ref><ref>{{Cite web |title=Seeveeze |url=//www.seeveeze.com/}}</ref><ref>{{Cite web |title=LaTeX Base |url=//latexbase.com}}</ref> while other online tools provide incremental editing in-place, mixed in with the preview in a single window.<ref>{{Cite web |title=Authorea |url=//www.authorea.com/}}</ref> ==Example== The example below shows the input to LaTeX and the corresponding output from the system: <!-- Don't change the source code unless you know what you are doing and have checked that the output is the same or has been updated. --> <div class="noresize" style="overflow-x:auto"> {| class=wikitable ! Input || Output |- | <syntaxhighlight lang="latex" highlight="24"> \documentclass{article} % Starts an article \usepackage{amsmath} % Imports amsmath \title{\LaTeX} % Title \begin{document} % Begins a 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, not shown in final output. % The following shows typesetting power of LaTeX: \begin{align} E_0 &= mc^2 \\ E &= \frac{mc^2}{\sqrt{1-\frac{v^2}{c^2}}} \end{align} \end{document} </syntaxhighlight> || [[File:LaTeX example.svg|500px]] |} </div> ==Pronouncing and writing "LaTeX"== [[File:LaTeX logo.svg|thumb|100px|The LaTeX wordmark, typeset with LaTeX's <code>\LaTeX</code> macro]] {{See also|TeX#Pronunciation and spelling}} The characters 'T', 'E', and 'X' in the name come from the [[Greek alphabet|Greek]] [[capital letter]]s [[tau]], [[epsilon]], and [[chi (letter)|chi]], as the name of [[TeX]] derives from the {{langx|grc|τέχνη}} ('skill', 'art', 'technique'); for this reason, TeX's creator [[Donald Knuth]] promotes its pronunciation as {{IPAc-en|t|ɛ|x}} ({{respell|tekh}})<ref>Donald E. Knuth, ''The TeXbook'', Addison–Wesley, Boston, 1986, p. 1.</ref> (that is, with a [[voiceless velar fricative]] as in Modern Greek, similar to the ch in [[loch]]). Lamport remarks that "TeX is usually pronounced ''tech'', making ''lah''-tech, lah-''tech'', and ''lay''-tech the logical choices; but language is not always logical, so ''lay-tecks'' is also possible."<ref>Lamport (1994), p 5</ref> The name is printed in running text with a typographical [[logo]]: {{stylized 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,<ref>{{Cite web |last=O'Connor |first=Edward |title=TeX and LaTeX logo POSHlets |url=http://edward.oconnor.cx/2007/08/tex-poshlet |archive-url=https://web.archive.org/web/20071011230511/http://edward.oconnor.cx/2007/08/tex-poshlet |archive-date=2007-10-11 |access-date=2008-04-21}}</ref> and [[XeTeX]]<ref>{{Cite web |last=Taraborelli |first=Dario |title=CSS-driven TeX logos |url=http://nitens.org/taraborelli/texlogo |archive-url=https://web.archive.org/web/20170901040149/http://nitens.org/taraborelli/texlogo |archive-date=2017-09-01 |access-date=2008-04-21}}</ref> logos can also be rendered via pure [[CSS]] and [[XHTML]] for use in graphical [[web browser]]s — by following the specifications of the internal <code>\LaTeX</code> macro.<ref>{{Cite journal |last=Walden |first=David |date=2005-07-15 |title=Travels in TeX Land: A Macro, Three Software Packages, and the Trouble with TeX |url=//www.tug.org/pracjourn/2005-3/walden-travels/ |journal=The PracTeX Journal |issue=3 |access-date=2008-04-21}}</ref> ==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, [[GNU Texinfo]], [[AMSTeX]], and [[ConTeXt]]. 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 [[DVI (file format)|DVI]] file, which is usually converted to a [[PostScript]] file. In 2000, Hàn Thế Thành and others wrote an implementation of TeX called [[pdfTeX]], which also outputs to [[PDF]] and takes advantage of features available in that format.<ref>{{Cite web |title=pdfTeX - TeX Users Group |url=https://www.tug.org/applications/pdftex/ |access-date=2019-07-20 |website=www.tug.org}}</ref> The [[XeTeX]] engine developed by Jonathan Kew, on the other hand, merges modern font technologies and Unicode with TeX.<ref>{{Cite web |title=XeTeX - TeX Users Group |url=http://www.tug.org/xetex/ |access-date=2019-07-20 |website=www.tug.org}}</ref> [[LuaTeX]] is an extended version of pdfTeX using Lua as an embedded scripting language.<ref name=luatex>{{cite web| url=https://www.luatex.org/ | title=LuaTeX | access-date=2023-07-18}}</ref> ==Compatibility and converters== LaTeX documents (<code>*.tex</code>) can be opened with any text editor. They consist of plain text and contain no hidden formatting codes or [[binary file|binary]] information. TeX documents can also be shared by rendering the LaTeX file to other formats such as [[OpenDocument]], [[XML]], or class ({{code|*.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 <code>inputenc</code> 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]].<ref>Website http://hevea.inria.fr/</ref> * '''LaTeX2HTML'''<!--boldface per [[WP:R#PLA]]--> is a converter written in [[Perl]] that converts LaTeX documents to HTML. It is licensed under [[GNU General Public License|GPL]] v2.<ref>According to LICENSE file in the [https://github.com/latex2html/latex2html/ source repository].</ref> The latest updates are available from Comprehensive TeX Archive Network ([[CTAN]]).<ref>{{Cite web |title=CTAN: Package latex2html |url=https://ctan.org/pkg/latex2html |website=ctan.org}}</ref> * '''LaTeX2RTF'''<!--boldface per [[WP:R#PLA]]--> is a converter written in [[C (programming language)|C]] that converts LaTeX documents to [[Rich Text Format|RTF]]. It is licensed under GPL v2 or later.<ref>{{Cite web |title=CTAN: /tex-archive/support/latex2rtf |url=https://ctan.org/tex-archive/support/latex2rtf |website=ctan.org}}</ref> * [[LaTeXML]] is a converter written in Perl that converts LaTeX documents into a variety of XML-based formats, including HTML5 (with [[MathML]]), [[ePub]] ebooks, [[Journal Article Tag Suite|JATS]], and [[Text Encoding Initiative|TEI]]. It was developed at the [[National Institute of Standards and Technology]] by [[Copyright status of works by the federal government of the United States|US Federal Government employees and is therefore in the public domain]]. It is available for free.<ref>{{Cite web |title=LaTeXML A LaTeX to XML/HTML/MathML Converter |url=https://dlmf.nist.gov/LaTeXML/ |access-date=2018-08-18 |website=dlmf.nist.gov}}</ref> * [[Pandoc]] is a "universal document converter" able to transform LaTeX (as well as other formats) into many different file formats, including HTML5, ePub, OpenDocument (<code>*.odt</code>), Microsoft [[Office Open XML]] (<code>*.docx</code>), and even text with [[MediaWiki#Markup|MediaWiki markup]] as used in [[Wikipedia]]. It is licensed under GPL v2.<ref>{{Cite web |title=Pandoc - About pandoc |url=http://pandoc.org/ |website=pandoc.org}}</ref> LaTeX has become the [[de facto standard]] to typeset mathematical expression in scientific documents.<ref name="Gaudeul2006"/><ref>{{Cite journal |last1=Knauff |first1=Markus |last2=Nejasmic |first2=Jelica |date=December 19, 2019 |title=An Efficiency Comparison of Document Preparation Systems Used in Academic Research and Development |journal=PLOS ONE |volume=9 |issue=12 |pages=e115069 |doi=10.1371/journal.pone.0115069 |pmc=4272305 |pmid=25526083 |doi-access=free}}</ref> Hence, there are several conversion tools focusing on mathematical LaTeX expressions, such as converters to MathML or [[Computer Algebra System]]. * [[MathJax]] is a [[JavaScript]] library for converting LaTeX to MathML, picture formats including [[Scalable Vector Graphics|SVG]] and [[Portable Network Graphics|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.<ref>{{Cite conference |last1=Schubotz |first1=Moritz |last2=Wicke |first2=Gabriel |year=2014 |title=Mathoid: Robust, Scalable, Fast and Accessible Math Rendering for Wikipedia |conference=CICM |series=Lecture Notes in Computer Science |publisher=Springer |volume=8543 |pages=224–235 |arxiv=1404.6179 |doi=10.1007/978-3-319-08434-3_17 |isbn=978-3-319-08433-6 |book-title=Intelligent Computer Mathematics – International Conference}}</ref> * [[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.<ref>{{Cite web |title=KaTeX – The fastest math typesetting library for the web |url=https://katex.org/ |website=katex.org}}</ref> == Licensing == LaTeX is typically distributed along with plain [[TeX]] under a [[free software license|free software licence]]: the [[LaTeX Project Public License]] (LPPL).<ref>{{Cite web |title=The LaTeX project public license |url=https://www.latex-project.org/lppl/ |access-date=2019-07-20 |website=www.latex-project.org}}</ref> The LPPL is not [[License compatibility|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 [[Debian Free Software Guidelines]] (DFSG) compliant as of version 1.3. As [[free software]], LaTeX is available on most operating systems, which include [[Unix]] ([[Oracle Solaris|Solaris]], [[HP-UX]], [[AIX]]), [[BSD]] ([[FreeBSD]], [[macOS]], [[NetBSD]], [[OpenBSD]]), [[Linux]] ([[Red Hat Enterprise Linux|Red Hat]], [[Debian]], [[Arch Linux|Arch]], [[Gentoo Linux|Gentoo]]), [[Microsoft Windows|Windows]], [[DOS]], [[RISC OS]], [[AmigaOS]], and [[Plan 9 from Bell Labs|Plan 9]]. ==Versions== {{Infobox file format | name = | icon = | iconcaption = | icon_size = | screenshot = | screenshot_size = | caption = | _noextcode = | extension = .tex<!-- or: | extensions = --> | _nomimecode = | mime = application/x-latex{{refn|name=Unreg|group=Note|[[Media type#Unregistered tree|Unregistered media type]]}} | type code = | uniform_type = | conforms_to = | magic = | developer = | released = {{Start date and age|1994}} | latest_release_version = LaTeX2e | latest_release_date = {{Start date and age|1994}} | genre = [[Document file format]] | container_for = | contained_by = | extended_from = | extended_to = | standard = <!-- or: | standards = --> | free = }} LaTeX2e is the current version of LaTeX, since it replaced LaTeX 2.09 in 1994.<ref name=":1">{{Cite web |last=Scavo |first=Tom |title=TeX, LaTeX, and AMS-LaTeX |url=http://web.syr.edu/~trscavo/latex/latex-history.html |archive-url=https://web.archive.org/web/19981203013048/http://web.syr.edu/~trscavo/latex/latex-history.html |archive-date=3 December 1998 |access-date=6 September 2018}}</ref> {{As of|2020||df=}}, LaTeX3, which started in the early 1990s, is under a long-term development project.<ref name="Latex3planning"/> Planned features include improved syntax (separation of content from styling), [[hyperlink]] support, a new user interface, access to arbitrary fonts and a new documentation.<ref>{{Cite web |last=Frank Mittelbach, Chris Rowley |date=January 12, 1999 |title=The LaTeX3 Project |url=//www.latex-project.org/guides/ltx3info.pdf |access-date=2007-07-30}}</ref> Some LaTeX3 features are available in LaTeX2e using packages,<ref>{{Cite web |last=Wright |first=Joseph |title=Why is LaTeX3 taking so long to come out? |url=https://tex.stackexchange.com/a/986/ |website=TeX - LaTeX Stack Exchange}}</ref> and by 2020 many features have been enabled in LaTeX2e by default for a gradual transition.<ref name="Latex3planning"/> There are many commercial implementations of the entire TeX system. System vendors may add extra features like added [[typeface]]s and [[help desk|telephone support]]. [[LyX]] is a [[free software]], [[WYSIWYM]] visual document processor that uses LaTeX for a back-end.<ref>{{Cite web |title=LyX: What is LyX? |url=https://www.lyx.org/WhatIsLyX |access-date=2019-07-20 |website=www.lyx.org}}</ref> [[TeXmacs]] is a free, [[WYSIWYG]] editor with similar functionalities as LaTeX, but with a different typesetting engine.<ref>{{Cite web |title=Welcome to GNU TeXmacs (FSF GNU project) |url=https://www.texmacs.org/tmweb/home/welcome.en.html |website=www.texmacs.org}}</ref> Other WYSIWYG editors that produce LaTeX include [[Scientific Word]] on Windows and [[macOS]]. Many community-supported TeX distributions are available. ==See also== * [[LyX]] - GUI front-end for LaTeX {{Portal|Free and open-source software}} * [[List of document markup languages]] * [[List of TeX extensions]] * [[Comparison of TeX editors]] * [[BibTeX]] – [[reference management software]] usually used with LaTeX * [[Formula editor]] * [[KaTeX]] * [[MathJax]] * [[xdvi]] – software to view DVI files while using [[Unix]] * [[Help:Displaying a formula]] ==Notes== {{Reflist|group=Note}} ==References== {{Reflist}} ==Further reading== {{Refbegin}} * {{Cite book |last=Flynn |first=Peter |url=http://latex.silmaril.ie/formattinginformation/ |title=Formatting Information: A Beginner's Guide to LaTeX |publisher=Silmaril |year=2017 |edition=7th online |location=Cork |page=193 |orig-date=2002}} * {{Cite book |last1=Griffiths |first1=David F. |title=Learning LaTeX |last2=Highman, David S. |publisher=Society for Industrial and Applied Mathematics |year=1997 |isbn=0-89871-383-8 |location=Philadelphia}} * {{Cite book |last1=Kopka |first1=Helmut |title=Guide to LaTeX |last2=Daly, Patrick W. |publisher=Addison-Wesley Professional |year=2003 |isbn=0-321-17385-6 |edition=4th}} * {{Cite book |last=Lamport |first=Leslie |title=LaTeX: A document preparation system: User's guide and reference |publisher=Addison-Wesley Professional |others=illustrations by Duane Bibby |year=1994 |isbn=0-201-52983-1 |edition=2nd |location=Reading, Mass |author-link=Leslie Lamport}} * {{Cite book |last1=Mittelbach |first1=Frank |title=The LaTeX Companion |last2=Fischer, Ulrike |publisher=Addison-Wesley |year=2023 |isbn=978-0-13-465894-0 |edition=3rd}} Vol II: {{Cite book |last1=Mittelbach |first1=Frank |title=The LaTeX Companion |last2=Fischer, Ulrike |publisher=Addison-Wesley |year=2023 |isbn=978-0-201-36300-5 |edition=3rd}} {{Refend}} ==External links== {{Sister project links|wikt=no|commons=LaTeX|b=LaTeX|n=no|q=no|s=no|v=LaTeX|voy=no|species=no|d=Q5310}} * {{official website}} {{TeX navbox}} {{LaTeX navbox}} {{Ebooks}} {{Authority control}} {{DEFAULTSORT:Latex}} [[Category:1983 software]] [[Category:Declarative markup languages]] [[Category:Free TeX software]] [[Category:Free text editors]] [[Category:Free typesetting software]] [[Category:Typography software|Typesetting]] [[Category:Open formats]] [[Category:Software using the LaTeX Project Public License]] [[Category:SRI International software]] [[Category:Formula editors]]
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)
Pages transcluded onto the current version of this page
(
help
)
:
Template:As of
(
edit
)
Template:Authority control
(
edit
)
Template:Cite book
(
edit
)
Template:Cite conference
(
edit
)
Template:Cite journal
(
edit
)
Template:Cite news
(
edit
)
Template:Cite web
(
edit
)
Template:Code
(
edit
)
Template:Ebooks
(
edit
)
Template:IPAc-en
(
edit
)
Template:Infobox
(
edit
)
Template:Infobox file format
(
edit
)
Template:Infobox software
(
edit
)
Template:LaTeX navbox
(
edit
)
Template:Langx
(
edit
)
Template:Main other
(
edit
)
Template:Official website
(
edit
)
Template:Portal
(
edit
)
Template:Redirect
(
edit
)
Template:Refbegin
(
edit
)
Template:Refend
(
edit
)
Template:Reflist
(
edit
)
Template:Refn
(
edit
)
Template:Respell
(
edit
)
Template:See also
(
edit
)
Template:Short description
(
edit
)
Template:Sister project links
(
edit
)
Template:Stylized LaTeX
(
edit
)
Template:TeX navbox
(
edit
)
Template:Template other
(
edit
)