Othersvim LaTeX suite: custom label for cross-references

Information and discussion about other LaTeX editors not listed above
Post Reply
yipeah
Posts: 1
Joined: Fri Jun 10, 2016 2:06 pm

vim LaTeX suite: custom label for cross-references

Post by yipeah »

Hello,

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

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

Post Reply