I have a table that shows up earlier in my document and I want to display it again later in my document for reference, but if I just copy and paste the code later down it will label it as "Table 2" and not "Table 1", and this also means I would have to manually make changes to both tables. Is there a way to display a verbatim copy of a table later in a document, including the same reference number, such that when I change the original all of the copies change to match?
Asked
Active
Viewed 420 times
\caption*{Table~\ref{table-1}: caption text}. – Zarko May 12 '19 at 23:15standalonefile in your working directory (or sub directory) and include it asinput{filename}or\input{<subdirectory name>/filename}. – Zarko May 12 '19 at 23:56Let's consider table~\ref{wombat} on page~\pageref{wombat}... If we people would repreat and repeat and repeat and repeat instead of just looking things up, where would we be today? – Johannes_B May 13 '19 at 00:02