How is reference made in a document A to items in another document B, e.g., to chapters, sections, definitions, etc., in document B? Of the famous xr package, I found only a pdf-file describing what the package does, but not the package itself. Can anybody help?
Thank you, Thorsten, for resolving my problem. The package xr.sty is indeed included in LaTeX tools and can directly be used.
General ⇒ Cross-referencing among documents
Cross-referencing among documents
Last edited by ks-zadeh on Tue Aug 31, 2010 6:22 pm, edited 1 time in total.
NEW: TikZ book now 40% off at Amazon.com for a short time.

- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Cross-referencing among documents
The package manager of your LaTeX distribution should list the package and also manage to install it. But you can check on the command line whether the package is already installed.ks-zadeh wrote:[…] Of the famous xr package, I found only a pdf-file describing what the package does, but not the package itself. […]
Code: Select all
kpsewhich xr.sty
Code: Select all
texdoc xr
Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: Cross-referencing among documents
Many thanks. I'll give a try.
Re: Cross-referencing among documents
Thank you, Thorsten. It works. (Indeed, xr.sty was included in my tools.)
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Re: Cross-referencing among documents
Now that the problem is solved, please be so kind and act as you have already been directed in my last reply.
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10