Update centrale.sty
This commit is contained in:
parent
36f27bcfcc
commit
62b3f0d369
1 changed files with 7 additions and 7 deletions
14
centrale.sty
14
centrale.sty
|
@ -3,7 +3,7 @@
|
||||||
% vim: set fenc=utf-8
|
% vim: set fenc=utf-8
|
||||||
%% Informations générales
|
%% Informations générales
|
||||||
\NeedsTeXFormat{LaTeX2e}[1999/01/01]
|
\NeedsTeXFormat{LaTeX2e}[1999/01/01]
|
||||||
\ProvidesPackage{centrale}[2019/03/19 v0.31 centrale: standard scientific documents layout for Centrale Lyon - Copyright (C) Bastien Laville, 2019]
|
\ProvidesPackage{centrale}[2019/04/23 v1.0 centrale: standard scientific documents layout for Centrale Lyon - Copyright (C) Bastien Laville, 2019]
|
||||||
|
|
||||||
%------------------------------------------ CHARGEMENT DES EXTENSIONS ------------------------------------------%
|
%------------------------------------------ CHARGEMENT DES EXTENSIONS ------------------------------------------%
|
||||||
|
|
||||||
|
@ -54,8 +54,8 @@
|
||||||
\RequirePackage{graphicx} % Importer image
|
\RequirePackage{graphicx} % Importer image
|
||||||
\RequirePackage{array} % Importer tableau
|
\RequirePackage{array} % Importer tableau
|
||||||
\RequirePackage{colortbl} % Couleurs dans le tableau
|
\RequirePackage{colortbl} % Couleurs dans le tableau
|
||||||
\RequirePackage{array} % Pour des tableaux bien formaté
|
\RequirePackage{array} % Pour des tableaux bien formatés
|
||||||
\RequirePackage{multirow} % Fusion des lignes dans les tableaux
|
\RequirePackage{multirow} % Fusion des lignes dans les tableaux
|
||||||
|
|
||||||
% ------------- Des sections et des sous-titres -------------
|
% ------------- Des sections et des sous-titres -------------
|
||||||
\RequirePackage{titlesec}
|
\RequirePackage{titlesec}
|
||||||
|
@ -182,10 +182,10 @@
|
||||||
\newcommand{\C}{\mathbb{C}}
|
\newcommand{\C}{\mathbb{C}}
|
||||||
\newcommand{\N}{\mathbb{N}}
|
\newcommand{\N}{\mathbb{N}}
|
||||||
\newcommand{\K}{\mathbb{K}}
|
\newcommand{\K}{\mathbb{K}}
|
||||||
\newcommand{\Lens}{\mathcal{L}}
|
\newcommand{\Lens}{\mathcal{L}} % Lens pour "l'ENSemble L"
|
||||||
|
\newcommand{\Pens}{\mathcal{P}} % Pareil
|
||||||
\newcommand{\M}{\mathcal{M}}
|
\newcommand{\M}{\mathcal{M}}
|
||||||
\newcommand{\B}{\mathcal{B}}
|
\newcommand{\B}{\mathcal{B}}
|
||||||
\newcommand{\Pens}{\mathcal{P}}
|
|
||||||
\newcommand{\dom}{\mathcal{D}}
|
\newcommand{\dom}{\mathcal{D}}
|
||||||
\newcommand{\surf}{\mathcal{S}}
|
\newcommand{\surf}{\mathcal{S}}
|
||||||
\newcommand{\cont}{\mathcal{C}}
|
\newcommand{\cont}{\mathcal{C}}
|
||||||
|
@ -202,7 +202,7 @@
|
||||||
\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
|
% 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}
|
||||||
|
@ -213,7 +213,7 @@
|
||||||
|
|
||||||
%------------------------------------------METTRE DU CODE INFORMATIQUE------------------------------------------%
|
%------------------------------------------METTRE DU CODE INFORMATIQUE------------------------------------------%
|
||||||
|
|
||||||
%\usepackage{minted} % Paquet actuellement en développement
|
%\usepackage{minted} % Intégration du paquet actuellement en développement
|
||||||
|
|
||||||
\lstset{language=python,%
|
\lstset{language=python,%
|
||||||
basicstyle=\footnotesize,
|
basicstyle=\footnotesize,
|
||||||
|
|
Loading…
Reference in a new issue