\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}
