TeX: Difference between revisions

From Rosetta Code
Content added Content deleted
No edit summary
(Templating the reformation.)
 
(2 intermediate revisions by 2 users not shown)
Line 1:
[[Category:Encyclopedia]]'''{{TeX}}''' (the X stands for the greek Χ letter and so pronounced as ''ch'' in te''ch''nics, and written with a lowercase 'e' in imitation of the logo) is a [[wp:typesetting|typesetting]] language and system designed and mostly written by [[wp:Donald Knuth|Donald E. Knuth]].
 
See wikipedia [[wp:TeX|{{TeX}}]] for more.
 
Normally a ''bare'' {{TeX}} is hardly usable to typeset, so ''macro packages'' are often used. The basic macro package given as default is [[plainTeXPlainTeX|{{PlainTeX}}]]; a very common and widely used macro package is [[LaTeX|{{LaTeX}}]], but there are many.
 
* [http://hopl.murdoch.edu.au/findlanguages2.prx?language=PlainTeX&which=byname {{TeX}} on HOPL]

Latest revision as of 16:38, 18 December 2016

TeX (the X stands for the greek Χ letter and so pronounced as ch in technics, and written with a lowercase 'e' in imitation of the logo) is a typesetting language and system designed and mostly written by Donald E. Knuth.

See wikipedia TeX for more.

Normally a bare TeX is hardly usable to typeset, so macro packages are often used. The basic macro package given as default is Plain TeX; a very common and widely used macro package is LaTeX, but there are many.