Karl Berry <[EMAIL PROTECTED]> writes:

|>     /A << /S /GoTo /D (First\unhbox \voidb@x \kern .06em \vbox {\hrule
|>     width.3em height.1ex}Chapter@) >>
|> 
|> Thanks for the report, I'll look at this when I have a chance, but it
|> will be a few days.  Andreas, perhaps you could have a look if you have
|> time.

Please try this patch:

1999-11-30  Andreas Schwab  <[EMAIL PROTECTED]>

        * doc/texinfo.tex (\xrefX): Turn off active characters when
        writing out the link name for pdf.

--- texinfo.tex.~1~     Sat Sep 25 16:31:21 1999
+++ texinfo.tex Tue Nov 30 14:23:32 1999
@@ -5244,13 +5244,15 @@
   \ifpdf
     \leavevmode
     \getfilename{#4}%
-    \ifnum\filenamelength>0
-      \startlink attr{/Border [0 0 0]}%
-        goto file{\the\filename.pdf} name{#1@}%
-    \else
-      \startlink attr{/Border [0 0 0]}%
-        goto name{#1@}%
-    \fi
+    {\normalturnoffactive
+     \ifnum\filenamelength>0
+       \startlink attr{/Border [0 0 0]}%
+         goto file{\the\filename.pdf} name{#1@}%
+     \else
+       \startlink attr{/Border [0 0 0]}%
+         goto name{#1@}%
+     \fi
+    }%
     \linkcolor
   \fi
   %

-- 
Andreas Schwab                                  "And now for something
SuSE Labs                                        completely different."
[EMAIL PROTECTED]
SuSE GmbH, Schanz�ckerstr. 10, D-90443 N�rnberg

Reply via email to