Dear all,
I am using John Luke Gallup's "frmttable" command to create tex tables. An issue I'm having is that no matter the width of the table, any notes added below the table span the width of the page. I'm wondering if there is a way to specify the frmttable command so that added notes are the width of the table. I can use \ to break the note into multiple lines, but this is not optimal. Also, if possible, I would also like to left justify the note. I cannot figure out how to do so.
Here is some sample code:
I am using John Luke Gallup's "frmttable" command to create tex tables. An issue I'm having is that no matter the width of the table, any notes added below the table span the width of the page. I'm wondering if there is a way to specify the frmttable command so that added notes are the width of the table. I can use \ to break the note into multiple lines, but this is not optimal. Also, if possible, I would also like to left justify the note. I cannot figure out how to do so.
Here is some sample code:
Code:
frmttable using "$dir1/stata files/impact analysis revision 1/results/girls6_60.tex", /// statmat(obs) substat(1) sdec(0) /// sfmt(fc) tex fragment merge ct(""\"Observations"\"") /// note("Notes: * p \textless 0.10, ** p \textless 0.05, *** p \textless 0.01. Standard errors in brackets estimated as in \citet{Young2016}." \ "All regressions include an intercept and indicators for fourteen strata.")
Comment