General ⇒ Cross-referencing among documents
Cross-referencing among documents
Thank you, Thorsten, for resolving my problem. The package xr.sty is indeed included in LaTeX tools and can directly be used.
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- 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
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: Cross-referencing among documents
Re: Cross-referencing among documents
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Re: Cross-referencing among documents
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10