Hello, I have a very simple query that unfortunately I am unable to resolve.

I am trying to export my descriptive statistics into a latex table. I can easily generate the descriptions with the codebook and sum command, but I am having trouble understanding how to export them.

Does anyone knows how I can do this??

here is a replication of the commands.

Code:
sysuse auto, clear

codebook make price mpg foreign,compact
sum make price mpg foreign
In sum, I would like a latex table that replicates the codebook table, but I would also include the standard deviation in the summary statistic

thanks a lot for your help