Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.
From | Kit Baum <baum@bc.edu> |
To | statalist@hsphsun2.harvard.edu |
Subject | re:re: st: Graph png format - differences in scaling between vers. 10 and 11 |
Date | Tue, 16 Mar 2010 11:14:18 -0400 |
<.>The following works fine for me, allowing me to specify EPS files which are converted to PDF on the fly by TeXShop when it compiles:
------------------- \documentclass{beamer} \usepackage{graphicx} \usepackage{epstopdf} \begin{document}% using pdftex setting, bring in file test.eps created by Stata graph export
\frame { \includegraphics[width=4in]{test} } \end{document} -------------------- Maarten's suggestion graph export mean_imp.eps, replace capture rm mean_imp.pdf!ps2pdf -sPAPERSIZE -dDEVICEWIDTHPOINTS#432 -dDEVICEHEIGHTPOINTS#288 mean_imp.eps mean_imp.pdf
can be replaced on more capable OS by graph export mean_imp.pdf, replace Kit * * For searches and help try: * http://www.stata.com/help.cgi?search * http://www.stata.com/support/statalist/faq * http://www.ats.ucla.edu/stat/stata/