summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/figbib/figbib_sample.tex
blob: f65b36b8bf88244bf35350db166c2ae6704540ca (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


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