I'm using TexnicCenter for a few years now and one of its features I prefer is the navigator bar to have a look at the struture of my document in one second.
The problem is that I had to modify the chapter, section and subsection commands by using \newcommand. Since that, I cannot see the titles of my sections in the structure tab of the navigator bar.
In the preamble I have :
Code: Select all
\newcommand{\gdtitre}[1]{\chapter{\uuline{#1}}}
\newcommand{\pttitre}[1]{\section{\uuline{#1}}}
\newcommand{\sspar}[1]{\subsection*{\underline{#1}}}
Code: Select all
\gdtitre{My new chapter style}
\pttitre{My new section style}
\sspar{My new subsection style}
Thanks for the brainstorming,