General ⇒ Referring to a particular table entry
Referring to a particular table entry
Frequently in my articles I have a table accompanied by a text that cites numbers from the table and presents an analysis of those numbers. I would like a number in the text be updated automatically when I change the corresponding number in the table. I guess that I am looking for something like \label and \ref that mark an individual table entry rather than the whole table. Is there such a thing or can it be achieved?
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10345
- Joined: Mon Mar 10, 2008 9:44 pm
Referring to a particular table entry
References are usually to labels, but not to the content. I understand that you would like to re-use the content. In this case, you could use macros or boxes.
For example, you could define values via
Stefan
For example, you could define values via
\newcommand
in the preamble and use it in the table and later.Stefan
LaTeX.org admin