Version: 1.8.1 (using KDE 3.4.1, Gentoo) Compiler: gcc version 3.3.4 20040623 (Gentoo Linux 3.3.4-r1, ssp-3.3.2-2, pie-8.7.6) OS: Linux (i686) release 2.4.25-gentoo-r2 I am writing a LaTeX document with many subsubsections of similar format. So I wrote a macro to give a uniform format to all these subsubsections: \newcommand{\formattedsubsubsection}[3]{ \subsubsection{#1} %\textbf{What?} #2 \textbf{Why?} #3 } I can write subsubsections like this: \formattedsubsubsection{This is the title of the subsubsection} {Answer for the what question.} {Answer for the why question.} KILE, however does not display the titles of these formattedsubsubsections in the structure view. My wish is that KILE displayed the titles of sections defined within a macro in the structure view, too.
*** This bug has been marked as a duplicate of 58967 ***