From 3f1971c9b7717818766692c9aa497e20e7472f2c Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 7 Apr 2010 22:47:28 +0000 Subject: FAQ-en 3.19d (7apr10) git-svn-id: svn://tug.org/texlive/trunk@17742 c570f23f-e606-0410-a88d-b1316a301751 --- .../doc/generic/FAQ-en/html/FAQ-extref.html | 24 +++++++++++----------- 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-extref.html') diff --git a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-extref.html b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-extref.html index 47d2299e8ad..d6ebe3b02f6 100644 --- a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-extref.html +++ b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-extref.html @@ -2,9 +2,9 @@ UK TeX FAQ -- question label extref

Referring to labels in other documents

-

When producing a set of inter-related documents, you’ll often want to +

When producing a set of inter-related documents, you’ll often want to refer to labels in another document of the set; but LaTeX, of its -own accord, doesn’t permit this. +own accord, doesn’t permit this.

So the package xr was written: if you say

@@ -15,9 +15,9 @@ own accord, doesn’t permit this.
 will load all the references from volume1 into your present
 document.
 

But what if the documents both have a section labelled -“introduction” (likely enough, after all)? The +“introduction” (likely enough, after all)? The package provides a means to transform all the imported labels, so you -don’t have to change label names in either document. For example: +don’t have to change label names in either document. For example:

 \usepackage{xr}
@@ -38,7 +38,7 @@ as:
 

To have the facilities of xr working with hyperref, you need xr-hyper. For simple -hyper-cross-referencing (i.e., to a local PDF file you’ve just +hyper-cross-referencing (i.e., to a local PDF file you’ve just compiled), write:

@@ -50,7 +50,7 @@ compiled), write:
 

and the name reference will appear as an active link to the -“introduction” chapter of volume1.pdf. +“introduction” chapter of volume1.pdf.

To link to a PDF document on the Web, for which you happen to have the .aux file, write:

@@ -63,7 +63,7 @@ have the .aux file, write:

-Heiko Oberdiek’s experimental zref bundle includes a +Heiko Oberdiek’s experimental zref bundle includes a hyper-crossreferencing mechanism using its zref-xr module. Usage is closely modelled on xr and xr-hyper; a trivial example (from a comp.text.tex posting) is @@ -76,13 +76,13 @@ trivial example (from a comp.text.tex posting) is

The module provides all the facilities of the older packages, and can -deal both with “traditional” LaTeX labels and with -zref’s style of labels. +deal both with “traditional” LaTeX labels and with +zref’s style of labels.

-
xr.sty
Distributed as part of macros/latex/required/tools (or browse the directory) -
xr-hyper.sty
Distributed with macros/latex/contrib/hyperref (or browse the directory) +
xr.sty
Distributed as part of macros/latex/required/tools (or browse the directory); catalogue entry +
xr-hyper.sty
Distributed with macros/latex/contrib/hyperref (or browse the directory); catalogue entry
zref bundle
Distributed as part of - macros/latex/contrib/oberdiek (or browse the directory) + macros/latex/contrib/oberdiek (or browse the directory); catalogue entry

This question on the Web: http://www.tex.ac.uk/cgi-bin/texfaq2html?label=extref -- cgit v1.2.3