Search found 1 match

by Chantal
Fri Apr 25, 2008 10:06 am
Forum: General
Topic: Displaying metapost files in PDF or Postscript
Replies: 1
Views: 2868

Displaying metapost files in PDF or Postscript

Hi, I'm trying to convert my tex file to PDF or PS but metapost images don't display properly. They come out fine in the DVI file. I've included them as follows:

\begin{figure}[h]
\centering
\includegraphics[scale=0.85]{P7.1}
\caption{A graph which is reducible in two rounds}\label{f-P7}
\end ...