Ajout commandes pour raccourcis

This commit is contained in:
Bastien 2019-07-25 10:19:02 +01:00
parent f3d78f517d
commit 501dd38125
2 changed files with 38 additions and 31 deletions

View file

@ -96,13 +96,13 @@
%------------------------------------------DÉFINITIONS DES COULEURS------------------------------------------% %------------------------------------------DÉFINITIONS DES COULEURS------------------------------------------%
\definecolor{CentraleRed}{rgb}{0.558,0.09, 0.18} \definecolor{CentraleRed}{rgb}{0.558, 0.09, 0.18}
\definecolor{CentraleGray}{rgb}{0.67,0.67, 0.67} \definecolor{CentraleGray}{rgb}{0.67, 0.67, 0.67}
\definecolor{CentraleGrayEq}{RGB}{66,66,66} \definecolor{CentraleGrayEq}{RGB}{66, 66, 66}
\definecolor{CentraleGrayLight}{gray}{0.92} \definecolor{CentraleGrayLight}{gray}{0.92}
\definecolor{CentraleBlue}{RGB}{0,67,89} \definecolor{CentraleBlue}{RGB}{0, 67, 89}
\definecolor{matlabGreen}{RGB}{28,172,0} % Pour le listing des codes \definecolor{matlabGreen}{RGB}{28, 172, 0} % Pour le listing des codes
\definecolor{matlabLilas}{RGB}{170,55,241} \definecolor{matlabLilas}{RGB}{170, 55, 241}
%------------------------------------------SECTIONS, FIGURES ET TABLEAUX------------------------------------------% %------------------------------------------SECTIONS, FIGURES ET TABLEAUX------------------------------------------%
@ -187,36 +187,43 @@
%------- Notation des ensembles %------- Notation des ensembles
\newcommand{\A}{\ensuremath{\mathcal{A}}} \newcommand{\A} {\ensuremath{\mathcal{A}}}
\newcommand{\R}{\ensuremath{\mathbb{R}}} \newcommand{\R} {\ensuremath{\mathbb{R}}}
\newcommand{\CC}{\ensuremath{\mathbb{C}}} \newcommand{\CC} {\ensuremath{\mathbb{C}}}
\newcommand{\N}{\ensuremath{\mathbb{N}}} \newcommand{\N} {\ensuremath{\mathbb{N}}}
\newcommand{\K}{\ensuremath{\mathbb{K}}} \newcommand{\K} {\ensuremath{\mathbb{K}}}
\newcommand{\Lens}{\mathcal{L}} % Lens pour "l'ENSemble L" \newcommand{\Lens} {\mathcal{L}} % Lens pour "l'ENSemble L"
\newcommand{\Pens}{\mathcal{P}} % Pareil \newcommand{\Pens} {\mathcal{P}} % Pareil pour P
\newcommand{\M}{\ensuremath{\mathcal{M}}} \newcommand{\M} {\ensuremath{\mathcal{M}}}
\newcommand{\B}{\ensuremath{\mathcal{B}}} \newcommand{\B} {\ensuremath{\mathcal{B}}}
\newcommand{\dom}{\ensuremath{\mathcal{D}}} \newcommand{\dom} {\ensuremath{\mathcal{D}}}
\newcommand{\surf}{\ensuremath{\mathcal{S}}} \newcommand{\surf} {\ensuremath{\mathcal{S}}}
\newcommand{\cont}{\ensuremath{\mathcal{C}}} \newcommand{\cont} {\ensuremath{\mathcal{C}}}
%------- Abréviations, langages et programme utiles
\newcommand{\ecl}{l'École centrale de Lyon}
\newcommand{\matlab}{\textsc{Matlab}}
\newcommand{\python}{\emph{python}}
%------- Fonctions de traitement du signal %------- Fonctions de traitement du signal
\DeclareMathOperator{\sinc}{sinc} \DeclareMathOperator{\sinc} {sinc}
\DeclareMathOperator{\sgn}{\text{sgn}} \DeclareMathOperator{\sgn} {\text{sgn}}
\DeclareMathOperator*{\argmax}{argmax} \DeclareMathOperator*{\argmax} {argmax}
\DeclareMathOperator*{\argmin}{argmin} \DeclareMathOperator*{\argmin} {argmin}
\newcommand{\vect}{\text{Vect}} \newcommand{\vect} {\text{Vect}}
\newcommand{\esp}{\ensuremath{\mathbb{E}}} \newcommand{\esp} {\ensuremath{\mathbb{E}}}
\newcommand{\hilbert}{\ensuremath{\mathcal{H}}} \newcommand{\hilbert} {\ensuremath{\mathcal{H}}}
\newcommand{\fourier}{\ensuremath{\mathcal{F}}} \newcommand{\fourier} {\ensuremath{\mathcal{F}}}
% Ces 4 lignes définissent la lettre sha pour le peigne de Dirac (et pas le vieux "Pgn" comme "pougne") % Ces 4 lignes définissent la lettre sha pour le peigne de Dirac (et pas le vieux "Pgn" comme "pougne")
\DeclareFontFamily{U}{wncy}{} \DeclareFontFamily{U} {wncy}{}
\DeclareFontShape{U}{wncy}{m}{n}{<->wncyr10}{} \DeclareFontShape{U} {wncy}{m}{n}{<->wncyr10}{}
\DeclareSymbolFont{mcy}{U}{wncy}{m}{n} \DeclareSymbolFont{mcy} {U}{wncy}{m}{n}
\DeclareMathSymbol{\Sh}{\mathord}{mcy}{"58} \DeclareMathSymbol{\Sh} {\mathord}{mcy}{"58}
%------- Autres %------- Autres

View file

@ -215,7 +215,7 @@ Insérez ici, des mots-clés, pour décrire, votre rapport.
\begin{center} \begin{center}
École centrale de Lyon\\ École centrale de Lyon\\
36, Avenue Guy de Collongue\\ 36, Avenue Guy de Collongue\\
code du labo concerné\\ Code du labo concerné\\
69134 Écully 69134 Écully
\end{center} \end{center}
\vspace*{\fill} \vspace*{\fill}