Hey all,
I've written an .ado called -tex3pt- which takes esttab output and makes really nice looking LaTeX tables. Tex3pt is available on ssc. Here are the distribution notes:
tex3pt takes .tex output from esttab and writes it into a LaTeX
file using threeparttable. This greatly improves the level of
compatibility between LaTeX and esttab. Since this program uses
the LaTeX package threeparttable the notes and title of the table
will not bleed beyond the width of the table. Multiple calls of
tex3pt allows the user to compile many tables in a single LaTeX
document easily.
Check out the help file for a few simple examples of what my program can accomplish!
Enjoy the program!
I've written an .ado called -tex3pt- which takes esttab output and makes really nice looking LaTeX tables. Tex3pt is available on ssc. Here are the distribution notes:
tex3pt takes .tex output from esttab and writes it into a LaTeX
file using threeparttable. This greatly improves the level of
compatibility between LaTeX and esttab. Since this program uses
the LaTeX package threeparttable the notes and title of the table
will not bleed beyond the width of the table. Multiple calls of
tex3pt allows the user to compile many tables in a single LaTeX
document easily.
Check out the help file for a few simple examples of what my program can accomplish!
Enjoy the program!
Comment