Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Justified footnote with texsave (Part 2)

    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:

    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)
    Thank you!
Working...
X