Skip to content

Instantly share code, notes, and snippets.

@bquistorff
Created November 20, 2014 04:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bquistorff/2854c585dc7abf28d9a6 to your computer and use it in GitHub Desktop.
Save bquistorff/2854c585dc7abf28d9a6 to your computer and use it in GitHub Desktop.
Stata script to convert a gph file to eps file.
*Callable from the command line for converting a gph to eps's in the right places
global dir_base ".."
adopath ++ "${dir_base}/code/ado/"
gph2fmt `1'.gph eps
if "`2'"!=""{
gph2fmt `1'.gph `2'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment