Modifications to use pdflatex.
This commit is contained in:
parent
2119ffc3ab
commit
856be01a01
|
@ -155,7 +155,7 @@ fluctuation. However, the fluctuation also grows linearly with $n$.
|
|||
\begin{figure}[htb]
|
||||
\vspace{-2mm}
|
||||
\begin{center}
|
||||
\scalebox{0.4}{\includegraphics{figs/bmz_temporegressao.eps}}
|
||||
\scalebox{0.4}{\includegraphics{figs/bmz_temporegressao}}
|
||||
\caption{Time versus number of keys in $S$ for the internal memory based algorithm.
|
||||
The solid line corresponds to a linear regression model.}
|
||||
\label{fig:bmz_temporegressao}
|
||||
|
|
|
@ -82,7 +82,7 @@ and $N$, and so on.
|
|||
\begin{figure}[ht]
|
||||
\centering
|
||||
\begin{picture}(0,0)%
|
||||
\includegraphics{figs/brz-partitioning.ps}%
|
||||
\includegraphics{figs/brz-partitioning}%
|
||||
\end{picture}%
|
||||
\setlength{\unitlength}{4144sp}%
|
||||
%
|
||||
|
|
|
@ -89,7 +89,7 @@ variation.
|
|||
|
||||
\begin{figure}[htb]
|
||||
\begin{center}
|
||||
\scalebox{0.4}{\includegraphics{figs/brz_temporegressao.eps}}
|
||||
\scalebox{0.4}{\includegraphics{figs/brz_temporegressao}}
|
||||
\caption{Time versus number of keys in $S$ for our algorithm. The solid line corresponds to
|
||||
a linear regression model.}
|
||||
\label{fig:brz_temporegressao}
|
||||
|
|
|
@ -16,7 +16,7 @@ algorithm: the partitioning step and the searching step.
|
|||
\begin{figure}[ht]
|
||||
\centering
|
||||
\begin{picture}(0,0)%
|
||||
\includegraphics{figs/brz.ps}%
|
||||
\includegraphics{figs/brz}%
|
||||
\end{picture}%
|
||||
\setlength{\unitlength}{4144sp}%
|
||||
%
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
\usepackage[latin1]{inputenc}
|
||||
\usepackage{amssymb}
|
||||
|
||||
%\DeclareGraphicsExtensions{.png}
|
||||
\DeclareGraphicsExtensions{.png}
|
||||
%
|
||||
% \usepackage{mathptmx} % use Times fonts if available on your TeX system
|
||||
%
|
||||
|
|
Loading…
Reference in New Issue