LaTeX

Уикипедия — ашық энциклопедиясынан алынған мәлімет
Навигацияға өту Іздеуге өту


LaTeX
The LaTeX logo, typeset with LaTeX
Original author(s) Лесли Лэмпорт
Platform Кросс платформалы
Түрі Typesetting
License LaTeX Project Public License
Сайты www.latex-project.org

LaTeX () құжат мәтіндеу тілі. LaTeX бағдарламасын алғаш рет 1980 жылдары Лесли Лэмпорт SRI International зертханасанда ойлап тапты.[1]

Бүгінгі күнгі соңғы версиясы LaTeX2e. Бұл өнім LaTeX көпшілік жобасы лицензиясы (LaTeX Project Public License) негізінде тегін таратылады .

Мысалдары[өңдеу | қайнарын өңдеу]

Бұл мысалда LaTeXте терілген кодпен код жауабы көрсетіледі:

\documentclass[12pt]{article}
\usepackage{amsmath}
\title{\LaTeX}
\date{}
\begin{document}
  \maketitle
  \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, bibliographies,
  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
  \LaTeXe.

  % This is a comment; it will not be shown in the final output.
  % The following shows a little of the typesetting power of LaTeX:
  \begin{align}
    E &= mc^2                              \\
    m &= \frac{m_0}{\sqrt{1-\frac{v^2}{c^2}}}
  \end{align}
\end{document}
LaTeX output

Дереккөздер[өңдеу | қайнарын өңдеу]

  1. Leslie Lamport The Writings of Leslie Lamport: LaTeX: A Document Preparation System. Leslie Lamport's Home Page (сәуір 23, 2007). Тексерілді, 27 сәуір 2007.

Арғы оқылымдар[өңдеу | қайнарын өңдеу]

  • Griffiths David F. Learning LaTeX — Philadelphia: Society for Industrial and Applied Mathematics, 1997. — ISBN 0-89871-383-8.
  • Kopka Helmut Guide to LaTeX — 4th. — Addison-Wesley Professional, 2003. — ISBN 0-321-17385-6.
  • Lamport Leslie LaTeX: A document preparation system: User's guide and reference — 2nd. — Reading, Mass: Addison-Wesley Professional, 1994. — ISBN 0-201-52983-1.
  • Mittelbach Frank The LaTeX Companion — 2nd. — Addison-Wesley, 2004. — ISBN 0-201-36299-6.
  • Flynn Peter Formatting Information: A Beginner's Guide to LaTeX — 5th online. — Cork: Silmaril, 2011. — P. 193.

Сыртқы сілтемелер[өңдеу | қайнарын өңдеу]