Skip to content

Commit

Permalink
Use PDF figures, not ps
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Peyton Jones committed Jul 14, 2011
1 parent c7783cd commit 0c7a251
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions remote.tex
Expand Up @@ -39,7 +39,7 @@
\urlstyle{sf}

\graphicspath{{figures/}}
\DeclareGraphicsExtensions{.pdf, .png, .ps} % NOT .jpg because it throws away the detail.
\DeclareGraphicsExtensions{.pdf, .png} % NOT .jpg because it throws away the detail.

\newboolean{showcomments}
\setboolean{showcomments}{false}
Expand Down Expand Up @@ -224,7 +224,7 @@ \subsection{Processes}

\begin{figure}[t]
\centerline {
\includegraphics[width=0.9\columnwidth]{threadsAndProcesses.ps}
\includegraphics[width=0.9\columnwidth]{threadsAndProcesses.pdf}
}
\caption{
%: \label{fig:ProcessBubbles}
Expand Down Expand Up @@ -1565,7 +1565,7 @@ \section{Performance}
\begin{figure}[t]
\centerline {
\includegraphics[width=\columnwidth]{ec2.eps}
\includegraphics[width=\columnwidth]{ec2.pdf}
}
\vspace{0.5ex}
\caption{
Expand Down

0 comments on commit 0c7a251

Please sign in to comment.