Ted Pavlic, 14.12.2008:
> 
> > Produces 5 types of tags:
> >      c,chapter
> >      s,section
> >      u,subsection
> >      b,subsubsection
> >      p,package
> 
> What about...
> 
>       part         (\part{Early Years})

Yes, and \paragraph and \subparagraph

And what about the \minisec command from KOMA-Script? I think this
package is very widely used, but it is not part of LaTeX 2e nor 3.

>       \document    (\begin{document}...\end{document})

How should this be represented?

> and even
> 
>       \documentclass[opts]{stuff}

Again, does this make sense? I think it's only useful to implement
commands that can occure more than once for an overview in taglist.

> Usually the text between \documentclass and \begin{document} is 
> considered the "preamble."
> 
> > Will find tags for the following lines:
> >      \usepackage{amsmath}
> 
> Understand that \usepackage{...} doesn't define a new section of the 
> document. It just includes a separate package.

Compared with the #include directives from C files, \usepackage
shouldn't be included in ctags for TeX files.

Markus


--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to