Ajout des catégories
This commit is contained in:
parent
3ddcf2459b
commit
994cbf877f
5 changed files with 68 additions and 6 deletions
12
lib/cr.sty
12
lib/cr.sty
|
@ -4,6 +4,7 @@
|
|||
\usepackage[T1]{fontenc}
|
||||
\usepackage{xparse}
|
||||
\usepackage{xcolor}
|
||||
\usepackage{titlesec}
|
||||
|
||||
\setcounter{tocdepth}{5}
|
||||
\setcounter{secnumdepth}{5}
|
||||
|
@ -155,6 +156,11 @@
|
|||
\reffsc{#6}
|
||||
}
|
||||
|
||||
\newcommand{\subsubsubsection}[1]{
|
||||
\paragraph{#1}
|
||||
}
|
||||
|
||||
\titleclass{\subsubsubsection}{straight}[\subsubsection]
|
||||
\newcounter{subsubsubsection}
|
||||
\renewcommand\thesubsubsubsection{\thesubsubsection.\arabic{subsubsubsection}}
|
||||
\titleformat{\subsubsubsection}
|
||||
{\normalfont\normalsize\bfseries}{\thesubsubsubsection}{1em}{}
|
||||
\titlespacing*{\subsubsubsection}
|
||||
{0pt}{3.25ex plus 1ex minus .2ex}{1.5ex plus .2ex}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue