TeX: Difference between revisions
mNo edit summary |
No edit summary |
||
Line 34: | Line 34: | ||
====Text & programmers editors with TeX support==== | ====Text & programmers editors with TeX support==== | ||
* [[Boxer]] - LaTeX syntax highlighting support built in - Commercial - DOS and OS/2 versions discontinued, Win32 version still sold. | * [[Boxer]] - LaTeX syntax highlighting support built in - Commercial - DOS and OS/2 versions discontinued, Win32 version still sold. | ||
* [[Enhanced Editor]] - Has TeX syntax highlighting built in with some auto-formatting features, enhanced features available as a separate download. | |||
[[Category:Markup Languages]][[Category:Open Source Software]][[Category:Software written in Pascal]] | [[Category:Markup Languages]][[Category:Open Source Software]][[Category:Software written in Pascal]] |
Revision as of 21:31, 21 January 2016

The TeX typesetting language, alongside the Metafont font description language and the Computer Modern typeface family together constitute as typesetting system that is usually collectively known as TeX, and was primarily designed by Donald Knuth who released the original version in 1978. TeX and associated software packages with their Pascal source code are in the public domain, however all the names are trademarked so if you create a version of it you have to rename them.
There are a number of variants of TeX available for OS/2 and eComStation, and still more are easily ported to the system. However before you go ahead and commit to it as a typesetting system with its fairly steep learning curve you should be aware that the systems forté is really typesetting of mathematical formulæ. For other typesetting tasks the system has some really strange design choices that make some common tasks anywhere from annoyingly difficult to impossible.
Also be aware that TeX is as much a religious cult as it is software, that can make assurances from people on public forums about what it can and cannot do worth less than their face value. Do your own research.
Background and history
With the stated aim of allowing anybody and nobody to do high quality typesetting with the same results on any computer system and its public domain status, Tex immediately generated a lot of interest, especially in the scientific community and particularly in the in the mathematical sector. With its relatively low system requirements and well structured Pascal source, ports also appeared quickly for anything from mainframes to CP/M and other 8 bit microcomputers.
Software
Text & programmers editors with TeX support
- Boxer - LaTeX syntax highlighting support built in - Commercial - DOS and OS/2 versions discontinued, Win32 version still sold.
- Enhanced Editor - Has TeX syntax highlighting built in with some auto-formatting features, enhanced features available as a separate download.