Hello,
I am struggling to correctly output a table label using latex. The problem is that each of my new tables keep getting labeled "Table 1:...", when I would like them to be Table 2, 3 and so on. I have tried placing the label above or below the caption but nothing seems to change. What am I doing wrong? Thank you for your help!
My stata code is as follows:
esttab * using wages1.tex, replace se ar2 title(Women's Income\label{tab2}) label replace
This is what I see in the latex:
\begin{table}[htbp]\centering
\def\sym#1{\ifmmode^{#1}\else\(^{#1}\)\fi}
\caption{Women's Income\label{tab2}}
\begin{tabular}{l*{5}{c}}
Related Posts with Editing table label using latex
Using a loop to compare observations of a variableHi All, I have a dataset which looks something like below: ID Amount month max_amount max_month N…
Testing coefficient difference in 2 probit modelsI would like to test the significance of difference between the coefficients in 2 probit models. I f…
strpos function not foundwhen I even I put this command I get this result . gen has_x= strpos (ICD , "X") >0 strpos not f…
Kaplan Meier risk table problemDear Statalist, I am using Stata 14.2 on Mac. I have created a propensity score IPT weighted sample…
Creating a variable that identifies and calculates overlapping time periodsHi everyone, I am currently working on data that shows if respondents of a survey worked part time …
Subscribe to:
Post Comments (Atom)
0 Response to Editing table label using latex
Post a Comment