I wanted to add the both List of figures and Nomenclature in my Contents, it works !
However, I have an issue with numbers when I do that. In fact, I can see on the pdf that the number of contents/list of figures/nomenclature are "i" so it is not the right number. They are all refers to the first page.
If someone know how can I change that, I would appreciate.
By the way, I use Lyx and the following code is in the document preamble.
I'm new on the forum, so if I did something wrong you can tell me !
Thanks in advance !
\addcontentsline{toc}{chapter}{Contents}
\addcontentsline{toc}{chapter}{List Of Figures}
\addcontentsline{toc}{chapter}{Nomenclature}
\usepackage {nomencl}%
\renewcommand{\nompreamble}{The next list describes several symbols that will be later used within the body of the document}%
% This will add the units
%----------------------------------------------
\newcommand{\nomunit}[1]{%
\renewcommand{\nomentryend}{\hspace*{\fill}#1}}
%----------------------------------------------