I have a report where it's required to have sections from another report both in the main body as well as in an appendix, and I'm including them by using the \input{some_section} command.
I'm referring to figures in text by using:
Figure~\ref{fig:something}
Which works fine, but I'm getting warnings because the labels are multiply defined, since they occur in two parts of the report.
Is it possible for me to still reference the same image (essentially) without hard-labeling (i.e. typing Figure 1 in stead of Figure~\ref{fig:something}) ?