Hey Daniel and Julian,
I encountered a similar problem when working with -texsave. While the footnote is aligned properly by default, as soon as I use the -width() option, the footnote is no longer aligned to the table. When using the -footnote(,width()) option in order to adjust the alignment, there is an error on the LaTeX side of things ("! Package array Error: Illegal pream-token (0): `c' used."). Do you have any suggestions for a solution?
See code example below:
Thank you!
I encountered a similar problem when working with -texsave. While the footnote is aligned properly by default, as soon as I use the -width() option, the footnote is no longer aligned to the table. When using the -footnote(,width()) option in order to adjust the alignment, there is an error on the LaTeX side of things ("! Package array Error: Illegal pream-token (0): `c' used."). Do you have any suggestions for a solution?
See code example below:
Code:
sysuse auto.dta, clear label var make "Car make" label var mpg "Miles per gallon" label var trunk "Trunk space" texsave make mpg trunk if price > 8000 using "example3.tex", title(MPG and trunk space) varlabels footnote("Variable trunk measured in ft\(^3\)", width(0.6\textwidth)) nofix replace width(0.6\textwidth)