/ Published in: LaTeX
Expand |
Embed | Plain Text
\documentclass{report} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} \usepackage[francais]{babel} \usepackage[top=2cm, bottom=2cm, left=3cm, right=3cm]{geometry} \setcounter{secnumdepth}{4} \setcounter{tocdepth}{3} \makeatletter \newcounter {subsubsubsection}[subsubsection] \renewcommand\thesubsubsubsection{\thesubsubsection .\@arabic\c@subsubsubsection} \newcommand\subsubsubsection{\@startsection{subsubsubsection}{4}{\z@}% {-3.25ex\@plus -1ex \@minus -.2ex}% {1.5ex \@plus .2ex}% {\normalfont\normalsize\bfseries}} \newcommand*\l@subsubsubsection{\@dottedtocline{3}{10.0em}{4.1em}} \newcommand*{\subsubsubsectionmark}[1]{} \makeatother \begin{document} \end{document}
You need to login to post a comment.
