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