Skip to content

Instantly share code, notes, and snippets.

@stevenlr
Created November 27, 2010 21:57
Show Gist options
  • Save stevenlr/718321 to your computer and use it in GitHub Desktop.
Save stevenlr/718321 to your computer and use it in GitHub Desktop.
latex model
\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
\pagestyle{empty}
\begin{document}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment