Portland Biophysics Society:testdocument: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
(New page: {{Template:PBS navigation}} {| width="800px" cellpadding="10" style="border:8px solid #99cc66;" \documentclass[12pt]{article} \usepackage{amsmath} \title{\LaTeX} \date{} \begin{document}...)
 
No edit summary
Line 1: Line 1:
{{Template:PBS navigation}}
{| width="800px" cellpadding="10" style="border:8px solid #99cc66;"
\documentclass[12pt]{article}
\documentclass[12pt]{article}
\usepackage{amsmath}
\usepackage{amsmath}
\title{\LaTeX}
\title{\Test Document}
\date{}
\date{}
\begin{document}
\begin{document}
   \maketitle  
   \maketitle  
  \LaTeX{} is a document preparation system for the \TeX{}
 
  typesetting program. It offers programmable desktop publishing
   % This is where the body text of the document begins
  features and extensive facilities for automating most aspects of
   \Test page for PBS.
  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 is not 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}
\end{document}
|}

Revision as of 08:51, 27 October 2010

\documentclass[12pt]{article} \usepackage{amsmath} \title{\Test Document} \date{} \begin{document}

 \maketitle 
 % This is where the body text of the document begins
 \Test page for PBS.

\end{document}