Stata Integration to Latex
Producing Tables and Graphs and including them into publications and articles is often a very tedious task, especially when LaTex tables are involved. I collected some hopefully useful programs and links to instruction how to least paifully get your output to the masses ;-)
General Articles
A good website for people who (have to) work with data:
DataNinja maintained by an Econ PhD student
Stata Modules
The most comprehensive stata module is
OUTTEX. Provides a lot of features for exporting into html, \LaTex and text.
- CORRTEX Stata module to generate correlation tables formatted in LaTeX
- OUTREG2 Stata module to arrange regression outputs into an illustrative table
- TABOUT Stata module to export publication quality cross-tabulations,
- EST2TEX Stata module to create LaTeX tables from estimation results
- ESTOUT Stata module to make regression tables
- SUTEX Stata module to LaTeX code for summary statistics tables
- MAKETEX: Stata module to generate LaTeX code from a text file
- OUTTABLE: Stata module to write matrix to LaTeX table