Bob Lounsbury wrote:
Starred stuff does not appear in the TOC. A LaTeX default. To add
starred stuff to the toc you would have to insert in ERT just after
the section in the text:

And FYI: That's the difference between section and section*: The former gets a number and appears in the TOC; the latter gets no number and does not, unless you do that:

\addcontentsline{toc}{section}{Section name}
\addcontentsline{toc}{subsection}{Subsection name}
\addcontentsline{toc}{subsubsection}{Subsubsection name}

rh

Reply via email to