\documentclass{article}

\usepackage[center,xpart]{figbib}

\title{\FigBib\ Sample File}
\author{Jan Poland}

\begin{document}
\maketitle

\section*{The Text}

In the first paragraph, we introduce the smiley in
\fbref{smiley1}.

\fbEpsfig{smiley1}{2cm}{b!} % a simple figure definition

In the second paragraph, nothing happens.

\begin{fbFloat}[b!] % a more complex figure definition
\begin{fbMinipage}{6cm}
\fbEps{smiley2}{2cm}
\end{fbMinipage}
\fbhspace{3cm}
\fbEpsM{smiley3}{2cm}
\end{fbFloat}

\section*{The Figures}
\fbTheFigs

\fbList{figbib_sample}

\end{document}