-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrapportCourt.tex
More file actions
104 lines (78 loc) · 2.54 KB
/
rapportCourt.tex
File metadata and controls
104 lines (78 loc) · 2.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
\documentclass[11pt,a4paper,french]{scrartcl}
%Reconnaissance des lettre du clavier
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{babel}
\usepackage[a4paper]{geometry}
\usepackage[pdftex,
pdfauthor={Auteurs},
pdftitle={Rapport de},
pdfsubject={Sujet},
pdfkeywords={Rapport de, Centrale Lyon,},
pdfproducer={Latex with hyperref, or other system}]{hyperref}
\usepackage{fancyhdr} % Des titres fouqués
\usepackage{lipsum} % Mettre du texte lipsum en maquette
\usepackage[final]{microtype}
\usepackage{amsmath,amsfonts,amsthm} % Math packages
\usepackage{mathpazo}
\usepackage[pdftex]{graphicx}
\usepackage{url}
\usepackage{xcolor}
%%% Custom sectioning
\usepackage{sectsty}
\allsectionsfont{\centering \normalfont\scshape}
%%% Custom headers/footers (fancyhdr package)
\usepackage{fancyhdr}
\pagestyle{fancyplain}
\fancyhead{} % No page header
\fancyfoot[L]{} % Empty
\fancyfoot[C]{} % Empty
\fancyfoot[R]{\thepage} % Pagenumbering
\renewcommand{\headrulewidth}{0pt} % Remove header underlines
\renewcommand{\footrulewidth}{0pt} % Remove footer underlines
\setlength{\headheight}{13.6pt}
%%% Equation and float numbering
\numberwithin{equation}{section} % Equationnumbering: section.eq#
\numberwithin{figure}{section} % Figurenumbering: section.fig#
\numberwithin{table}{section} % Tablenumbering: section.tab#
%%% Maketitle metadata
\newcommand{\horrule}[1]{\rule{\linewidth}{#1}} % Horizontal rule
\title{
\vspace{-1.2in}
\usefont{OT1}{bch}{b}{n}
\normalfont \normalsize \textsc{École centrale de Lyon} \\ [25pt]
\horrule{0.5pt} \\[0.1cm]
\huge Rapport de \\
\horrule{2pt} \\[0.2cm]
}
\author{
\normalfont \normalsize
\textsc{Bastien Laville} (promotion entrante 2017)\\[-3pt] \normalsize
\today
}
\date{}
%%%% STYLE %%%%
\topmargin=0in
\evensidemargin=0in
\oddsidemargin=0in
\textwidth=6.5in
\textheight=9.0in
\headsep=0.3in %0.25
\evensidemargin=0in
\oddsidemargin=-0.15in
\textwidth=6.5in
\textheight=9.0in
\headsep=0.3in %0.25
%\definecolor{CentraleRed}{rgb}{0.558,0.09, 0.18}%personal color
%\definecolor{CentraleGray}{rgb}{0.67,0.67, 0.67}%personal color
%\definecolor{CentraleGrayEq}{RGB}{66,66,66}%personal color
%
%\sectionfont{\centering \color{CentraleRed}} % sets colour of sections
%\subsectionfont{\centering \color{CentraleRed}} % sets colour of sections
%%% Begin document %%%
\begin{document}
\maketitle
%%% 1re section %%%
\section{Ma section}
%%% End document
\end{document}