diff options
author | Karl Berry <karl@freefriends.org> | 2009-01-16 00:29:31 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-01-16 00:29:31 +0000 |
commit | be34116da8467b287d374df4fa585801044941ad (patch) | |
tree | bd8b5aeccfaa3103aab7720e351cca0a1a82775c /Master/texmf-dist/doc/latex/sageep/sample.tex | |
parent | df3506977184393ac8fe131faf4e733c26591d06 (diff) |
new latex package sageep 1.0 (14jan09)
git-svn-id: svn://tug.org/texlive/trunk@11885 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/sageep/sample.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/sageep/sample.tex | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/sageep/sample.tex b/Master/texmf-dist/doc/latex/sageep/sample.tex new file mode 100644 index 00000000000..81b1a970fed --- /dev/null +++ b/Master/texmf-dist/doc/latex/sageep/sample.tex @@ -0,0 +1,65 @@ +\documentclass{sageep} +\usepackage{lipsum} +\usepackage{graphicx} +\begin{document} +\title{New Green Technology: A Method of Extracting Sun Energy From + Fresh Cucumbers} +\author{Sam U. Llaun, Academy of Lagado, Lagado, Balnibarbi} +\author{James Incandenza, Interdependence University, Boston, MA} +\maketitle + +\section{Abstract} + +\lipsum[1] + +\section{Discussion} + + + +\subsection{First Subsection} + +The use of PostScript fonts is described in +\cite{Schmidt04:PSNFSS9.2}. The popular \LaTeX{} manual is +\cite{Lamport94}. The use of \TeX{} in scientific +publishing\footnote{As well as in other publishing fields} was +discussed in \cite{Flynn01:TeXMassMarket}. + + +\begin{figure}[bhp] + \includegraphics{sageep_graphic2009} + \caption{SAGEEP Meeting} + \label{fig:sageep} +\end{figure} + +\begin{table}[htbp] + \caption{North American Paper Sizes} + \label{tab:paper} + \begin{tabular}{lll} + \hline + Size & in $\times$ in &mm $\times$ mm\\ + \hline + Letter &8.5 $\times$ 11 &216 $\times$ 279\\ + Legal &8.5 $\times$ 14 &216 $\times$ 356\\ + Junior Legal &8 x 5 &\\ + Ledger &17 $\times$ 11 &432 $\times$ 279\\ + Tabloid &11 $\times$ 17 &279 $\times$ 432\\ + \hline + \end{tabular} +\end{table} + + +\lipsum[2-5] + + +\subsection{Second Subsection} + +\lipsum[5-8] + +\section{Conclusions} + +\lipsum[9-10] + +\bibliography{sageep} +\bibliographystyle{sageep} + +\end{document} |