I wrote my first runall.sh file and it took me longer than it should have to make it work. I am therefore writing it down for future reference and maybe it also helps some other people. The task was to have a shell file that I could run from Atom on my Mac and it … Continue reading Matlab and Stata in a Shell file
Tag: atom
Stata in Atom
If you want to use Atom as your Stata editor, here is what you need to know. First, you need the language-stata package for proper syntax highlighting. To actually run code from Atom in Stata, you can either use the script or the stata-exec package in Atom. Alternatively, you can use hydrogen, this approach is … Continue reading Stata in Atom
Atom and LaTeX
I have just transitioned to using Atom as my main editor and have set it up for my LaTeX writing. This post summarizes that process for my own reference and maybe it helps some other people. Useful information sources that I found and are worth checking out are here and here, particularly if you are … Continue reading Atom and LaTeX