Version: 1.9.3 (using KDE KDE 3.5.7) Installed from: Gentoo Packages OS: Linux LaTeX allows both \section{name} text and \begin{section}{name} text \end{section} (and similarly for other sectioning commands). The second form has the advantage that code folding can be used; however, it is not recognized by Kile as a sectioning command and name is as such not included as a section in the structure view. Could this be changed (in a future version) so that Kile also recognizes the second form?
Created attachment 21508 [details] a minimal example containing a LaTeX file illustrating what needs to be supported
I've asked around on comp.text.tex, and it seems that a lot of commands accept the \begin{}--\end{}-format. Regarding the starred versions of the sectioning commands, these have to be created by a \newenvironment{section*}{\section*}{} invocation. Link to the comp.text.tex-thread: <http://groups.google.com/group/comp.text.tex/browse_thread/thread/37465847957fd51d/cc5d4b499dca6e90>