> Produces 5 types of tags:
> c,chapter
> s,section
> u,subsection
> b,subsubsection
> p,package
What about...
part (\part{Early Years})
\document (\begin{document}...\end{document})
and even
\documentclass[opts]{stuff}
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.
--Ted
--
Ted Pavlic <[email protected]>
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---