Rich Shepard wrote: > OK. > > A final question on the use of \pageref. I have a figure composed of 8 > subfigures (labeled a-h). If I reference a specific sub-figure in the > text, e.g., "... Figure [ref+text]b" it typesets as "... Figure 11.5 on > page beforeb". > > Is it possible to assign the subfigure letter to the float reference > and > not have it tagged to the end of the page reference? I suspect the answer > is "no" but I will ask anyway.
Yes. But you'll have to use ERT. That's no bad thing as 'subfigure' shouldn't be part of the graphics inset anyway. See attached, where I use ERT wrappers around the inset graphic: ERT[\subfigure[sub caption]{] [Label inset] [Graphic inset] ERT[}] See how the Label inset is now inside the subfigure. One thing to watch, however. If you have no more instances of inserting subfigure inside of the graphic inset, then LyX will no longer know it has to add a \usepackage{subfigure} to the preamble. -- Angus
rich.lyx
Description: application/lyx