> What kind of information do you want to put into the tag file?

I want to put information about sections and chapters of my LaTeX file
into tags file.

> You can teach ctags to use arbitrary regular expressions
> Eg  this will teach ctags to match the name after the class and mark it
> as a "c" tag:
> '--regex-PHP=/abstract class ([^ ]*)/\1/c/'

The way to do that for LaTeX is dicribed here:
http://vim.wikia.com/wiki/Use_Taglist_with_LaTeX_files

But I've got a problem(s) dicribed on discussion page:
http://vim.wikia.com/wiki/Talk:Use_Taglist_with_LaTeX_files

> Can you rephrase your question and tell what kind of tags you'd like to
> get? I imagine something like this:

>         How can I tag all \subsection{title} titles and jump to them?

That's right.
But I can't generate appropriative tags file for this purpose.

> Have you already used tags before?

I succesfully used it with *.java files.
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to