Path: utzoo!attcan!uunet!cs.utexas.edu!wuarchive!udel!udccvax1!sun.udel.edu!anita From: anita@sun.udel.edu (Anita Marie Hoover) Newsgroups: comp.text.tex Subject: Re: Frequently Asked Questions about TeX, etc. - with Answers [Monthly] Message-ID: <13149@sun.udel.edu> Date: 3 Aug 90 14:55:48 GMT References: <1990Aug3.013749.2406@laguna.ccsf.caltech.edu> Reply-To: anita@sun.udel.edu (Anita Marie Hoover) Organization: University of Delaware Lines: 13 Perhaps an addition : 25) Why are my cross-reference labels for figures and/or tables incorrect? Remember the \label{key} must be part of the \caption argument or appear after \caption. e.g. \begin{table} \begin{figure} \caption{Test Table} \caption{Test Figure\label{fig:test}} \label{tab:test} \vspace*{4in} \vspace*{4in} \end{figure} \end{table}