Julio Rojas wrote: > Hi, does anybody know how can I crossreference a subfigure inside a figure > float???
Use ERT:
In preamble:
\usepackage{subfig}
and then in the float:
<ERT>\subfloat[</ERT>caption text and label<ERT>]{</ERT>the image<ERT>}</ERT>
where <ERT></ERT> symbolizes what needs to be set in ERT.
Implementing proper subfig support is on my TODO list for LyX 1.5
Jürgen
