Created
February 19, 2011 18:08
-
-
Save folsen/835233 to your computer and use it in GitHub Desktop.
test.tex.fleet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\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. | |
Ok, so now we have the number <(str number)> in out \LaTeX{} template. | |
Which we can use in the equations below. | |
% This is a comment; it is not shown in the final output. | |
% The following shows a little of the typesetting power of LaTeX: | |
\begin{align} | |
E &= mc^2 + <(str number)> \\ | |
m &= \frac{m_0}{\sqrt{1-\frac{v^2}{c^2}}} | |
\end{align} | |
\end{document} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment