hi statalist,

I am having a peculiar problem while using estout to save my output as a tex file. I performed a regression with eststo and saved the output using estout into a tex file. The regression produced the following output
Code:
---------------------------------------------------------------------------------------
               tu |      Coef.   Std. Err.      t    P>|t|     [95% Conf. Interval]
----------------------+----------------------------------------------------------------
  info                |   .0199771   .0107392     1.86   0.063     -.001079    .0410333
          agri        |   .0403156   .0122913     3.28   0.001     .0162162     .064415
          land       |  -.0049178   .0013481    -3.65   0.000    -.0075611   -.0022745
livestock          |   1.09e-07   5.52e-08     1.97   0.049     6.07e-10    2.17e-07
                   wi |  -.0620929   .0510581    -1.22   0.224    -.1622015    .0380158
    class           |  -.0115881   .0111285    -1.04   0.298    -.0334074    .0102313
        job              .1063847   .0181333     5.87   0.000     .0708311    .1419382
                       |
       educated_child |
    school education  |   .0434775    .034263     1.27   0.205    -.0237013    .1106564
    higher education  |   .0405271   .0737398     0.55   0.583    -.1040531    .1851073
                      |
          age       |   .0014248   .0007329     1.94   0.052    -.0000123    .0028618
                      |
                round |
                   2 |   .0281796   .0103433     2.72   0.006     .0078996    .0484596
                   3  |    .050527   .0120722     4.19   0.000     .0268574    .0741966
                      |
                _cons |   .6860158   .0530923    12.92   0.000     .5819189    .7901127
----------------------+----------------------------------------------------------------
              hhid |     F(1924, 3316) =      2.719   0.000        (1925 categories)
(est2 stored)
As can be seen, the variable info is significant at 10% los. But when i'm using estout to save the output as tex file, in that tex file, there is no (*) next to the coefficient of info in that tex file. Can anyone suggest what might be going wrong here?

Thanks

*edit: i tried with other regressions as well. wherever there is a significance at 10%, in the latex code, there is no (*) next to the coefficient of that variable*