Google
 
   
Login
Username:

Password:


Lost Password?

Register now!
Search
Main Menu
top books
Polls
What do you think about php-deluxe.net?
Excellent!
Cool
Hmm..not bad
What the hell is this?
encyclopedia
recommendation
compare webbrowser
Freenet DSL
Who's Online
12 user(s) are online (11 user(s) are browsing encyclopedia)

Members: 0
Guests: 12

more...
browser tip
Unix Befehle
manual of unix befehle
recommendation!
Sponsored
partner

LaTeX

: The Wiki markup used for formulae on Wikipedia uses LaTeX; see Texvc for details.

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, bibliography, 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 LaTeX2ε.

=Pronunciation=

LaTeX is usually pronounced LAY-tech or LAH-tech ( τεχνη (skill, art, technique). While TeX s creator Donald Knuth promoted the tech pronunciation, Lamport has said he doesn t favor or deprecate any pronunciation for LaTeX. It is traditionally printed with the special typographical logo shown on this page. In media where the logo cannot be precisely reproduced in running text, the word is typically given the unique capitalization LaTeX to avoid confusion with the word LaTeX .

=The typesetting system=

LaTeX is based on the idea that authors should be able to concentrate on writing within the logical structure of their document, rather than spending their time on the details of formatting . It encourages the separation of formatting from content, whilst still allowing manual typesetting adjustments where needed. By keeping the formatting details in a separate file from the text, it is often regarded as superior to word processors and most other desktop publishing systems, which allow trivially easy visual layout changes but tend to intertwine content and form so tightly that consistency and automation are often difficult. LaTeX also provides great flexibility in formatting while maintaining the identity of structure, which purely structural systems like SGML and XML do not directly address.

LaTeX can be arbitrarily extended by using the underlying macro language for developing custom formats. For example, there are numerous commercial implementations of the whole TeX system (which includes LaTeX), and vendors may offer extra features like phone support and additional typefaces. LyX is a visual document processor that uses LaTeX for a back-end. TeXmacs is a free, WYSIWYG editor with similar functionalities as LaTeX, but a different typesetting motor. A number of popular commercial Desktop_publishing systems use modified versions of the original TeX typesetting engine. The recent rise in popularity of XML systems and the demand for large-scale batch production of publication-quality typesetting from such sources has seen a steady increase in the use of LaTeX.

The example below shows an example of a LaTeX input (left) and output (right):

[http://sciencesoft.at/index.jsplink=latex&lang=en&wiki=1 Online LaTex], which uses this example.

=Community=

LaTeX was originally most commonly used by mathematicians and scientists, amongst whom it remains the favored tool for writing scientific paper, preprints, and books. Because of the underlying TeX system, originally developed for documents with mathematics, laying out mathematical expressions is considered to be easier, and the resulting typesetting of higher quality, than any competing document-processing systems. Many scientific journals and other publishers provide free LaTeX packages which implement their in-house typesetting styles.

The popularity of LaTeX in the technical and academic communities is perhaps partly due to its early availability on Unix systems, and the comparative unavailability of competing word processors on those platforms until recently. But from an early stage LaTeX was available on a wider range of hardware and software than any other program, and versions are now available for almost any system from Personal Digital Assistants to desktop PCs to supercomputers.

LaTeX is less popular than mainstream desktop publishing software outside the technical communities for several reasons. It is regarded as hard to learn for people with no previous experience of markup languages. Although it is very easy to customise the appearance of articles, books, and reports, using only a handful of instructions, it remains basically a typesetter for automating document production, not a manual page design program, so performing complex visual layouts incorporating multiple images is difficult. Another barrier to usage for many is the asynchronous interface used in most free versions, where editing is done in a different window from the typeset display. Several commercial implementations, however, use a synchronous typographic display like other DTP systems (as does the non-commercial and open source LyX). Alternatively, GNU TeXmacs is a free WYSIWYG editor which offers features similar to LaTeX, but based on a different typesetting engine.

=Licensing issues=

LaTeX is free software. It has a peculiar license called LaTeX Project Public License, not compatible with the GNU General Public License, that allows redistribution and modification, but requires that modified files carry a modified filename. This ensures that files that depend on other files will produce the expected behavior and avoids problems similar to DLL hell. A new version of the LPPL that will be compatible with the GPL is in the works.

=Frontends=

Because LaTeX markup code can be hard to remember and/or time consuming to learn, there are a few front ends to help:

*LEd: A free environment for rapid TeX/LaTeX document development under MS Windows ([http://www.latexeditor.org homepage]). *LyX: WYSIWYM (What you see is what you mean) IDE ([http://www.lyx.org/ homepage]).

  • ([http://kile.sourceforge.net/ homepage]).
  • *TeXnicCenter: IDE designed for MSWindows users under GPL ([http://www.toolscenter.org/ homepage]). *WinShell: Freeware IDE for Windows 9x/NT4.0/2000/XP ([http://www.winshell.de/ homepage]). *Scientific Letter: Commerce mail software with export to TeX/LaTeX ([http://www.sciletter.com/ homepage]).
  • driven web front end ([http://dev.baywifi.com/latex/ homepage]).
  • *WinEdt: Shareware IDE for Windows 9x/NT4.0/2000/XP ([http://www.winedt.com/ homepage]).
  • , with editor and output window ([http://www.uoregon.edu/~koch/texshop/texshop.html homepage]).
  • *Texmaker: Free cross-platform LaTeX editor. Runs on Windows, Mac OS X and Unix (GNU/Linux binary). Is released under the GPL license ([http://www.xm1math.net/texmaker/index.html homepage]).

    =Related=

  • TeXmacs A GPL, WYSIWYG, structured editor with similar features as LaTeX, but a different typesetting engine (with TeX/LaTeX import/export).
  • on MetaWiki. Contains a long list of mathematics related LaTeX tags
  • =External links=

    ==Community==

  • [http://www.latex-project.org/ Official LaTeX project site] web site for open development of LaTeX (you can also obtain a CVS snapshot of LaTeX3, the next version of LaTeX which is not yet released)
  • [http://www.tug.org/ The TeX Users Group]
  • [news:comp.text.tex comp.text.tex]. A Usenet newsgroup for (La)TeX related questions, comp.text.tex is an invaluable resource for (La)TeX. Search the archives with [http://groups.google.com/group/comp.text.tex Google Groups] before posting.
  • [irc://irc.freenode.net/#latex #latex] Internet relay chat chat room on Freenode
  • ==Periodicals==

  • The PracTeX Journal . Online journal of the TeX Users Group.
  • TUGBoat . Scientific journal of the TeX Users Group.
  • ==Tutorials/FAQs==

  • [http://www.lecb.ncifcrf.gov/~toms/latexforbeginners.html LaTeX for Beginners]
  • [http://people.ee.ethz.ch/~oetiker/lshort/lshort.pdf The Not So Short Introduction to LaTeX2e], or LaTeX2e in 133 minutes (2.21 Mebibyte Portable_Document_Format file).
  • [http://www.tex.ac.uk/cgi-bin/texfaq2htmlintroduction=yes The UK TeX FAQ] List of questions and answers that are frequently posted at comp.text.tex.
  • [http://www.ctan.org/tex-archive/info/beginlatex/ Formatting Information] Online book for beginners available in [http://www.ctan.org/tex-archive/info/beginlatex/html/index.html HTML] and [http://www.ctan.org/tex-archive/info/beginlatex/beginlatex-3.6.pdf PDF]
  • [http://www.maths.tcd.ie/~dwilkins/LaTeXPrimer/ LaTeX Primer] A basic guide to LaTeX.
  • [http://www.tug.org.in/tutorials.html Tutorials in LaTeX] Free manual distributed by the India TeX Users Group (TUG).
  • [ftp://ftp.ams.org/pub/tex/doc/amsmath/short-math-guide.pdf The AMS Short Math Guide for LaTeX] A concise summary of math formula typesetting features (PDF file).
  • [http://www.rna.nl/tex.html TeX on Mac OS X] Guide to using TeX and LaTeX on a Mac.
  • [http://www-h.eng.cam.ac.uk/help/tpl/textprocessing/ Text Processing using LaTeX]
  • [http://tex.loria.fr/index.html The (La)TeX encyclopaedia]
  • [http://www.giss.nasa.gov/latex/ Hypertext Help with LaTeX]
  • [http://www-h.eng.cam.ac.uk/help/tpl/textprocessing/ltxprimer-1.0.pdf LaTeX Tutorials: a Primer] (PDF file)
  • [http://www.comp.leeds.ac.uk/andyr/misc/latex/ Getting to Grips with LaTeX] Latex tutorials taking you from the very basics towards more advanced topics.
  • [http://www.math.auc.dk/~dethlef/Tips/preparation.html LaTeX, Emacs etc. for your PC] A useful and step-by-step guide to getting Miktex and Emacs working together on a Windows PC.
  • ==Add-on Packages==

  • [http://latex-beamer.sourceforge.net/ LaTeX-beamer] Create sophisticated, structured presentations and slides using LaTeX.
  • [http://www.ctan.org/tex-archive/macros/latex/contrib/powerdot/ powerdot] Another very good class for presentations.
  • [http://www.phil.cam.ac.uk/teaching_staff/Smith/LaTeX/nd.html bussproofs.sty (and others)] Setting natural deduction tree proofs.
  • [http://www.mcnabbs.org/andrew/linux/latexres/ Making a Resume in LaTeX] A LaTeX template with instructions for making an easily-maintained resume.
  • ==Reference==

  • [http://www.ctan.org The Comprehensive TeX Archive Network] Latest (La)TeX-related packages and software
  • [http://www.tug.org/tds/ TeX Directory Structure], used by many (La)TeX distributions
  • [http://www.math.missouri.edu/~stephen/naturalmath/ Natural Math] converts natural language math formulas to LaTeX representation
  • [http://www.ctan.org/tex-archive/info/l2tabu/english/l2tabuen.pdf Obsolete packages and commands]
  • [http://www.miktex.org/ MiKTeX] A popular and up-to-date TeX (including LaTeX) implementation for Windows.
  • The Companion is an excellent resource for intermediate to advanced LaTeX users. For those already somewhat familiar with LaTeX, this is probably the single most useful available book on the subject. The book website has the complete Table of Contents and a sample chapter available for download.