%%%%%%%%%%%%%%%% cut here %%%%%%%%%%%%%%%% zaccone.tex %%%%%%%%%%%%%%%%
% zaccone.tex---illustrate how to use zaccone.sty
\documentstyle{article}
\documentstyle{zaccone}
\begin{document}

\begin{figure}[h]
Content of figure
\caption{Figure caption}%
\end{figure}

\begin{table}[h]
\caption{Table caption}%
Content of table
\end{table}

\end{document}
