Answers for "suprimmer la numeration d un section dans latex"

0

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}
Posted by: Guest on March-15-2022

Code answers related to "suprimmer la numeration d un section dans latex"

Browse Popular Code Answers by Language