Update Colors and Thumbnail
Signed-off-by: Léopold Clément <leopold.clement@laposte.net>
This commit is contained in:
parent
58eef994c2
commit
4df0a0236b
5 changed files with 10 additions and 3544 deletions
|
@ -62,7 +62,8 @@ Copier le fichier ```ensps.sty``` dans le répertoire de votre propre rapport et
|
|||
## Ressources utiles (et pour aller plus loin)
|
||||
|
||||
- un peu de typographie française ;
|
||||
- 10 règles fondamentales en LaTeX disponible [ici](https://faculty.math.illinois.edu/~hildebr/tex/tips-topten.html)
|
||||
- 10 règles fondamentales en LaTeX disponible [ici](https://faculty.math.illinois.edu/~hildebr/tex/tips-topten.html) ;
|
||||
- La [charte graphique de l'ENS](http://intranet.ens-paris-saclay.fr/servlet/com.univ.collaboratif.utils.LectureFichiergw?CODE_FICHIER=1513867394649&ID_FICHE=176742)
|
||||
|
||||
## Comment contribuer ?
|
||||
|
||||
|
|
|
@ -99,6 +99,7 @@
|
|||
|
||||
\definecolor{ENSBlue}{RGB}{0, 119, 139}
|
||||
\definecolor{ENSLightBlue}{RGB}{0, 230, 180}
|
||||
\definecolor{ENSLightGrey}{RGB}{190, 200, 200}
|
||||
\definecolor{ENSDarkBlue}{RGB}{10, 50, 80}
|
||||
\definecolor{matlabGreen}{RGB}{28, 172, 0} % Pour le listing des codes
|
||||
\definecolor{matlabLilas}{RGB}{170, 55, 241}
|
||||
|
@ -119,7 +120,7 @@
|
|||
|
||||
|
||||
\newenvironment{cadregris}{
|
||||
\def\FrameCommand{{\color{ENSDarkBlue}\vrule width 3pt}\colorbox{ENSLightBlue}}%
|
||||
\def\FrameCommand{{\color{ENSDarkBlue}\vrule width 3pt}\colorbox{ENSLightGrey}}%
|
||||
\MakeFramed {\advance\hsize-\width \FrameRestore}}%
|
||||
{\endMakeFramed}
|
||||
|
||||
|
@ -203,7 +204,7 @@
|
|||
|
||||
%------- Abréviations, langages et programme utiles
|
||||
|
||||
\newcommand{\ens}{l'École normale supérieur Paris-Saclay}
|
||||
\newcommand{\ens}{École normale supérieur Paris-Saclay}
|
||||
\newcommand{\matlab}{\textsc{Matlab}}
|
||||
\newcommand{\python}{\emph{python}}
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
BIN
eps/logo_ENSPS_UPS.png
Normal file
BIN
eps/logo_ENSPS_UPS.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 105 KiB |
11
rapport.tex
11
rapport.tex
|
@ -3,7 +3,7 @@
|
|||
% vim: set fenc=utf-8
|
||||
\documentclass[a4paper,12pt,french]{article}
|
||||
|
||||
\usepackage{centrale}
|
||||
\usepackage{ensps}
|
||||
|
||||
\hypersetup{
|
||||
pdftitle={Titre},
|
||||
|
@ -29,7 +29,7 @@
|
|||
\begin{titlepage}
|
||||
\begin{center}
|
||||
|
||||
\includegraphics[width=1\textwidth]{logo_ECL_rectangle_quadri_vectoriel.ai}\\[1cm]
|
||||
\includegraphics[height = 3 cm]{logo_ENSPS_UPS.png}\\[1cm]
|
||||
|
||||
{\large Intitulé de la filière, domaine ou approfondissement}\\[0.5cm]
|
||||
|
||||
|
@ -229,10 +229,9 @@ Insérez ici, des mots-clés, pour décrire, votre rapport.
|
|||
\\
|
||||
\noindent\rule[2pt]{\textwidth}{0.5pt}
|
||||
\begin{center}
|
||||
École centrale de Lyon\\
|
||||
36, Avenue Guy de Collongue\\
|
||||
Code du labo concerné\\
|
||||
69134 Écully
|
||||
\ens \\
|
||||
4, avenue des Sciences\\
|
||||
91190 Gif-sur-Yvette
|
||||
\end{center}
|
||||
\vspace*{\fill}
|
||||
|
||||
|
|
Loading…
Reference in a new issue