Possible Duplicate:
Continuous v. per-chapter/section numbering of figures, tables, and other document elements
My table references are showing up with the section number in them. I'd like all tables in the article to be numbered sequentially with out regard to section.
Here's my header. Thanks!
\usepackage[utf8x]{inputenc}
\usepackage{linguex}
\usepackage{graphicx}
\usepackage{booktabs} % for fancy tables
\usepackage{amsmath,amsfonts,amsthm,amssymb} % for llbracket, rrbracket
\usepackage{stmaryrd} % for llbracket, rrbracket
\usepackage{qtree}
\usepackage{multirow}
\usepackage{tree-dvips}
\usepackage{fancyhdr,lastpage}
Update:
I'm already in article class. The tables themselves show up numbered simply and correctly, e.g. Table 3. References to the tables, though, seem to actually give only the section name the tables are in. E.g. a table from section 3.1 shows up as "3.1" when I use \ref{tablename}.
Tried this, no effect:
\usepackage{chngcntr}
\counterwithout{table}{section}
chngcntrpackage with\counterwithout{table}{section}. – Werner Jun 14 '12 at 05:41\labelafter\captioninside yourtable. I'm guessing this is not the case in your document, correct? – Werner Jun 14 '12 at 06:57