|
[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]
st: Re: graph quality in LaTeX
There is no need to convert .eps to .pdf. Just specify in your LaTeX
front end that you want to use TeX and Ghostscript rather than Pdftex.
e.g.
\begin{figure}[ht]
\begin{center}
\epsfig{file=fig9_1}
\end{center}
\caption{Blah blah.}
\label{fig9_1}
\end{figure}
Kit Baum, Boston College Economics and DIW Berlin
http://ideas.repec.org/e/pba1.html
An Introduction to Modern Econometrics Using Stata:
http://www.stata-press.com/books/imeus.html
On Jun 7, 2008, at 02:33 , Daniel wrote:
With your LaTeX distribution comes a tool called --epstopdf--. You can
use it to convert EPS files into PDF.
Another option is to use the epstopdf package. You include it in
your .tex document and it calls the epstopdf program at runtime --
which is quite convenient if you have a lot of graphs in your
document.
*
* For searches and help try:
* http://www.stata.com/support/faqs/res/findit.html
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/