diff options
author | Karl Berry <karl@freefriends.org> | 2011-05-04 23:39:21 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-05-04 23:39:21 +0000 |
commit | 16bfcc69400c93c3d779a104107606ae122a7dbe (patch) | |
tree | e2456232be21108418db974f47ea118eec770469 /Master/texmf-dist/doc/generic/FAQ-en/faq-lab-ref.tex | |
parent | 9a8f00b89c2c1cd283f5fd0fb54959ef0690646f (diff) |
FAQ-en 3.22 (4may11)
git-svn-id: svn://tug.org/texlive/trunk@22304 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/FAQ-en/faq-lab-ref.tex')
-rw-r--r-- | Master/texmf-dist/doc/generic/FAQ-en/faq-lab-ref.tex | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/generic/FAQ-en/faq-lab-ref.tex b/Master/texmf-dist/doc/generic/FAQ-en/faq-lab-ref.tex index 2958f541444..a23cd70dba7 100644 --- a/Master/texmf-dist/doc/generic/FAQ-en/faq-lab-ref.tex +++ b/Master/texmf-dist/doc/generic/FAQ-en/faq-lab-ref.tex @@ -1,4 +1,4 @@ -% $Id: faq-lab-ref.tex,v 1.2 2010/03/26 22:48:51 rf10 Exp rf10 $ +% $Id: faq-lab-ref.tex,v 1.3 2011/03/09 21:02:45 rf10 Exp rf10 $ \subsection{Labels and references} @@ -100,8 +100,8 @@ don't have to change label names in either document. For example: loads the references from \File{volume1}, but prefixes every one with the string \texttt{V1-}. So you would refer to the introduction to volume~1 as: -\begin{narrowversion} \begin{quote} +\begin{narrowversion} \begin{verbatim} \usepackage{xr} \externaldocument[V1-]{volume1} @@ -109,18 +109,16 @@ as: ... the introduction to volume1 (\ref{V1-introduction})... \end{verbatim} -\end{quote} \end{narrowversion} \begin{wideversion} -\begin{quote} \begin{verbatim} \usepackage{xr} \externaldocument[V1-]{volume1} ... ... the introduction to volume1 (\ref{V1-introduction})... \end{verbatim} -\end{quote} \end{wideversion} +\end{quote} To have the facilities of \Package{xr} working with \Package{hyperref}, you need \Package{xr-hyper}. For simple hyper-cross-referencing (i.e., to a local \acro{PDF} file you've just |