|
@@ -8,6 +8,25 @@
|
|
|
\usepackage[cyr]{aeguill}
|
|
|
\usepackage{xspace}
|
|
|
|
|
|
+\usepackage{titlesec}
|
|
|
+\titleformat
|
|
|
+{\chapter} % command
|
|
|
+[display] % shape
|
|
|
+{\bfseries\Large} % format
|
|
|
+{Chapitre \ \thechapter} % label
|
|
|
+{0.5ex} % sep
|
|
|
+{
|
|
|
+ \rule{\textwidth}{1pt}
|
|
|
+ \vspace{1ex}
|
|
|
+ \centering
|
|
|
+} % before-code
|
|
|
+[
|
|
|
+\vspace{-0.5ex}%
|
|
|
+\rule{\textwidth}{0.3pt}
|
|
|
+] % after-code
|
|
|
+
|
|
|
+\titlespacing{\chapter}{12pc}{0.5ex plus .1ex minus .2ex}{1pc}
|
|
|
+
|
|
|
\newcommand{\inltype}[1]{\texttt{\detokenize{#1}}}
|
|
|
|
|
|
\begin{document}
|