summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/paper/testp.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/paper/testp.tex
Initial commit
Diffstat (limited to 'macros/latex/contrib/paper/testp.tex')
-rw-r--r--macros/latex/contrib/paper/testp.tex72
1 files changed, 72 insertions, 0 deletions
diff --git a/macros/latex/contrib/paper/testp.tex b/macros/latex/contrib/paper/testp.tex
new file mode 100644
index 0000000000..701fa326e4
--- /dev/null
+++ b/macros/latex/contrib/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}
+