summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/estcpmm/sample.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/estcpmm/sample.tex')
-rw-r--r--Master/texmf-dist/doc/latex/estcpmm/sample.tex77
1 files changed, 77 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/estcpmm/sample.tex b/Master/texmf-dist/doc/latex/estcpmm/sample.tex
new file mode 100644
index 00000000000..714742f42e9
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/estcpmm/sample.tex
@@ -0,0 +1,77 @@
+\documentclass{estcpmm}
+\usepackage{lipsum}
+\begin{document}
+
+\frontmatter
+
+\logo[width=2in]{estcp}
+
+\title[Sample Project]{Minition Management Sample Project}
+\subtitle{Final Report}
+\date{December 2008}
+\projectno{234-567-789}
+\internalno{Internal Number: 123}
+\version{Sample-0-5-8}
+\author{A.~U. Thor, University of Laputa\\
+ C.~O. Rrespondent, Brobdingnag School of Technology}
+\maketitle
+
+\tableofcontents
+\listoffigures
+\listoftables
+
+
+\mainmatter
+
+\section{Introduction}
+\label{sec:intro}
+
+
+\lipsum[1-12]
+
+\begin{figure}
+ \centering
+ \includegraphics[width=2in]{red_corps_castle2}
+ \caption{US Army Corps of Engineers Logo}
+ \label{fig:castle}
+\end{figure}
+
+\section{Overview}
+
+\subsection{First Subsection}
+
+
+\lipsum[45-46]
+
+\begin{table}[htbp]
+ \centering
+ \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}
+ \caption{North American Paper Sizes}
+ \label{tab:paper}
+\end{table}
+
+
+\subsection{Second Subsection}
+
+\lipsum[36]
+
+\subsection*{Unnumbered Subsection}
+
+\lipsum[15]
+
+\section*{Unnumbered Section}
+
+\lipsum[76-90]
+
+
+\end{document}