Hi, I am exporting stata graphs to eps so that I can incorporate them
in LaTeX files and find that the title is often slightly mis-aligned -
usually too far to the left.
Is there some way for me to correct this?
Details: I am using Stata 8.2 on Windows XP. Here are my sample commands
use auto, clear;
twoway scatter price mpg if foreign==1,
title("Price vs. MPG among Foreign")
note("Source: auto.dta")
saving(TestingGraphics2, replace);
graph export TestingGraphics2.wmf, replace;
graph export TestingGraphics2.eps, replace;
Here are the graphs created:
http://web.mit.edu/guiteras/Public/TestingGraphics2.wmf
http://web.mit.edu/guiteras/Public/TestingGraphics2.gph
http://web.mit.edu/guiteras/Public/TestingGraphics2.eps
And note that the title of the last of these is to the left of center.
Please let me know if I can supply any more information, if any of
this is confusing, or if this has been covered before.
Many thanks in advance.
*
* 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/