|
|
@@ -20,7 +20,7 @@
|
|
20
|
20
|
%% LaTeX version 1999/12/01 or later.
|
|
21
|
21
|
\NeedsTeXFormat{LaTeX2e}
|
|
22
|
22
|
\ProvidesPackage{polytechnique}
|
|
23
|
|
- [2015/05/28 v1.3.2, standard scientific documents layout for Ecole polytechnique (Palaiseau,France).]
|
|
|
23
|
+ [2015/07/04 v1.3.3, standard scientific documents layout for Ecole polytechnique (Palaiseau,France).]
|
|
24
|
24
|
%%\CharacterTable
|
|
25
|
25
|
%% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
|
|
26
|
26
|
%% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
|
|
|
@@ -170,21 +170,31 @@
|
|
170
|
170
|
\definecolor{rouge485}{RGB}{213,43,30}
|
|
171
|
171
|
\definecolor{bleu315}{RGB}{0,104,128}
|
|
172
|
172
|
\ifpdf
|
|
173
|
|
- \newcommand{\polyfiletlongrouge}{filetlongrouge.pdf}
|
|
|
173
|
+ \newcommand{\polyfiletlongrouge}
|
|
|
174
|
+ {polytechnique-filetlongrouge.pdf}
|
|
174
|
175
|
\newcommand{\polyfiletcourtbleuclair}
|
|
175
|
|
- {filetcourtbleuclair.pdf}
|
|
176
|
|
- \newcommand{\polyfiletcourtbleu}{filetcourtbleu.pdf}
|
|
177
|
|
- \newcommand{\polylogovert}{logovert.pdf}
|
|
178
|
|
- \newcommand{\polylogohori}{logohori.pdf}
|
|
179
|
|
- \newcommand{\polyarmes}{armes.pdf}
|
|
|
176
|
+ {polytechnique-filetcourtbleuclair.pdf}
|
|
|
177
|
+ \newcommand{\polyfiletcourtbleu}
|
|
|
178
|
+ {polytechnique-filetcourtbleu.pdf}
|
|
|
179
|
+ \newcommand{\polylogovert}
|
|
|
180
|
+ {polytechnique-logovert.pdf}
|
|
|
181
|
+ \newcommand{\polylogohori}
|
|
|
182
|
+ {polytechnique-logohori.pdf}
|
|
|
183
|
+ \newcommand{\polyarmes}
|
|
|
184
|
+ {polytechnique-armes.pdf}
|
|
180
|
185
|
\else
|
|
181
|
|
- \newcommand{\polyfiletlongrouge}{filetlongrouge.eps}
|
|
|
186
|
+ \newcommand{\polyfiletlongrouge}
|
|
|
187
|
+ {polytechnique-filetlongrouge.eps}
|
|
182
|
188
|
\newcommand{\polyfiletcourtbleuclair}
|
|
183
|
|
- {filetcourtbleuclair.eps}
|
|
184
|
|
- \newcommand{\polyfiletcourtbleu}{filetcourtbleu.eps}
|
|
185
|
|
- \newcommand{\polylogovert}{logovert.eps}
|
|
186
|
|
- \newcommand{\polylogohori}{logohori.eps}
|
|
187
|
|
- \newcommand{\polyarmes}{armes.eps}
|
|
|
189
|
+ {polytechnique-filetcourtbleuclair.eps}
|
|
|
190
|
+ \newcommand{\polyfiletcourtbleu}
|
|
|
191
|
+ {polytechnique-filetcourtbleu.eps}
|
|
|
192
|
+ \newcommand{\polylogovert}
|
|
|
193
|
+ {polytechnique-logovert.eps}
|
|
|
194
|
+ \newcommand{\polylogohori}
|
|
|
195
|
+ {polytechnique-logohori.eps}
|
|
|
196
|
+ \newcommand{\polyarmes}
|
|
|
197
|
+ {polytechnique-armes.eps}
|
|
188
|
198
|
\fi
|
|
189
|
199
|
\newlength{\margehaut}
|
|
190
|
200
|
\setlength{\margehaut}{40mm}
|