I am using vim LaTeX suite in connection with the ctable package.
When inserting a cross reference in vim, all recognized \labels appear in a menu after pressing F9.
Instead of the \label command, the ctable package specifies the label in the options of the \ctable command. These labels are not recognized by vim LaTeX suite and are therefore not available in the menu.
\ctable[label={tab:recognize_me}, caption = {Stuff.}]{w{3cm}w{3cm}w{3cm}w{2cm}}{ }
{\FL
Plate name & Coordinates & Dilution & Finish time \LL
}
How can I make vim LaTeX suite recognize ctable labels?
Thanks for your help!
Kim