summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/paper/test02p.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/paper/test02p.tex')
-rw-r--r--Master/texmf-dist/doc/latex/paper/test02p.tex73
1 files changed, 73 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/paper/test02p.tex b/Master/texmf-dist/doc/latex/paper/test02p.tex
new file mode 100644
index 00000000000..b13c9d07bf3
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/paper/test02p.tex
@@ -0,0 +1,73 @@
+\documentclass[%%%titlepage,
+]{journal}
+
+\begin{document}
+
+%\begin{titlepage}
+ \shortauthor{Aamport}
+ \shorttitle{The Gnats and Gnus}
+ \author{Leslie A. Aamport\thanks{to Peter}}
+ \title{The Gnats and Gnus}\thanks{to Gnu}
+ \subtitle{A Document Preparation System\thanks{to Barbara}}
+
+\maketitle
+
+ \begin{abstract}
+ Starting from a historical point of view \dots
+ \end{abstract}
+
+ \begin{keywords}
+ Gnats, Gnus
+ \end{keywords}
+
+%\end{titlepage}
+
+\tableofcontents
+
+\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}
+