Search found 1 match

by AAAA
Tue Oct 30, 2018 5:22 pm
Forum: Graphics, Figures & Tables
Topic: booktabs error
Replies: 1
Views: 3848

booktabs error

Hi!

I'm writing my bachelor thesis in stata and I'm trying to export the regression tables to latex.
I do this in the common way: eststo

But if do:
esttab using table1.tex, booktab

I get the error:
./template.tex:82: Undefined control sequence.
l.82 \toprule

?

My code look as follows ...