/* Statx Package : JavaScript Syntax Highlighter for Stata Developed by E. F. Haghish (2014) Center for Medical Biometry and Medical Informatics University of Freiburg, Germany haghish@imbi.uni-freiburg.de The Statax Package comes with no warranty SHJS - Syntax Highlighting in JavaScript Copyright (C) 2007, 2008 gnombat@users.sourceforge.net License: http://shjs.sourceforge.net/doc/gplv3.html Statax Versions ============================== Statax 1.0 September, 2015 */ program define stataxmain version 11 tempname canvas capture file open `canvas' using $statax , write text append ******************************************************************** * This is the main engine ******************************************************************** file write `canvas' _n(2) `"" _n(4) file close `canvas' end