14 lines
433 B
TeX
14 lines
433 B
TeX
|
\section{Introdu\c{c}\~ao}
|
||
|
\label{sec:introduction}
|
||
|
% For two-column wide figures use
|
||
|
\begin{figure*}
|
||
|
% Use the relevant command to insert your figure file.
|
||
|
% For example, with the graphicx package use
|
||
|
\centering
|
||
|
\includegraphics{figs/minimalperfecthash-ph-mph.ps}
|
||
|
% figure caption is below the figure
|
||
|
\caption{(a) Perfect hash function\quad (b) Minimal perfect hash function}
|
||
|
\label{fig:minimalperfecthash-ph-mph}
|
||
|
\end{figure*}
|
||
|
|