suprimmer la numeration d un section dans latex
\documentclass[12pt,a4paper]{report}
\usepackage[utf8x]{inputenc} \usepackage{ucs} \usepackage[T1]{fontenc}
\begin{document}
\chapter*{Chapitre 1}
\section*{Section 1}
\subsection*{Sous-section 1a}
\section*{Section 2}
\chapter*{Chapitre 2}
\section*{Section 1}
\end{document}