% Bruggink.tex---illustrate how to use Bruggink.sty
\documentstyle{book}
\documentstyle{bruggink}
\begin{document}

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

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

\end{document}
