I want to compile sections of the article independently. Clearly, I can make their numbers right just by using something like \setcounter{section}{4}.
How can I get something like \ref{VeryUsefulTheorem} working if the command \label{VeryUsefulTheorem} is in another section (i.e., in another TeX file, which is compiled to its own PDF file)?
I'm using the hyperref package, and, therefore, inter-document links are clickable. Is it possible to make links to a stuff in a different PDF file clickable?
\includeand\includeonlyfeatures would be enough for you? – Juan A. Navarro Aug 15 '10 at 14:14