LaTeX: Difference between revisions

From Rosetta Code
Content added Content deleted
(Summary of LaTeX)
 
m (modified presentation, added category)
Line 1: Line 1:
[[Category:LaTeX]]
LaTeX is a document preparation language (markup language) written by Lamport (1985, 1994) to allow authors to create documents to be typeset using the [[TeX]] typesetting language (Knuth: 1978, 1982), without having to know the internal details of TeX. Further details from the [http://www.tug.org/ TeX Users Group].

'''LaTeX''' is a document preparation language (markup language) written by Lamport (1985, 1994) to allow authors to create documents to be typeset using the [[TeX]] typesetting language (Knuth: 1978, 1982), without having to know the internal details of TeX. For further details please see the links below.

==See Also==
* [http://www.tug.org TeX Users Group]

Revision as of 18:56, 25 January 2007


LaTeX is a document preparation language (markup language) written by Lamport (1985, 1994) to allow authors to create documents to be typeset using the TeX typesetting language (Knuth: 1978, 1982), without having to know the internal details of TeX. For further details please see the links below.

See Also