LaTeX
Қазақ Энциклопедиясы жобасынан алынған мәлімет
17:57, 2016 ж. наурыздың 23 кезіндегі Нұрлан Рахымжанов (Талқылауы) істеген түзету
LaTeX (50px) құжат мәтіндеу тілі. LaTeX бағдарламасын алғаш рет 1980 жылдары Лесли Лэмпорт SRI International зертханасанда ойлап тапты.<ref>Үлгі:Cite web</ref>
Бүгінгі күнгі соңғы версиясы LaTeX2e. Бұл өнім LaTeX көпшілік жобасы лицензиясы (LaTeX Project Public License) негізінде тегін таратылады .
Мысалдары
Бұл мысалда LaTeXте терілген кодпен код жауабы көрсетіледі:
| <syntaxhighlight lang="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} </syntaxhighlight> |
LaTeX output |
Дереккөздер
<references/>