diff options
Diffstat (limited to 'Master/texmf-doc/doc/english/FAQ-en/html/FAQ-extref.html')
-rw-r--r-- | Master/texmf-doc/doc/english/FAQ-en/html/FAQ-extref.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-extref.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-extref.html index b9e13263f44..c38d4bf0af9 100644 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-extref.html +++ b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-extref.html @@ -2,10 +2,10 @@ <title>UK TeX FAQ -- question label extref</title> </head><body> <h3>Referring to labels in other documents</h3> -<p>When producing a set of inter-related documents, you’ll often want to +<p/>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. -<p>So the package <i>xr</i> was written: if you say +<p/>So the package <i>xr</i> was written: if you say <blockquote> <pre> \usepackage{xr} @@ -14,7 +14,7 @@ own accord, doesn’t permit this. </blockquote><p> will load all the references from <i>volume1</i> into your present document. -<p>But what if the documents both have a section labelled +<p/>But what if the documents both have a section labelled “<code>introduction</code>” (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: @@ -51,7 +51,7 @@ compiled), write: </blockquote><p> and the name reference will appear as an active link to the “introduction” chapter of <i>volume1.pdf</i>. -<p>To link to a PDF document on the Web, for which you happen to +<p/>To link to a PDF document on the Web, for which you happen to have the .aux file, write: <blockquote> <pre> @@ -67,6 +67,6 @@ have the .aux file, write: <dt><tt><i>xr.sty</i></tt><dd>Distributed as part of <a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/tools.zip">macros/latex/required/tools</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/tools.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/required/tools/">browse</a>) <dt><tt><i>xr-hyper.sty</i></tt><dd>Distributed with <a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/hyperref.zip">macros/latex/contrib/hyperref</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/hyperref.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/hyperref/">browse</a>) </dl> -<p> -<p><p><p><p><p><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=extref">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=extref</a> +<p/> +<p/><p/><p/><p/><p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=extref">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=extref</a> </body> |