Ajout commandes pour raccourcis
This commit is contained in:
parent
f3d78f517d
commit
501dd38125
2 changed files with 38 additions and 31 deletions
67
centrale.sty
67
centrale.sty
|
@ -96,13 +96,13 @@
|
|||
|
||||
%------------------------------------------DÉFINITIONS DES COULEURS------------------------------------------%
|
||||
|
||||
\definecolor{CentraleRed}{rgb}{0.558,0.09, 0.18}
|
||||
\definecolor{CentraleGray}{rgb}{0.67,0.67, 0.67}
|
||||
\definecolor{CentraleGrayEq}{RGB}{66,66,66}
|
||||
\definecolor{CentraleRed}{rgb}{0.558, 0.09, 0.18}
|
||||
\definecolor{CentraleGray}{rgb}{0.67, 0.67, 0.67}
|
||||
\definecolor{CentraleGrayEq}{RGB}{66, 66, 66}
|
||||
\definecolor{CentraleGrayLight}{gray}{0.92}
|
||||
\definecolor{CentraleBlue}{RGB}{0,67,89}
|
||||
\definecolor{matlabGreen}{RGB}{28,172,0} % Pour le listing des codes
|
||||
\definecolor{matlabLilas}{RGB}{170,55,241}
|
||||
\definecolor{CentraleBlue}{RGB}{0, 67, 89}
|
||||
\definecolor{matlabGreen}{RGB}{28, 172, 0} % Pour le listing des codes
|
||||
\definecolor{matlabLilas}{RGB}{170, 55, 241}
|
||||
|
||||
|
||||
%------------------------------------------SECTIONS, FIGURES ET TABLEAUX------------------------------------------%
|
||||
|
@ -187,36 +187,43 @@
|
|||
|
||||
%------- Notation des ensembles
|
||||
|
||||
\newcommand{\A}{\ensuremath{\mathcal{A}}}
|
||||
\newcommand{\R}{\ensuremath{\mathbb{R}}}
|
||||
\newcommand{\CC}{\ensuremath{\mathbb{C}}}
|
||||
\newcommand{\N}{\ensuremath{\mathbb{N}}}
|
||||
\newcommand{\K}{\ensuremath{\mathbb{K}}}
|
||||
\newcommand{\Lens}{\mathcal{L}} % Lens pour "l'ENSemble L"
|
||||
\newcommand{\Pens}{\mathcal{P}} % Pareil
|
||||
\newcommand{\M}{\ensuremath{\mathcal{M}}}
|
||||
\newcommand{\B}{\ensuremath{\mathcal{B}}}
|
||||
\newcommand{\dom}{\ensuremath{\mathcal{D}}}
|
||||
\newcommand{\surf}{\ensuremath{\mathcal{S}}}
|
||||
\newcommand{\cont}{\ensuremath{\mathcal{C}}}
|
||||
\newcommand{\A} {\ensuremath{\mathcal{A}}}
|
||||
\newcommand{\R} {\ensuremath{\mathbb{R}}}
|
||||
\newcommand{\CC} {\ensuremath{\mathbb{C}}}
|
||||
\newcommand{\N} {\ensuremath{\mathbb{N}}}
|
||||
\newcommand{\K} {\ensuremath{\mathbb{K}}}
|
||||
\newcommand{\Lens} {\mathcal{L}} % Lens pour "l'ENSemble L"
|
||||
\newcommand{\Pens} {\mathcal{P}} % Pareil pour P
|
||||
\newcommand{\M} {\ensuremath{\mathcal{M}}}
|
||||
\newcommand{\B} {\ensuremath{\mathcal{B}}}
|
||||
\newcommand{\dom} {\ensuremath{\mathcal{D}}}
|
||||
\newcommand{\surf} {\ensuremath{\mathcal{S}}}
|
||||
\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
|
||||
|
||||
\DeclareMathOperator{\sinc}{sinc}
|
||||
\DeclareMathOperator{\sgn}{\text{sgn}}
|
||||
\DeclareMathOperator*{\argmax}{argmax}
|
||||
\DeclareMathOperator*{\argmin}{argmin}
|
||||
\newcommand{\vect}{\text{Vect}}
|
||||
\newcommand{\esp}{\ensuremath{\mathbb{E}}}
|
||||
\newcommand{\hilbert}{\ensuremath{\mathcal{H}}}
|
||||
\newcommand{\fourier}{\ensuremath{\mathcal{F}}}
|
||||
\DeclareMathOperator{\sinc} {sinc}
|
||||
\DeclareMathOperator{\sgn} {\text{sgn}}
|
||||
\DeclareMathOperator*{\argmax} {argmax}
|
||||
\DeclareMathOperator*{\argmin} {argmin}
|
||||
\newcommand{\vect} {\text{Vect}}
|
||||
\newcommand{\esp} {\ensuremath{\mathbb{E}}}
|
||||
\newcommand{\hilbert} {\ensuremath{\mathcal{H}}}
|
||||
\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")
|
||||
\DeclareFontFamily{U}{wncy}{}
|
||||
\DeclareFontShape{U}{wncy}{m}{n}{<->wncyr10}{}
|
||||
\DeclareSymbolFont{mcy}{U}{wncy}{m}{n}
|
||||
\DeclareMathSymbol{\Sh}{\mathord}{mcy}{"58}
|
||||
\DeclareFontFamily{U} {wncy}{}
|
||||
\DeclareFontShape{U} {wncy}{m}{n}{<->wncyr10}{}
|
||||
\DeclareSymbolFont{mcy} {U}{wncy}{m}{n}
|
||||
\DeclareMathSymbol{\Sh} {\mathord}{mcy}{"58}
|
||||
|
||||
%------- Autres
|
||||
|
||||
|
|
|
@ -215,7 +215,7 @@ Insérez ici, des mots-clés, pour décrire, votre rapport.
|
|||
\begin{center}
|
||||
École centrale de Lyon\\
|
||||
36, Avenue Guy de Collongue\\
|
||||
code du labo concerné\\
|
||||
Code du labo concerné\\
|
||||
69134 Écully
|
||||
\end{center}
|
||||
\vspace*{\fill}
|
||||
|
|
Loading…
Reference in a new issue