Tell me more ×
TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.

Sometimes I want to refer (using \ref) a \label from some other tex file. What is the right way to do it?

(It's, of course, possible to \include all files in one and then use \includeonly — but it breaks e.g. page and section numbering.)

share|improve this question

2 Answers

Use package xr.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.