L3 Dunand Moreau

Sign in or create your account | Project List | Help

L3 Dunand Moreau Commit Details

Date:2010-01-14 15:53:59 (7 months 25 days ago)
Author:Aurélien Dunand
Commit:a9dca04a7a3c776312645711a58ea1c85e8b4fc7
Message:Ajout de la macro pour modifier les noms des chapitres

Files: rapport/rapport.tex (1 diff)

Change Details

rapport/rapport.tex
22\usepackage[utf8]{inputenc}
33\usepackage[T1]{fontenc}
44\usepackage[frenchb]{babel}
5
56\title{Rapport du projet}
67\author{Dunand Aurélien \\ Moreau Alexandre}
8
9% Macros pour les noms de chapitres
10\makeatletter
11\def\@makechapterhead#1{%
12\vspace*{0\p@}%
13{\parindent \z@ \raggedright \normalfont
14\interlinepenalty\@M
15\ifnum \c@secnumdepth >\m@ne
16\Huge\bfseries \thechapter\quad
17\fi
18\Huge \bfseries #1\par\nobreak
19\vskip 40\p@
20}}
21
22\def\@makeschapterhead#1{%
23\vspace*{0\p@}%
24{\parindent \z@ \raggedright
25\normalfont
26\interlinepenalty\@M
27\Huge \bfseries #1\par\nobreak
28\vskip 40\p@
29}}
30\makeatother
31
732\begin{document}
833\maketitle
934\tableofcontents

Archive Download the corresponding diff file

Branches:
master