Captions of floats are able to create cross-references when processed with
`makeinfo', but not with TeX (or `texi2dvi').
Thanks for the report. Here's a patch that I think solves the immediate
problem (at least on your test file), although I am not sure it's really
the best solution in general. Stepan, please see my comments in the
patch -- wdyt?
Thanks,
Karl
*** texinfo.tex 10 Jul 2005 17:39:02 -0000 1.196
--- texinfo.tex 4 Aug 2005 18:02:06 -0000
***************
*** 6670,6673 ****
--- 6670,6681 ----
{%
\atdummies
+ %
+ % seems like we need to list every single command, as a long
+ % caption might well contain environments, etc.? Or maybe this
+ % should be done in \commondummies?
+ \let\xref=\relax
+ \let\pxref=\relax
+ \let\ref=\relax
+ %
% since we read the caption text in the macro world, where ^^M
% is turned into a normal character, we have to scan it back, so
_______________________________________________
Texinfo home page: http://www.gnu.org/software/texinfo/
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-texinfo