mirror of
https://github.com/filebrowser/filebrowser.git
synced 2025-05-09 11:42:57 +00:00

Former-commit-id: bdede6ed1b6f578f2ef046c338caf02d0b29d453 [formerly 7187de361b53e9c8ec121df379b762f2db736ea2] Former-commit-id: 447d58460fbbfd05ffe08428a1288e392637561d
22 lines
875 B
TeX
22 lines
875 B
TeX
\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} |