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
Replacing Missing with a Specific Numerical PatternHi all - A friend of mine has a long dataset that looks like the following. Essentially, she wants …
Normality test*for large sample dataHi. I just joined statalist and ask the first question as a beginer. I'm worrying about duplicate q…
Update to heatplot available from SSCAn update to the heatplot package is available from SSC. Type Code: . ssc install heatplot, replac…
Normality test*for large sample dataHi. I just joined statalist and ask the first question as a beginer. I'm worrying about duplicate q…
Invitation to attend Stata Courses June, 2019What is Stata? Stata is a powerful statistical software that enables users to analyze, manage, and p…
Subscribe to:
Post Comments (Atom)
0 Response to Editing table label using latex
Post a Comment