We are still actively working on the spam issue.

Difference between revisions of "LaTeX"

From InstallGentoo Wiki
Jump to: navigation, search
m (category:file formats)
(7 intermediate revisions by 6 users not shown)
Line 1: Line 1:
 +
[[File:LaTex Logo.png|thumb| LaTeX Logo]]
 +
 
'''LaTeX''' (stylized as '''{{LaTeX}}''') is a document preparation system and document markup language. LaTeX uses the TeX typesetting program for formatting its output, and is itself written in the TeX macro language. LaTeX is not the name of a particular editing program, but refers to the encoding or tagging conventions that are used in LaTeX documents. LateX is very suitable for producing scientific and mathematical documents of high typographical quality. It is also suitable for producing all sorts of other documents, from simple letters to complete books.
 
'''LaTeX''' (stylized as '''{{LaTeX}}''') is a document preparation system and document markup language. LaTeX uses the TeX typesetting program for formatting its output, and is itself written in the TeX macro language. LaTeX is not the name of a particular editing program, but refers to the encoding or tagging conventions that are used in LaTeX documents. LateX is very suitable for producing scientific and mathematical documents of high typographical quality. It is also suitable for producing all sorts of other documents, from simple letters to complete books.
  
 
== Guides ==
 
== Guides ==
 
* [http://tobi.oetiker.ch/lshort/lshort.pdf Not So Short Introduction to LaTeX]
 
* [http://tobi.oetiker.ch/lshort/lshort.pdf Not So Short Introduction to LaTeX]
* [http://en.wikibooks.org/wiki/LaTeX LaTeX Wikibook]
+
* [https://en.wikibooks.org/wiki/LaTeX LaTeX Wikibook]
  
 
== Useful Tools ==
 
== Useful Tools ==
Line 11: Line 13:
  
 
== Popular LaTeX Distributions ==
 
== Popular LaTeX Distributions ==
There are a few different LaTeX distributions out there for various operating systems.  On GNU/Linux tex-live is a common distribution whereas MikTex was developed to run especially on Microsoft Windows.
 
  
A distribution also installs a few or quiet a few, depending on your choice, of packages for LaTeX to use.
+
Distributions make it easy to get started with LaTeX by bundling everything you need to get started.
 +
 
 +
* [https://www.tug.org/texlive/ TeX Live] - GNU/Linux
 +
* [http://miktex.org/ MiKTeX] - Windows
 +
* [https://www.tug.org/mactex/ MacTeX] - Mac OS X
 +
 
 +
== Editors ==
 +
* [http://www.xm1math.net/texmaker/ TeXMaker] - GNU/Linux, Mac OS X, Windows. Displays the document beside the code.
 +
* [http://vim-latex.sourceforge.net/ VIM-LaTex] - GNU/Linux, Mac OS X, Windows
 +
* [http://texstudio.sourceforge.net/ TeXstudio] - GNU/Linux, Mac OS X, Windows
 +
* [https://www.texpadapp.com/ Texpad] - Mac OS X
 +
* [https://www.sharelatex.com/ ShareLaTex] - Online editor
 +
 
 +
[[Category:Software]]
 +
[[Category: File formats]]

Revision as of 01:41, 26 February 2016

LaTeX Logo

LaTeX (stylized as LaTeX) is a document preparation system and document markup language. LaTeX uses the TeX typesetting program for formatting its output, and is itself written in the TeX macro language. LaTeX is not the name of a particular editing program, but refers to the encoding or tagging conventions that are used in LaTeX documents. LateX is very suitable for producing scientific and mathematical documents of high typographical quality. It is also suitable for producing all sorts of other documents, from simple letters to complete books.

Guides

Useful Tools

Popular LaTeX Distributions

Distributions make it easy to get started with LaTeX by bundling everything you need to get started.

Editors