On Fri, Oct 18, 2002 at 02:39:26AM +0930, Darren Freeman wrote:
 
> e followed by a caption.
> 
> Adding a label to the start of the caption (imitating the user guide).
> 
> The default label is cap: when it really should be fig: if it's in a
> figure float. Similarly it should be table: in a table float, etc.

That happens here, in lyx_cb.C:

    446         string text = layout->latexname().substr(0, 3);
    447         if (layout->latexname() == "theorem")
    448             text = "thm"; // Create a correct prefix for prettyref
    449
    450         text += ":";

Obviously latexname "caption" produces "cap:".

For if somebody wants to fix it. 
 
> Have fun,
> Darren Freeman
 
Martin

Attachment: msg46541/pgp00000.pgp
Description: PGP signature

Reply via email to