summaryrefslogtreecommitdiff
path: root/macros/latex209/contrib/zero/zero-test.tex
blob: afc3d58270f8a678cfd038ec7d857b14b7c1ec4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
\documentstyle[12pt,a4wide,fleqn,zero]{article}

\title {Test Document for\\ Documentstyle Option {\tt zero}}
\author {{\em Tom Verhoeff\/}\thanks{Department of Mathematics and
  Computing Science, Eindhoven University of Technology, NL.}}
\date {19 June 1991}

\begin{document}
\maketitle

\part {Verify Initialization and Resetting}
Text with first footnote\footnote{First footnote in text.}\ldots
\section {First Section}
Text with first reference \cite{Dowland}\ldots
\begin{figure}[h]
\caption {First figure}
\end{figure}
\begin{table}[h]
\caption {First table}
\end{table}
\subsection {First subsection}
Text\ldots
\begin{enumerate}
\item First enumerated item at level i.
\item
  \begin{enumerate}
  \item First enumerated item at level ii.
  \item
    \begin{enumerate}
    \item First enumerated item at level iii.
    \item
      \begin{enumerate}
      \item First enumerated item at level iv.
      \item Second enumerated item at level iv.
      \end{enumerate}
    \end{enumerate}
  \end{enumerate}
\end{enumerate}
\subsubsection {First subsubsection}
Text\ldots
\begin{center}
\fbox{\begin{minipage}{1.5in}
A minipage with its first footnote\footnote{First footnote in a minipage.}\ldots
\end{minipage}}
\end{center}
\paragraph {First paragraph}
Text\ldots
\begin{equation}
  1^{st} \mbox{ displayed equation}.
\end{equation}
\subparagraph {First subparagraph}
Text\ldots

\appendix
\part {First Part in Appendix}
\section {First Section in Appendix}
\subsection {First subsection in appendix}
\subsubsection {First subsubsection in appendix}

\begin{thebibliography}{9}
\bibitem{Dowland}Iohn Dowland.  {\em First Booke of Ayres}.  1597.
\end{thebibliography}

\end{document}