Skip to content

Instantly share code, notes, and snippets.

@bquistorff
Created November 20, 2014 04:19
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/518f98088cb994b8749e to your computer and use it in GitHub Desktop.
Save bquistorff/518f98088cb994b8749e to your computer and use it in GitHub Desktop.
Translates a Stata smcl log into log format
*Callable from the command line for converting a gph to eps's in the right places
global dir_base ".."
translate "${dir_base}/log/smcl/`1'.smcl" "${dir_base}/log/`1'.log", replace linesize(140)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment