I'm trying to export the results from a difference-in-differences from Stata to Latex. I tried the following commands:

Code:
diff var, t(type) p(period)
, which gives a nice table in Stata, however, I don't know how to export this to Latex

I also tried
Code:
 ieddtab var, time(period) treatment(type)
, where I also couldn't find the option to export the displayed table to Latex.

Any suggestion on the commands above or any other command / way how to best handle these tables to be exported from Stata to Latex?

Many thanks!