summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/paper/testp.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-06-03 18:24:24 +0000
committerKarl Berry <karl@freefriends.org>2008-06-03 18:24:24 +0000
commit0fda812c86b5b3b821e53b78122c1b540c96433d (patch)
treef0c99e72f189258ab7fb51b8a24b04ca33d15f04 /Master/texmf-dist/doc/latex/paper/testp.tex
parent31447ea73242d73f1c85f1bf44589a7df3314027 (diff)
paper doc update (1jun08)
git-svn-id: svn://tug.org/texlive/trunk@8526 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/paper/testp.tex')
-rw-r--r--Master/texmf-dist/doc/latex/paper/testp.tex72
1 files changed, 72 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/paper/testp.tex b/Master/texmf-dist/doc/latex/paper/testp.tex
new file mode 100644
index 00000000000..701fa326e44
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/paper/testp.tex
@@ -0,0 +1,72 @@
+\documentclass[sfbold,]{paper}
+
+
+\begin{document}
+
+%\begin{titlepage}
+ \author{Leslie A. Aamport\thanks{to Peter}}
+ \title{The Gnats and Gnus\thanks{to Paul}}
+ \subtitle{A Document Preparation System\thanks{to Mary}}
+ \shortauthor{Aamport}
+ \shorttitle{The Gnats and Gnus}
+
+\maketitle
+
+ \begin{abstract}
+ Starting from a historical point of view \dots
+ \end{abstract}
+
+ \begin{keywords}
+ Gnats, Gnus
+ \end{keywords}
+
+%\end{titlepage}
+
+
+\section{Why Gnu}
+
+According to \cite{book-full}\footnote{Note} \dots
+
+\begin{itemize}
+\item Some items are
+ \begin{itemize}
+ \item bullets.
+ \end{itemize}
+ \begin{enumerate}
+ \item And some items
+ \begin{enumerate}
+ \item are numbers.
+ \end{enumerate}
+ \end{enumerate}
+\item But some items are
+ \begin{description}
+ \item[gnus] A sort of large aninals.
+ \end{description}
+\end{itemize}
+
+
+\subsection{Everything is changing}
+
+\newtheorem{change}{Change}
+
+\begin{change}
+ Even fonts are changing.
+\end{change}
+
+
+\begin{figure}[htbp]
+ \begin{center}
+ \leavevmode
+ The figure is typeset in \verb|\figurefont|.
+ The caption body is typeset in \verb|\captionbodyfont|.
+ The header of the caption is typeset in \verb|\captionheaderfont|.
+ \end{center}
+ \caption{The body of the caption.}
+\end{figure}
+
+
+\bibliographystyle{plain}
+\bibliography{xampl}
+
+\end{document}
+