]> AND Private Git Repository - ThesisAli.git/blob - upmethodology-fmt.sty
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
Update by Ali
[ThesisAli.git] / upmethodology-fmt.sty
1 % Layout and Pagraph Format for Unified Process Methodology
2 %
3 % Copyright (c) 2006-2009, 2012-2014 Stephane GALLAND <galland@arakhne.org>
4
5 % This program is free library; you can redistribute it and/or modify
6 % it under the terms of the GNU Lesser General Public License as
7 % published by the Free Software Foundation; either version 3 of the
8 % License, or any later version.
9 %
10 % This library is distributed in the hope that it will be useful, but
11 % WITHOUT ANY WARRANTY; without even the implied warranty of
12 % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13 % Lesser General Public License for more details.
14 %
15 % You should have received a copy of the GNU Lesser General Public
16 % License along with this library; see the file COPYING.  If not,
17 % write to the Free Software Foundation, Inc., 59 Temple Place - Suite
18 % 330, Boston, MA 02111-1307, USA.
19
20 \global\edef\upm@package@fmt@ver{2014/10/13}
21
22 \NeedsTeXFormat{LaTeX2e}[1995/12/01]
23 \ProvidesPackage{upmethodology-fmt}[\upm@package@fmt@ver]
24
25 \RequirePackage{upmethodology-p-common}
26
27 \gdef\upm@fmt@force@single@spacing#1{{\begin{singlespace}#1\end{singlespace}}}
28 \gdef\upm@date@head#1/#2\@nil{#1}
29 \gdef\upm@date@tail#1/#2\@nil{#2}
30 \gdef\upm@date@first#1{{\expandafter\upm@date@head#1\expandafter\@nil}}
31 \gdef\upm@date@second#1{{\expandafter\expandafter\expandafter\upm@date@head\expandafter\upm@date@tail#1\expandafter\@nil\expandafter\expandafter\expandafter\@nil}}
32 \gdef\upm@date@third#1{{\expandafter\expandafter\expandafter\upm@date@tail\expandafter\upm@date@tail#1\expandafter\@nil\expandafter\expandafter\expandafter\@nil}}
33
34 \newif\ifupm@use@override@standard@lists
35 \global\upm@use@override@standard@liststrue
36
37 %----------------------------------------
38 % LOCALES
39 %----------------------------------------
40 \global\let\upm@format@lang@extractyear\upm@date@first%
41 \def\upm@format@lang@english{%
42   \gdef\upm@lang@@{\message{**** upmethodology-fmt is using English language ****}}%
43   \global\renewcommand{\upm@format@lang@makedate}[3]{##3\string/\two@digits{##2}\string/\two@digits{##1}}%
44   \global\let\upm@format@lang@extractyear\upm@date@first%
45   \global\let\upm@format@lang@extractmonth\upm@date@second%
46   \gdef\upm@format@lang@professor{Pr.}%
47   \gdef\upm@format@lang@doctor{Dr.}%
48   \gdef\upm@format@lang@phdoctor{Ph.D.}%
49   \gdef\upm@format@lang@scdoctor{Sc.D.}%
50   \gdef\upm@format@lang@mdoctor{M.D.}%
51   \gdef\upm@format@lang@professionalengineer{CEng.}%
52   \gdef\upm@format@lang@incorporatedengineer{IEng.}%
53 }
54 \def\upm@format@lang@french{%
55   \gdef\upm@lang@@{\message{**** upmethodology-fmt is using French language ****}}%
56   \global\renewcommand{\upm@format@lang@makedate}[3]{\two@digits{##1}\string/\two@digits{##2}\string/##3}%
57   \global\let\upm@format@lang@extractyear\upm@date@third%
58   \global\let\upm@format@lang@extractmonth\upm@date@second%
59   \global\let\upm@format@lang@extractday\upm@date@first%
60   \gdef\upm@format@lang@professor{Pr.}%
61   \gdef\upm@format@lang@doctor{Dr.}%
62   \gdef\upm@format@lang@phdoctor{Ph.D.}%
63   \gdef\upm@format@lang@scdoctor{Sc.D.}%
64   \gdef\upm@format@lang@mdoctor{M.D.}%
65   \gdef\upm@format@lang@professionalengineer{Ing.}%
66   \gdef\upm@format@lang@incorporatedengineer{Ing.}%
67 }
68 \global\providecommand{\upm@format@lang@makedate}[3]{}%
69
70 %----------------------------------------
71 % OPTIONS
72 %----------------------------------------
73 \DeclareOption{french}{%
74   \upm@format@lang@french
75   \PassOptionsToPackage{french}{varioref}
76 }
77 \DeclareOption{francais}{%
78   \upm@format@lang@french
79   \PassOptionsToPackage{french}{varioref}
80 }
81 \DeclareOption{english}{%
82   \upm@format@lang@english
83   \PassOptionsToPackage{english}{varioref}
84 }
85 \DeclareOption{standardlists}{%
86   \global\upm@use@override@standard@listsfalse
87 }
88 \ExecuteOptions{english}
89 \ProcessOptions
90 \upm@lang@@
91
92
93 \RequirePackage{graphicx}
94 \RequirePackage{subfigure}
95 \RequirePackage{tabularx}
96 \RequirePackage{multicol}
97 \RequirePackage{colortbl}
98 \RequirePackage{picinpar}
99 \RequirePackage{amsmath}
100 \RequirePackage{amsthm}
101 \RequirePackage{thmtools}
102 \RequirePackage{pifont}
103 \RequirePackage{setspace}
104 \RequirePackage{varioref}
105 \RequirePackage{txfonts}
106 \RequirePackage{relsize}
107 \RequirePackage{xkeyval}
108 \RequirePackage{hyphenat}
109 \RequirePackage{bbm}
110 \RequirePackage{environ}% for advanced environment declaration
111
112 %----------------------------------------
113 % Exponent and indice
114 %----------------------------------------
115 % Exponent
116 %\newcommand{\textsup}[1]{\ensuremath{^{\text{#1}}}\xspace}
117 \newcommand{\textsup}[1]{\upm@textsuperscript{#1}\xspace}
118 % Indice
119 %\newcommand{\textsub}[1]{\ensuremath{_{\text{#1}}}\xspace}
120 \newcommand{\textsub}[1]{\upm@textsubscript{#1}\xspace}
121
122 %----------------------------------------
123 % Major Emphazing
124 %----------------------------------------
125 \newcommand{\Emph}[1]{\textbf{#1}\xspace}
126
127 %----------------------------------------
128 % SYMBOLS
129 %----------------------------------------
130 \renewcommand{\copyright}{\Pisymbol{psy}{211}\xspace}
131 \newcommand{\trademark}{\Pisymbol{psy}{228}\xspace}
132 \newcommand{\regmark}{\Pisymbol{psy}{226}\xspace}
133 \newcommand{\smalltrade}{{\tiny\trademark}\xspace}
134 \newcommand{\smallreg}{{\tiny\regmark}\xspace}
135 \newcommand{\smallcopy}{{\tiny\copyright}\xspace}
136 \newcommand{\ust}{\textsup{st}}
137 \newcommand{\und}{\textsup{nd}}
138 \newcommand{\urd}{\textsup{rd}}
139 \newcommand{\uth}{\textsup{th}}
140
141 %----------------------------------------
142 % MATH SYMBOLS
143 %----------------------------------------
144 \newcommand{\R}{\ensuremath{\mathbb{R}}}
145 \newcommand{\N}{\ensuremath{\mathbb{N}}}
146 \newcommand{\Z}{\ensuremath{\mathbb{Z}}}
147 \newcommand{\C}{\ensuremath{\mathbb{C}}}
148 \newcommand{\Q}{\ensuremath{\mathbb{Q}}}
149 \newcommand{\powerset}{\ensuremath{\mathcal{P}}}
150
151 \DeclareMathOperator{\sgn}{sgn}
152
153 %----------------------------------------
154 % DEFAULT GRAPHICX CONFIGURATION
155 %----------------------------------------
156
157 \ifpdf
158   \DeclareGraphicsExtensions{.pdf,.png,.jpg,.jpeg,.gif}
159 \else
160   \DeclareGraphicsExtensions{.eps,.png,.jpg,.jpeg,.gif}
161 \fi
162 \graphicspath{{./}}
163
164 %----------------------------------------
165 % FIGURES
166 %----------------------------------------
167
168 \newcommand{\upm@mfigure}[5][ht]{
169         \begin{figure}[#1]%
170                 \begin{center}%
171                         \includegraphics[#2]{#3}%
172                         \caption{#4}%
173                         \label{fig:#5}%
174                 \end{center}%
175         \end{figure}%
176 }
177 \newcommand{\upm@mfigurestar}[5][ht]{
178         \begin{figure*}[#1]%
179                 \begin{center}%
180                         \includegraphics[#2]{#3}%
181                         \caption{#4}%
182                         \label{fig:#5}%
183                 \end{center}%
184         \end{figure*}%
185 }
186 %-----
187 %\mfigure[position]{options}{filename}{caption}{label}
188 \def\mfigure{\@ifstar\upm@mfigurestar\upm@mfigure}
189 %-----
190 %\figref{label}
191 \newcommand{\figref}[1]{\ref{fig:#1}}
192 %-----
193 %\figpageref{label}
194 \newcommand{\figpageref}[1]{\pageref{fig:#1}}
195
196 %-----
197 % Multi-figures
198
199 \newcounter{upm@subfigure@count}
200
201 \newcommand{\upm@beginsubfigure}[4]{
202         \let\upm@mfiguresaved\mfigure
203         %options,filename,caption,label
204         \renewcommand{\mfigure}[5][]{
205                 \xdef\upm@tmp@subfigure@label{\alph{upm@subfigure@count}}%
206                 \subfigure[##4]{%
207                         \includegraphics[##2]{##3}%
208                         \label{fig:##5}%
209                         \label{fig:#4:\upm@tmp@subfigure@label}%
210                 }%
211                 \addtocounter{upm@subfigure@count}{1}%
212         }
213         %options,filename,caption
214         \newcommand{\msubfigure}[3]{
215                 \xdef\upm@tmp@subfigure@label{\alph{upm@subfigure@count}}%
216                 \subfigure[##3]{%
217                         \includegraphics[##1]{##2}%
218                         \label{fig:#4:\upm@tmp@subfigure@label}%
219                 }%
220                 \addtocounter{upm@subfigure@count}{1}%
221         }
222         \setcounter{upm@subfigure@count}{1}
223         \gdef\upm@mfigurescaption{#3}%
224         \gdef\upm@mfigureslabel{fig:#4}%
225         \begin{#1}[#2]\centering %
226 }
227
228 \newcommand{\upm@endsubfigure}[1]{
229                 \caption{\upm@mfigurescaption}%
230                 \label{\upm@mfigureslabel}%
231         \end{#1}%
232         \let\mfigure\upm@mfiguresaved
233 }
234
235 %-----
236 %\mfigures[position]{caption}{label}
237 \newenvironment{mfigures}[3][ht]{
238         \upm@beginsubfigure{figure}{#1}{#2}{#3}%
239 }{%
240         \upm@endsubfigure{figure}%
241 }
242 %-----
243 %\mfigures*[position]{caption}{label}
244 \newenvironment{mfigures*}[3][ht]{
245         \upm@beginsubfigure{figure*}{#1}{#2}{#3}%
246 }{%
247         \upm@endsubfigure{figure*}%
248 }
249
250 %----------------------------------------
251 % IMAGES INCLUDING TeX EXPRESSIONS
252 %----------------------------------------
253
254 %
255 % This section is copied from the AutoLaTeX package
256 % http://www.arakhne.org/autolatex
257 %
258
259 %-----
260 %\DeclareGraphicsExtensionsWtex{coma separated extensions}
261 \providecommand{\DeclareGraphicsExtensionsWtex}[1]{%
262         \xdef\@autolatex@wtfig@extensions{\zap@space#1 \@empty}%
263 }
264 \ifpdf
265    \DeclareGraphicsExtensionsWtex{.pdftex_t,.pdf_tex}
266 \else
267   \DeclareGraphicsExtensionsWtex{.pstex_t,.ps_tex}
268 \fi
269
270 \providecommand{\@autolatex@wtfig@searchinpath}[1]{%
271         \IfFileExists{#1}{%
272                 \protected@edef\@autolatex@wtfig@tmp{\protect\resizebox{\@autolatex@wtfig@width}{\@autolatex@wtfig@height}{\protect\input{#1}}}%
273         }{%
274                 \@for\@autolatex@wtfig@pathtmp:=\Ginput@path\do{%
275                         \ifx\@autolatex@wtfig@tmp\relax%
276                                 \IfFileExists{\@autolatex@wtfig@pathtmp#1}{%
277                                         \protected@edef\@autolatex@wtfig@tmp{\protect\resizebox{\@autolatex@wtfig@width}{\@autolatex@wtfig@height}{\protect\input{\@autolatex@wtfig@pathtmp#1}}}%
278                                 }{}%
279                         \fi%
280                 }%
281         }%
282 }
283
284 \define@key[autolatex]{withtex}{width}{%
285         \gdef\@autolatex@wtfig@width{#1}%
286 }
287 \define@key[autolatex]{withtex}{height}{%
288         \gdef\@autolatex@wtfig@height{#1}%
289 }
290
291 %-----
292 %\includefigurewtex[width=xx,height=yy]{filename}
293 \providecommand{\includefigurewtex}[2][width=\linewidth]{%
294         \begingroup%
295         \gdef\@autolatex@wtfig@width{!}%
296         \gdef\@autolatex@wtfig@height{!}%
297         \setkeys[autolatex]{withtex}{#1}%
298         %
299         \global\let\@autolatex@wtfig@tmp\relax%
300         \global\let\@autolatex@wtfig@ext\relax%
301         \global\let\@autolatex@wtfig@path\relax%
302         \filename@parse{#2}%
303         \ifx\filename@ext\relax%
304                 \@for\@autolatex@wtfig@exttmp:=\@autolatex@wtfig@extensions\do{%
305                         \@autolatex@wtfig@searchinpath{#2\@autolatex@wtfig@exttmp}%
306                 }%
307         \else%
308                 \@autolatex@wtfig@searchinpath{#2\@autolatex@wtfig@exttmp}%
309         \fi%
310         %
311         \ifx\@autolatex@wtfig@tmp\relax%
312                 \errmessage{Package upmethodology-fmt: File not found '#2', needed for figure inclusion}%
313         \else%
314                 \@autolatex@wtfig@tmp%
315         \fi%
316         %
317         \endgroup%
318 }
319
320 \global\let\includegraphicswtex\includefigurewtex
321
322 %----------------------------------------
323 % ENVIRONMENT FOR IMAGES INCLUDING TeX EXPRESSIONS
324 %----------------------------------------
325
326 \gdef\upm@figtex@dyncaption@remove{}
327 \gdef\upm@figtex@figremove#1{%
328         \global\expandafter\let\csname FIG#1\endcsname\relax%
329 }
330 \gdef\upm@figtex@restore{%
331         \upm@figtex@dyncaption@remove%
332         \gdef\upm@figtex@dyncaption@remove{}
333 }
334 %-----
335 %\figmath{id}{content}
336 \def\figmath#1#2{%
337         \expandafter\gdef\csname FIG#1\endcsname{\ensuremath{#2}}%
338         \global\protected@edef\upm@figtex@dyncaption@remove{\upm@figtex@dyncaption@remove\protect\upm@figtex@figremove{#1}}%
339 }
340 %-----
341 %\figtext{id}{content}
342 \def\figtext#1#2{%
343         \expandafter\gdef\csname FIG#1\endcsname{#2}%
344         \global\protected@edef\upm@figtex@dyncaption@remove{\upm@figtex@dyncaption@remove\protect\upm@figtex@figremove{#1}}%
345 }
346
347 \let\upm@fmt@figtex@nil\@nil
348 \def\upm@fmt@figtex@parseparams#1=#2\upm@fmt@figtex@nil{\gdef\@tmp{#2}}
349
350 \newcommand{\upm@mfigurewtex}[5][ht]{
351         \begin{figure}[#1]%
352                 \begin{center}%
353                         % Providing an ascendent compatibility on the second parameter:
354                         % - Prefered value of the parameter: a list of key/value pairs;
355                         % - Old fashion value of the parameter: the value for the "width" key.
356                         {\upm@fmt@figtex@parseparams #2====\upm@fmt@figtex@nil}%
357                         \ifthenelse{\equal{\@tmp}{===}}{%
358                                 \includegraphicswtex[width=#2]{#3}%
359                         }{%
360                                 \includegraphicswtex[#2]{#3}%
361                         }%
362                         \caption{#4}%
363                         \label{fig:#5}%
364                 \end{center}%
365         \end{figure}%
366         \upm@figtex@restore%
367 }
368 \newcommand{\upm@mfigurewtexstar}[5][ht]{
369         \begin{figure*}[#1]%
370                 \begin{center}%
371                         % Providing an ascendent compatibility on the second parameter:
372                         % - Prefered value of the parameter: a list of key/value pairs;
373                         % - Old fashion value of the parameter: the value for the "width" key.
374                         {\upm@fmt@figtex@parseparams #2====\upm@fmt@figtex@nil}%
375                         \ifthenelse{\equal{\@tmp}{===}}{%
376                                 \includegraphicswtex[width=#2]{#3}%
377                         }{%
378                                 \includegraphicswtex[#2]{#3}%
379                         }%
380                         \caption{#4}%
381                         \label{fig:#5}%
382                 \end{center}%
383         \end{figure*}%
384         \upm@figtex@restore%
385 }
386 %-----
387 %\mfigurewtex[position]{options}{filename}{caption}{label}
388 \def\mfigurewtex{\@ifstar\upm@mfigurewtexstar\upm@mfigurewtex}
389
390
391
392 %----------------------------------------
393 % TABLES
394 %----------------------------------------
395
396 %table's colors
397 \definecolor{backtableheader}{rgb}{0.92,0.94,1}
398 \definecolor{fronttableheader}{rgb}{0.23,0.33,0.48}
399 %title of a table
400 \def\upm@fmt@table@title#1{\color{fronttableheader} \cellcolor{backtableheader} {\bfseries #1}}
401 %title of columns
402 \def\upm@fmt@table@column@title#1{\hfil{\color{fronttableheader} \cellcolor{backtableheader} {\itshape#1}}\hfil}
403
404 % Utility functions for mtabular
405 \newcounter{upm@fmt@mtabular@columnnumber}
406
407 \gdef\upm@fmt@mtabular@expandtitle#1#2{%
408         \multicolumn{#1}{|c|}{\upm@fmt@table@title{\ignorespaces#2\ignorespaces}}%
409 }
410
411 \newcommand{\tabulartitlespec}[1]{%
412         \gdef\upm@fmt@mtabular@expandtitle##1##2{%
413                 \multicolumn{##1}{#1}{\upm@fmt@table@title{\ignorespaces##2\ignorespaces}}%
414         }
415 }
416
417 %-----
418 %\mtabular[width]{ncolumns}{columns}
419 \newenvironment{mtabular}[3][\linewidth]{%
420         \newcommand{\tabulartitle}[1]{%
421                 \hline%
422                 \upm@fmt@mtabular@expandtitle{#2}{##1} \\%
423                 \hline%
424         }%
425         \newcommand{\tabulartitleinside}[1]{%
426                 \hline\hline%
427                 \upm@fmt@mtabular@expandtitle{#2}{##1} \\%
428                 \hline%
429         }%
430         \newcommand*{\upm@fmt@mtabular@column@next}[1]{%
431                 & \upm@fmt@table@column@title{\ignorespaces##1\ignorespaces}%
432                 \addtocounter{upm@fmt@mtabular@columnnumber}{-1}%
433                 \ifnum0<\value{upm@fmt@mtabular@columnnumber}%
434                         \let\upm@fmt@mtabular@column@continue\upm@fmt@mtabular@column@next%
435                 \else%
436                         \\ \hline \let\upm@fmt@mtabular@column@continue\relax%
437                 \fi%
438                 \upm@fmt@mtabular@column@continue%
439         }
440         \newcommand*{\upm@fmt@mtabular@column@first}[1]{%
441                 \upm@fmt@table@column@title{\ignorespaces##1\ignorespaces}%
442                 \addtocounter{upm@fmt@mtabular@columnnumber}{-1}%
443                 \ifnum0<\value{upm@fmt@mtabular@columnnumber}%
444                         \let\upm@fmt@mtabular@column@continue\upm@fmt@mtabular@column@next%
445                 \else%
446                         \\ \hline \let\upm@fmt@mtabular@column@continue\relax%
447                 \fi%
448                 \upm@fmt@mtabular@column@continue%
449         }
450         \newcommand{\tabularheader}{%
451                 \setcounter{upm@fmt@mtabular@columnnumber}{#2}%
452                 \upm@fmt@mtabular@column@first%
453         }%
454         \newcommand{\tabularrowheader}[1]{%
455                 \centering\upm@fmt@table@column@title{\ignorespaces##1}%
456         }%
457         \begingroup\tabularx{#1}{#3}%
458 }{%
459         \endtabularx\endgroup%
460 }
461
462 %-----
463 %\mtable[options]{width}{ncolumns}{columns}{caption}{label}
464 % size=<length>
465 \define@key[autolatex]{mtable}{size}{\gdef\@autolatex@mtable@size{#1}}
466 % position: h t b p H !
467 \define@key[autolatex]{mtable}{h}[\relax]{\gdef\@autolatex@mtable@position{h}}
468 \define@key[autolatex]{mtable}{t}[\relax]{\gdef\@autolatex@mtable@position{t}}
469 \define@key[autolatex]{mtable}{b}[\relax]{\gdef\@autolatex@mtable@position{b}}
470 \define@key[autolatex]{mtable}{p}[\relax]{\gdef\@autolatex@mtable@position{p}}
471 \define@key[autolatex]{mtable}{H}[\relax]{\gdef\@autolatex@mtable@position{H}}
472 \define@key[autolatex]{mtable}{ht}[\relax]{\gdef\@autolatex@mtable@position{ht}}
473 \define@key[autolatex]{mtable}{hb}[\relax]{\gdef\@autolatex@mtable@position{hb}}
474 \define@key[autolatex]{mtable}{hp}[\relax]{\gdef\@autolatex@mtable@position{hp}}
475 \define@key[autolatex]{mtable}{hH}[\relax]{\gdef\@autolatex@mtable@position{hH}}
476 \define@key[autolatex]{mtable}{h!}[\relax]{\gdef\@autolatex@mtable@position{h!}}
477 \define@key[autolatex]{mtable}{tb}[\relax]{\gdef\@autolatex@mtable@position{tb}}
478 \define@key[autolatex]{mtable}{tp}[\relax]{\gdef\@autolatex@mtable@position{tp}}
479 \define@key[autolatex]{mtable}{tH}[\relax]{\gdef\@autolatex@mtable@position{tH}}
480 \define@key[autolatex]{mtable}{t!}[\relax]{\gdef\@autolatex@mtable@position{t!}}
481 \define@key[autolatex]{mtable}{bp}[\relax]{\gdef\@autolatex@mtable@position{bp}}
482 \define@key[autolatex]{mtable}{bH}[\relax]{\gdef\@autolatex@mtable@position{bH}}
483 \define@key[autolatex]{mtable}{b!}[\relax]{\gdef\@autolatex@mtable@position{b!}}
484 \define@key[autolatex]{mtable}{pH}[\relax]{\gdef\@autolatex@mtable@position{pH}}
485 \define@key[autolatex]{mtable}{p!}[\relax]{\gdef\@autolatex@mtable@position{p!}}
486 \define@key[autolatex]{mtable}{H!}[\relax]{\gdef\@autolatex@mtable@position{H!}}
487 \define@key[autolatex]{mtable}{htb}[\relax]{\gdef\@autolatex@mtable@position{htb}}
488 \define@key[autolatex]{mtable}{htp}[\relax]{\gdef\@autolatex@mtable@position{htp}}
489 \define@key[autolatex]{mtable}{htH}[\relax]{\gdef\@autolatex@mtable@position{htH}}
490 \define@key[autolatex]{mtable}{ht!}[\relax]{\gdef\@autolatex@mtable@position{ht!}}
491 \define@key[autolatex]{mtable}{tbp}[\relax]{\gdef\@autolatex@mtable@position{tbp}}
492 \define@key[autolatex]{mtable}{tbH}[\relax]{\gdef\@autolatex@mtable@position{tbH}}
493 \define@key[autolatex]{mtable}{tb!}[\relax]{\gdef\@autolatex@mtable@position{tb!}}
494 \define@key[autolatex]{mtable}{bpH}[\relax]{\gdef\@autolatex@mtable@position{bpH}}
495 \define@key[autolatex]{mtable}{bp!}[\relax]{\gdef\@autolatex@mtable@position{bp!}}
496 \define@key[autolatex]{mtable}{pH!}[\relax]{\gdef\@autolatex@mtable@position{pH!}}
497 \define@key[autolatex]{mtable}{htbp}[\relax]{\gdef\@autolatex@mtable@position{htbp}}
498 \define@key[autolatex]{mtable}{htbH}[\relax]{\gdef\@autolatex@mtable@position{htbH}}
499 \define@key[autolatex]{mtable}{htb!}[\relax]{\gdef\@autolatex@mtable@position{htb!}}
500 \define@key[autolatex]{mtable}{tbpH}[\relax]{\gdef\@autolatex@mtable@position{tbpH}}
501 \define@key[autolatex]{mtable}{tbp!}[\relax]{\gdef\@autolatex@mtable@position{tbp!}}
502 \define@key[autolatex]{mtable}{bpH!}[\relax]{\gdef\@autolatex@mtable@position{bph!}}
503 \define@key[autolatex]{mtable}{htbpH}[\relax]{\gdef\@autolatex@mtable@position{htbpH}}
504 \define@key[autolatex]{mtable}{htbp!}[\relax]{\gdef\@autolatex@mtable@position{htbp!}}
505 \define@key[autolatex]{mtable}{htbpH!}[\relax]{\gdef\@autolatex@mtable@position{htbpH!}}
506 %
507 \newenvironment{mtable}[6][ht]{%
508         \global\let\@autolatex@mtable@position\relax%
509         \gdef\@autolatex@mtable@size{\normalsize}%
510         \setkeys[autolatex]{mtable}{#1}%
511         \ifx\@autolatex@mtable@position\relax%
512                 \gdef\@autolatex@mtable@position{ht}%
513         \fi
514         %
515         \gdef\upm@table@caption{#5}%
516         \xdef\upm@table@label{tab:#6}%
517         \gdef\upm@table@note{}%
518         \newcommand{\captionastitle}{\tabulartitle{\upm@table@caption}}%
519         \newcommand{\tablenote}[1]{\gdef\upm@table@note{\bgroup ##1\egroup}}%
520         \expandafter\table[\@autolatex@mtable@position]%
521         \center\@autolatex@mtable@size%
522         \mtabular[#2]{#3}{#4}%
523 }{%
524         \endmtabular\relax%
525         \caption{\upm@table@caption}%
526         \label{\upm@table@label}%
527         \endcenter%
528         \upm@table@note%
529         \endtable%
530         \global\let\upm@table@caption\relax%
531         \global\let\upm@table@label\relax%
532         \global\let\upm@table@note\relax%
533 }
534
535 %-----
536 %\tabref{label}
537 \newcommand{\tabref}[1]{\ref{tab:#1}}
538 %-----
539 %\tabpageref{label}
540 \newcommand{\tabpageref}[1]{\pageref{tab:#1}}
541
542 %----------------------------------------
543 % PARAGRAPHS
544 %----------------------------------------
545 \setlength{\parindent}{0pt}
546 \setlength{\parskip}{.2cm}
547
548 %----------------------------------------
549 % COLORIZED SECTION'S TITLES
550 %----------------------------------------
551
552 % PRIVATE COLORS
553 \definecolor{sectiontitlecolor}{rgb}{0.93,0.41,0}
554 \definecolor{chaptertitlecolor}{rgb}{0.24,0.33,0.48}
555 \definecolor{parttitlecolor}{rgb}{0.24,0.33,0.48}
556
557 % PRIVATE FORMATTING MACROS
558 \newcounter{upm@format@section@sectionlevel}
559 \setcounter{upm@format@section@sectionlevel}{0}
560
561 \gdef\upm@format@partnum#1{\textcolor{parttitlecolor}{\expandafter\fontsize{40pt}{60pt}\selectfont#1\normalfont}}
562 \gdef\upm@format@parttitle#1{\textcolor{parttitlecolor}{\huge\scshape #1}}
563 \gdef\upm@format@chapternum#1{\textcolor{chaptertitlecolor}{\expandafter\fontsize{40pt}{60pt}\selectfont#1\normalfont}}
564 \gdef\upm@format@chaptertitle#1{\textcolor{chaptertitlecolor}{\Huge\scshape #1}}
565 \gdef\upm@format@sectionnum#1#2{\textcolor{sectiontitlecolor}{#2}}
566 \gdef\upm@format@sectiontitle#1#2{\textcolor{sectiontitlecolor}{#2}}
567
568 % PART
569 \ifupmbookformat
570         \gdef\@part[#1]#2{%
571             \ifnum \c@secnumdepth >-2\relax
572               \refstepcounter{part}%
573               \addcontentsline{toc}{part}{\thepart\hspace{1em}#1}%
574             \else
575               \addcontentsline{toc}{part}{#1}%
576             \fi
577             \markboth{}{}%
578             {\huge\centering
579              \interlinepenalty \@M
580              \normalfont
581              \ifnum \c@secnumdepth >-2\relax
582                \upm@format@partnum{\thepart}
583                \par
584                \vskip 20\p@
585              \fi
586              \upm@format@parttitle{\nohyphens{#2}}\par}%
587             \@endpart}
588         \gdef\@spart#1{%
589             {\centering
590              \interlinepenalty \@M
591              \normalfont
592              \upm@format@parttitle{\nohyphens{#1}}\par}%
593             \@endpart}
594 \fi
595
596 % CHAPTER
597 \ifupmarticleformat\else
598         \newcommand{\upm@format@makechapterhead}[2]{%
599                   %\vspace*{50\p@}%
600                   {\parindent \z@ \Huge \raggedleft \normalfont
601                     \ifx\@empty#1\ifnum \c@secnumdepth >\m@ne
602                         \upm@format@chapternum{\thechapter}
603                         \par\nobreak
604                         \vskip 20\p@
605                     \fi\fi
606                     \interlinepenalty\@M
607                     %\ifupmbookformat\doublespacing\fi
608                     \upm@format@chaptertitle{\nohyphens{#2}}\par\nobreak
609                     \vskip 80\p@
610                   }
611         }
612         %internal implementation of \chapter
613         \gdef\@makechapterhead#1{\upm@format@makechapterhead{\@empty}{#1}}
614         %internal implementation of \chapter*
615         \gdef\@makeschapterhead#1{\upm@format@makechapterhead{\relax}{#1}}
616 \fi
617
618 % SECTIONS
619 \let\upm@format@sect@old\@sect
620 \let\upm@format@ssect@old\@ssect
621
622 % public implementation of sections.
623 \renewcommand{\section}{\setcounter{upm@format@section@sectionlevel}{1}\@startsection{section}{1}{\z@}{-3.5ex \@plus -1ex \@minus -.2ex}{2.3ex \@plus.2ex}{\normalfont\Large\scshape}}
624 \renewcommand{\subsection}{\setcounter{upm@format@section@sectionlevel}{2}\@startsection{subsection}{2}{\z@}{-3.25ex\@plus -1ex \@minus -.2ex}{1.5ex \@plus .2ex}{\normalfont\large\scshape}}
625 \renewcommand{\subsubsection}{\setcounter{upm@format@section@sectionlevel}{3}\@startsection{subsubsection}{3}{\z@}{-3.25ex\@plus -1ex \@minus -.2ex}{1.5ex \@plus .2ex}{\normalfont\normalsize\scshape}}
626
627 % internal implementations for sections.
628 \gdef\@sect#1#2#3#4#5#6[#7]#8{\upm@format@sect@old{#1}{#2}{#3}{#4}{#5}{#6}[#7]{\upm@format@sectiontitle{\theupm@format@section@sectionlevel}{#8}}}
629 \gdef\@ssect#1#2#3#4#5{\upm@format@ssect@old{#1}{#2}{#3}{#4}{\upm@format@sectiontitle{\theupm@format@section@sectionlevel}{#5}}}
630 \gdef\@seccntformat#1{\upm@format@sectionnum{\theupm@format@section@sectionlevel}{\csname the#1\endcsname/}\quad}
631
632 %----------------------------------------
633 % PAGE LAYOUT
634 %----------------------------------------
635
636 % Change the factors for determining the element positions
637 \renewcommand{\topfraction}{.99} % max fraction of floats at top
638 \renewcommand{\bottomfraction}{.99} % max fraction of floats at bottom
639 \renewcommand{\textfraction}{.5} % allow minimal text w. figs
640 \renewcommand{\dbltopfraction}{.66} % fit big float above 2-col. text
641 \renewcommand{\floatpagefraction}{0.99} % require fuller float pages | N.B.: floatpagefraction MUST be less than topfraction !!
642 \renewcommand{\dblfloatpagefraction}{.66} % fit big float above 2-col. text
643
644 % Update the format of the saved pages and sections
645 \renewcommand{\sectionmark}[1]{\markright{\thesection\ \textsc{#1}}}
646 \ifupmarticleformat\else
647 \renewcommand{\chaptermark}[1]{\markboth{\textsc{#1}}{}}
648 \renewcommand{\@mkboth}[2]{%
649     \let\upm@doc@MakeUppercase\MakeUppercase%
650     \gdef\MakeUppercase##1{##1}%
651     \chaptermark{#1}%
652     \let\MakeUppercase\upm@doc@MakeUppercase%
653     \let\upm@doc@MakeUppercase\relax%
654 }
655 \fi
656 % Make sure that the page before a part or
657 % a chapter title was empty
658 \renewcommand{\cleardoublepage}{%
659   \clearpage%
660   \if@twoside\ifodd\c@page%
661   \else%
662   \thispagestyle{facingtochapter}%
663   \hbox{}\newpage%
664   \if@twocolumn\hbox{}\newpage%
665   \fi\fi\fi%
666 }
667 \newcommand{\ps@facingtochapter}{\ps@empty}
668
669 %----------------------------------------
670 % ADDITIONAL SECTIONS
671 %----------------------------------------
672
673 \gdef\upm@format@newsection@alignment{}
674
675 %-----
676 % Part without number but inside the TOC
677 %\parttoc [toctitle]{title} % left-alignment inside TOC
678 %\parttoc*[toctitle]{title} % right-alignment inside TOC
679 \def\parttoc{\@ifstar%
680         {\gdef\upm@format@newsection@alignment{\protect\numberline{}}\expandafter\upm@format@newsection@part}%
681         {\gdef\upm@format@newsection@alignment{}\expandafter\upm@format@newsection@part}}
682 \def\upm@format@newsection@part{\@ifnextchar [%
683         {\expandafter\upm@format@newsection@part@opt}%
684         {\expandafter\upm@format@newsection@part@nopt}}
685 \def\upm@format@newsection@part@opt[#1]#2{%
686         \part*{#2\addcontentsline{toc}{part}{\upm@format@newsection@alignment{#1}}}%
687         \chaptermark{}%
688 }
689 \def\upm@format@newsection@part@nopt#1{%
690         \part*{#1\addcontentsline{toc}{part}{\upm@format@newsection@alignment{#1}}}%
691         \chaptermark{}%
692 }
693
694 %-----
695 % Chapter without number but inside the TOC
696 %\chaptertoc [toctitle]{title} % left-alignment inside TOC
697 %\chaptertoc*[toctitle]{title} % right-alignment inside TOC
698 \def\chaptertoc{\@ifstar%
699         {\gdef\upm@format@newsection@alignment{\protect\numberline{}}\expandafter\upm@format@newsection@chapter}%
700         {\gdef\upm@format@newsection@alignment{}\expandafter\upm@format@newsection@chapter}}
701
702 \def\upm@format@newsection@chapter{\@ifnextchar[%
703         {\upm@format@newsection@chapter@a}%
704         {\upm@format@newsection@chapter@b}%
705 }
706
707 \def\upm@format@newsection@chapter@a[#1]#2{%
708         \expandafter\chapter*[#1]{#2}%
709         \addcontentsline{toc}{chapter}{\upm@format@newsection@alignment{#1}}%
710 }
711
712 \def\upm@format@newsection@chapter@b#1{%
713         \expandafter\chapter*{#1}%
714         \addcontentsline{toc}{chapter}{\upm@format@newsection@alignment{#1}}%
715 }
716
717 %-----
718 % Section without number but inside the TOC
719 %\sectiontoc [toctitle]{title} % left-alignment inside TOC
720 %\sectiontoc*[toctitle]{title} % right-alignment inside TOC
721 \def\sectiontoc{\@ifstar%
722         {\gdef\upm@format@newsection@alignment{\protect\numberline{}}\expandafter\upm@format@newsection@section}%
723         {\gdef\upm@format@newsection@alignment{}\expandafter\upm@format@newsection@section}}
724 \def\upm@format@newsection@section{\@ifnextchar [%
725         {\expandafter\upm@format@newsection@section@opt}%
726         {\expandafter\upm@format@newsection@section@nopt}}
727 \def\upm@format@newsection@section@opt[#1]#2{%
728         \section*{#2\addcontentsline{toc}{section}{\upm@format@newsection@alignment{#1}}}%
729 }
730 \def\upm@format@newsection@section@nopt#1{%
731         \section*{#1\addcontentsline{toc}{section}{\upm@format@newsection@alignment{#1}}}%
732 }
733
734 %-----
735 % Subsection without number but inside the TOC
736 %\subsectiontoc [toctitle]{title} % left-alignment inside TOC
737 %\subsectiontoc*[toctitle]{title} % right-alignment inside TOC
738 \def\subsectiontoc{\@ifstar%
739         {\gdef\upm@format@newsection@alignment{\protect\numberline{}}\expandafter\upm@format@newsection@subsection}%
740         {\gdef\upm@format@newsection@alignment{}\expandafter\upm@format@newsection@subsection}}
741 \def\upm@format@newsection@subsection{\@ifnextchar [%
742         {\expandafter\upm@format@newsection@subsection@opt}%
743         {\expandafter\upm@format@newsection@subsection@nopt}}
744 \def\upm@format@newsection@subsection@opt[#1]#2{%
745         \subsection*{#2\addcontentsline{toc}{subsection}{\upm@format@newsection@alignment{#1}}}%
746 }
747 \def\upm@format@newsection@subsection@nopt#1{%
748         \subsection*{#1\addcontentsline{toc}{subsection}{\upm@format@newsection@alignment{#1}}}%
749 }
750
751 %-----
752 % Subsubsection without number but inside the TOC
753 %\subsubsectiontoc [toctitle]{title} % left-alignment inside TOC
754 %\subsubsectiontoc*[toctitle]{title} % right-alignment inside TOC
755 \def\subsubsectiontoc{\@ifstar%
756         {\gdef\upm@format@newsection@alignment{\protect\numberline{}}\expandafter\upm@format@newsection@subsubsection}%
757         {\gdef\upm@format@newsection@alignment{}\expandafter\upm@format@newsection@subsubsection}}
758 \def\upm@format@newsection@subsubsection{\@ifnextchar [%
759         {\expandafter\upm@format@newsection@subsubsection@opt}%
760         {\expandafter\upm@format@newsection@subsubsection@nopt}}
761 \def\upm@format@newsection@subsubsection@opt[#1]#2{%
762         \subsubsection*{#2\addcontentsline{toc}{subsubsection}{\upm@format@newsection@alignment{#1}}}%
763 }
764 \def\upm@format@newsection@subsubsection@nopt#1{%
765         \subsubsection*{#1\addcontentsline{toc}{subsubsection}{\upm@format@newsection@alignment{#1}}}%
766 }
767
768 %-----
769 % Chapter with different titles for in the TOC, the headers and on the pages
770 %\chapterfull[in toc]{on page}{in header} % with number
771 %\chapterfull*[in toc]{on page}{in header} % without number
772 \def\chapterfull{\@ifstar%
773         {\gdef\upm@format@newsection@thesectionmacro{\chapter*}\upm@format@newsection@chapterfull}%
774         {\gdef\upm@format@newsection@thesectionmacro{\chapter}\upm@format@newsection@chapterfull}%
775 }
776
777 \def\upm@format@newsection@chapterfull{\@ifnextchar[%
778         \upm@format@newsection@chapterfull@a%
779         \upm@format@newsection@chapterfull@b%
780 }
781
782 \def\upm@format@newsection@chapterfull@a[#1]#2#3{%
783         \upm@format@newsection@thesectionmacro[#1]{#2}%
784         \chaptermark{#3}%
785 }
786
787 \def\upm@format@newsection@chapterfull@b#1#2{%
788         \upm@format@newsection@thesectionmacro{#1}%
789         \chaptermark{#2}%
790 }
791
792 %-----
793 % Section with different titles for in the TOC, the headers and on the pages
794 %\sectionfull[in toc]{on page}{in header} % with number
795 %\sectionfull*[in toc]{on page}{in header} % without number
796 \def\sectionfull{\@ifstar%
797         {\gdef\upm@format@newsection@thesectionmacro{\section*}\upm@format@newsection@sectionfull}%
798         {\gdef\upm@format@newsection@thesectionmacro{\section}\upm@format@newsection@sectionfull}%
799 }
800
801 \def\upm@format@newsection@sectionfull{\@ifnextchar[%
802         \upm@format@newsection@sectionfull@a%
803         \upm@format@newsection@sectionfull@b%
804 }
805
806 \def\upm@format@newsection@sectionfull@a[#1]#2#3{%
807         \upm@format@newsection@thesectionmacro[#1]{#2}%
808         \global\sectionmark{#3}%
809 }
810
811 \def\upm@format@newsection@sectionfull@b#1#2{%
812         \upm@format@newsection@thesectionmacro{#1}%
813         \global\sectionmark{#2}%
814 }
815
816 %----------------------------------------
817 % BIBLIOGRAPHY
818 %----------------------------------------
819
820 %-----
821 %\bibsize{size}
822 \newcommand{\bibsize}[1]{\gdef\upm@bibsize{#1}}
823
824 \gdef\upm@bibsize{\small}
825
826 \gdef\@biblabel#1{{\upm@bibsize{[#1]}}}
827
828 \gdef\@lbibitem[#1]#2{\item[\@biblabel{#1}\hfill]\upm@bibsize\if@filesw{%
829         \let\protect\noexpand\immediate\write\@auxout{\string\bibcite{#2}{#1}}}\fi\ignorespaces}
830
831 \gdef\@bibitem#1{\item\upm@bibsize\if@filesw%
832         \immediate\write\@auxout{\string\bibcite{#1}{\the\value{\@listctr}}}\fi\ignorespaces}
833
834
835 %----------------------------------------
836 % TABLE OF CONTENT
837 %----------------------------------------
838 \setcounter{secnumdepth}{3}
839 \setcounter{tocdepth}{3}
840
841 % Change the color of the TOC for the "dotted" lines
842 %\let\upm@format@dottedtocline@old\@dottedtocline
843 %\gdef\@dottedtocline#1#2#3#4#5{%
844 %       %{depth}{left margin}{right margin}{text}{page number}
845 %       \upm@format@dottedtocline@old{#1}{#2}{#3}{#4}{#5}%
846 %}
847
848 % Change the color of the TOC for the parts
849 \@ifundefined{l@part}{}{
850 \let\upm@format@l@part@old\l@part
851 \renewcommand*\l@part[2]{%
852         %{text}{page number}
853         \upm@format@l@part@old{\textcolor{parttitlecolor}{#1}}{\textcolor{parttitlecolor}{#2}}%
854 }
855 }
856
857 % Change the color of the TOC for the chapters
858 \@ifundefined{l@chapter}{}{
859 \let\upm@format@l@chapter@old\l@chapter
860 \renewcommand*\l@chapter[2]{%
861         %{text}{page number}
862         \upm@format@l@chapter@old{\textcolor{chaptertitlecolor}{#1}}{\textcolor{chaptertitlecolor}{#2}}%
863 }
864 }
865
866 % Overide the color and font configurations of the MINITOC package
867 \AtBeginDocument{
868         \@ifundefined{minitoc}{}{%
869                 % Chapter
870                 \gdef\mtifont{\normalfont\large\upshape\bfseries\color{chaptertitlecolor}}
871                 % Section
872                 \gdef\mtcSfont{\normalfont\small\upshape\bfseries\color{sectiontitlecolor}}
873                 % Sub-Section and SubSub-Section
874                 \gdef\mtcSSfont{\normalfont\small\upshape\mdseries\normalcolor}
875                 \global\let\mtcSSSfont\mtcSSfont
876         }
877 }
878
879 %----------------------------------------
880 % ENUMERATIONS
881 %----------------------------------------
882 \newcounter{upm@fmt@savedcounter}
883
884 \newcommand{\savecounter}[1]{%
885         \setcounter{upm@fmt@savedcounter}{\value{#1}}%
886 }
887 \newcommand{\restorecounter}[1]{%
888         \setcounter{#1}{\theupm@fmt@savedcounter}%
889 }
890 \newcommand{\saveenumcounter}{\savecounter{\@enumctr}}
891 \newcommand{\restoreenumcounter}{\restorecounter{\@enumctr}}
892 \newcommand{\setenumcounter}[1]{\setcounter{\@enumctr}{#1}\addtocounter{\@enumctr}{-1}}
893 \newcommand{\getenumcounter}{\value{\@enumctr}}
894
895 %----------------------------------------
896 % FOOTNOTE
897 %----------------------------------------
898
899 \gdef\upm@footnoteref#1{\upm@textsuperscript{#1}}
900 \gdef\upm@footnotepageref#1#2{\upm@textsuperscript{{#1\tiny(#2)}}}
901
902 \def\upm@savefootnote#1#2{%
903         \footnote{#1\label{\upm@protect{footnote:#2}}}%
904         \upm@nameundef{footnote:#2:cmd}%
905 }
906 \def\upm@savefootnotestar#1#2{%
907         \upm@namedef{footnote:#2:cmd}{\upm@savefootnote{#1}{#2}}%
908 }
909
910 \DeclareRobustCommand\savefootnote{\@ifstar\upm@savefootnotestar\upm@savefootnote}
911
912 \def\upm@reffootnote#1{%
913         \upm@ifdefinedname{footnote:#1:cmd}{%
914                 \upm@nameuse{footnote:#1:cmd}}{%
915                 \upm@footnoteref{\upm@getref{\upm@protect{footnote:#1}}}%
916         }%
917         \xspace%
918
919 \def\upm@reffootnotestar#1{%
920         \upm@ifdefinedname{footnote:#1:cmd}{%
921                 \upm@nameuse{footnote:#1:cmd}}{%
922                 \xdef\upm@tmp@tmp{\upm@protect{footnote:#1}}%
923                 \upm@footnotepageref{\expandafter\upm@getref{\upm@tmp@tmp}}{\expandafter\upm@getpageref{\upm@tmp@tmp}}%
924                 \global\let\upm@tmp@tmp\relax%
925         }%
926         \xspace%
927
928
929 \DeclareRobustCommand\reffootnote{\@ifstar\upm@reffootnotestar\upm@reffootnote}
930
931 %----------------------------------------
932 % IMAGES IN PARAGRAPHS
933 %----------------------------------------
934
935 \newenvironment{umlinpar}[2][width=.45\linewidth]{%
936 \begin{window}[0,r,{\mbox{\hspace{.5cm}\includegraphics[#1]{#2}\vspace{.5cm}}},{}]
937 }{%
938 \end{window}}
939
940 %----------------------------------------
941 % DATE
942 %----------------------------------------
943
944 %Build a date this a supported format
945 %\makedate{day}{month}{year}
946 \let\makedate\upm@format@lang@makedate
947
948 %-----
949 %Replies the year corresponding to the given supported date
950 %\extractyear{date}
951 \let\extractyear\upm@format@lang@extractyear
952
953 %-----
954 %Replies the month corresponding to the given supported date
955 %\extractmonth{date}
956 \let\extractmonth\upm@format@lang@extractmonth
957
958 %-----
959 %Replies the day corresponding to the given supported date
960 %\extractday{date}
961 \let\extractday\upm@format@lang@extractday
962
963 % Redefine the today function
964 \AtBeginDocument{\global\edef\today{\makedate{\the\day}{\the\month}{\the\year}}}
965
966 %----------------------------------------
967 % PEOPLE NAME
968 %----------------------------------------
969
970 \def\makenamespacing#1{%
971         \upm@format@makenamespacing{#1}\xspace%
972 }
973
974 \def\upm@format@makenamespacing#1{%
975         \upm@foreach.\in#1\do{%
976                 \ignorespaces\upm@foreach@term.\,%
977         }{%
978                 \ignorespaces\upm@foreach@term%
979         }%
980 }
981
982 \gdef\upm@format@people@title#1{\textsc{#1}}
983 \def\upm@format@firstname@format#1{%
984         {\smaller\textsc{\upm@format@makenamespacing{#1}}}%
985 }
986 \def\upm@format@von@format#1{\mbox{\smaller\ignorespaces#1}}
987 \def\upm@format@lastname@format#1{\textsc{\ignorespaces#1}}
988
989 %\upmmakename[von]{firstname}{lastname}{separator}
990 \newcommand{\upmmakename}[4][\relax]{%
991         \ifx#1\relax%
992                 {\upm@format@firstname@format{#2}#4\upm@format@lastname@format{#3}}%
993         \else%
994                 {\upm@format@firstname@format{#2}#4\upm@format@von@format{#1}#4\upm@format@lastname@format{#3}}%
995         \fi%
996         \xspace%
997 }
998
999 %\makename[von]{firstname}{lastname}
1000 \newcommand{\makename}[3][\relax]{%
1001         \upmmakename[#1]{#2}{#3}{\ }%
1002 }
1003
1004 %\makelastname[von]{lastname}
1005 \newcommand{\makelastname}[2][\relax]{%
1006         \ifx#1\relax%
1007                 \upm@format@lastname@format{#2}%
1008         \else%
1009                 \upm@format@von@format{#1}\ \upm@format@lastname@format{#2}%
1010         \fi%
1011         \xspace%
1012 }
1013
1014 %\makefirstname{firstname}
1015 \newcommand{\makefirstname}[1]{%
1016         \upm@format@firstname@format{#1}\xspace%
1017 }
1018
1019 %\prname[von]{firstname}{lastname}
1020 %\prname*[von]{firstname}{lastname}
1021 \def\prname{\@ifstar\upm@prnamestar\upm@prname}
1022 \newcommand{\upm@prname}[3][\relax]{%
1023         \upm@format@people@title{\upm@format@lang@professor}\,\upmmakename[#1]{#2}{#3}{\ }%
1024 }
1025 \newcommand{\upm@prnamestar}[3][\relax]{%
1026         \upmmakename[#1]{#2}{#3}{\ }, \upm@format@people@title{\upm@format@lang@professor}%
1027 }
1028
1029 %\drname[von]{firstname}{lastname}
1030 %\drname*[von]{firstname}{lastname}
1031 \def\drname{\@ifstar\upm@drnamestar\upm@drname}
1032 \newcommand{\upm@drname}[3][\relax]{%
1033         \upm@format@people@title{\upm@format@lang@doctor}\,\upmmakename[#1]{#2}{#3}{\ }%
1034 }
1035 \newcommand{\upm@drnamestar}[3][\relax]{%
1036         \upmmakename[#1]{#2}{#3}{\ }, \upm@format@people@title{\upm@format@lang@doctor}%
1037 }
1038
1039 %\phdname[von]{firstname}{lastname}
1040 %\phdname*[von]{firstname}{lastname}
1041 \def\phdname{\@ifstar\upm@phdnamestar\upm@phdname}
1042 \newcommand{\upm@phdname}[3][\relax]{%
1043         \upm@format@people@title{\upm@format@lang@phdoctor}\,\upmmakename[#1]{#2}{#3}{\ }%
1044 }
1045 \newcommand{\upm@phdnamestar}[3][\relax]{%
1046         \upmmakename[#1]{#2}{#3}{\ }, \upm@format@people@title{\upm@format@lang@phdoctor}%
1047 }
1048
1049 %\scdname[von]{firstname}{lastname}
1050 %\scdname*[von]{firstname}{lastname}
1051 \def\scdname{\@ifstar\upm@scdnamestar\upm@scdname}
1052 \newcommand{\upm@scdname}[3][\relax]{%
1053         \upm@format@people@title{\upm@format@lang@scdoctor}\,\upmmakename[#1]{#2}{#3}{\ }%
1054 }
1055 \newcommand{\upm@scdnamestar}[3][\relax]{%
1056         \upmmakename[#1]{#2}{#3}{\ }, \upm@format@people@title{\upm@format@lang@scdoctor}%
1057 }
1058
1059 %\mdname[von]{firstname}{lastname}
1060 %\mdname*[von]{firstname}{lastname}
1061 \def\mdname{\@ifstar\upm@mdnamestar\upm@mdname}
1062 \newcommand{\upm@mdname}[3][\relax]{%
1063         \upm@format@people@title{\upm@format@lang@mdoctor}\,\upmmakename[#1]{#2}{#3}{\ }%
1064 }
1065 \newcommand{\upm@mdnamestar}[3][\relax]{%
1066         \upmmakename[#1]{#2}{#3}{\ }, \upm@format@people@title{\upm@format@lang@mdoctor}%
1067 }
1068
1069 %\pengname[von]{firstname}{lastname}
1070 %\pengname*[von]{firstname}{lastname}
1071 \def\pengname{\@ifstar\upm@pengnamestar\upm@pengname}
1072 \newcommand{\upm@pengname}[3][\relax]{%
1073         \upm@format@people@title{\upm@format@lang@professionalengineer}\,\upmmakename[#1]{#2}{#3}{\ }%
1074 }
1075 \newcommand{\upm@pengnamestar}[3][\relax]{%
1076         \upmmakename[#1]{#2}{#3}{\ }, \upm@format@people@title{\upm@format@lang@professionalengineer}%
1077 }
1078
1079 %\iengname[von]{firstname}{lastname}
1080 %\iengname*[von]{firstname}{lastname}
1081 \def\iengname{\@ifstar\upm@iengnamestar\upm@iengname}
1082 \newcommand{\upm@iengname}[3][\relax]{%
1083         \upm@format@people@title{\upm@format@lang@incorporatedengineer}\,\upmmakename[#1]{#2}{#3}{\ }%
1084 }
1085 \newcommand{\upm@iengnamestar}[3][\relax]{%
1086         \upmmakename[#1]{#2}{#3}{\ }, \upm@format@people@title{\upm@format@lang@incorporatedengineer}%
1087 }
1088
1089 %----------------------------------------
1090 % INLINE ENUMERATION
1091 %----------------------------------------
1092
1093 \newcounter{@@upm@fmt@inlineenumeration}
1094 \newcommand{\inlineenumerationlabel}[1]{(#1)}
1095 \let\upm@fmt@inlineenum@numberformat\roman
1096 \newenvironment{inlineenumeration}{%
1097         \begingroup%
1098         \let\upm@fmt@inlineenum@currentlabel\@currentlabel%
1099         \renewcommand{\item}{\xdef\@currentlabel{\upm@fmt@inlineenum@numberformat{@@upm@fmt@inlineenumeration}}{\inlineenumerationlabel{\@currentlabel}{\addtocounter{@@upm@fmt@inlineenumeration}{1}}}~}%
1100         \setcounter{@@upm@fmt@inlineenumeration}{1}%
1101 }{%
1102         \global\let\@currentlabel\upm@fmt@inlineenum@currentlabel%
1103         \endgroup%
1104 }
1105
1106 %----------------------------------------
1107 % DESCRIPTION LIST WITH NUMBERS
1108 %----------------------------------------
1109
1110 \newcounter{@upm@fmt@enumdescription@cnt@}
1111 \gdef\upm@fmt@enumdescription@savedlabel{}
1112 \gdef\upm@fmt@enumdescription@savedcounter{}
1113 \newcommand{\upm@fmt@enumdescription@fmt@}[1]{}
1114 \newcommand{\enumdescriptionlabel}[1]{\textbf{#1}}
1115 \newcommand{\enumdescriptioncounterseparator}{~-~}
1116 \newcommand{\enumdescriptionlabelseparator}{\upm@column@char}
1117 % #1: counter style.
1118 % #2: text before the counter.
1119 % #3: text after the counter.
1120 % #4: text between the counter and the description.
1121 % #5: text between the description and the rest of the text.
1122 % #6: text between the counter (no description) and the rest of the text.
1123 \newenvironment{upm@fmt@enumdescription}[6]{%
1124         \begin{list}{}{%
1125                 \renewcommand{\upm@fmt@enumdescription@savedlabel}{\@currentlabel}%
1126                 \edef\upm@fmt@enumdescription@savedcounter{\the@upm@fmt@enumdescription@cnt@}%
1127                 \setcounter{@upm@fmt@enumdescription@cnt@}{1}%
1128                 \ifthenelse{\equal{#1}{a}}{%
1129                         \renewcommand{\upm@fmt@enumdescription@fmt@}[1]{#2\alph{##1}#3}%
1130                 }{%
1131                         \ifthenelse{\equal{#1}{A}}{%
1132                                 \renewcommand{\upm@fmt@enumdescription@fmt@}[1]{#2\Alph{##1}#3}%
1133                         }{%
1134                                 \ifthenelse{\equal{#1}{i}}{%
1135                                         \renewcommand{\upm@fmt@enumdescription@fmt@}[1]{#2\roman{##1}#3}%
1136                                 }{%
1137                                         \ifthenelse{\equal{#1}{I}}{%
1138                                                 \renewcommand{\upm@fmt@enumdescription@fmt@}[1]{#2\Roman{##1}#3}%
1139                                         }{%
1140                                                 \renewcommand{\upm@fmt@enumdescription@fmt@}[1]{#2\arabic{##1}#3}%
1141                                         }%
1142                                 }%
1143                         }%
1144                 }%
1145                 \renewcommand{\makelabel}[1]{%
1146                         \xdef\@currentlabel{\upm@fmt@enumdescription@fmt@{@upm@fmt@enumdescription@cnt@}}%
1147                         \enumdescriptionlabel{\@currentlabel#4##1\ifthenelse{\equal{a##1}{a}}{#6}{#5}}{\addtocounter{@upm@fmt@enumdescription@cnt@}{1}}}%
1148                 \expandafter\settowidth{\labelwidth}{#2iii#3}%
1149         }
1150 }{%
1151         \global\let\@currentlabel\upm@fmt@enumdescription@savedlabel%
1152         \setcounter{@upm@fmt@enumdescription@cnt@}{\upm@fmt@enumdescription@savedcounter}%
1153         \end{list}%
1154 }
1155 \newenvironment{enumdescriptionx}[3][i]{%
1156         \begin{upm@fmt@enumdescription}{#1}{#2}{#3}{\enumdescriptioncounterseparator}{\enumdescriptionlabelseparator}{\enumdescriptionlabelseparator}%
1157 }{%
1158         \end{upm@fmt@enumdescription}%
1159 }
1160 \newenvironment{enumdescription}[1][i]{%
1161         \begin{upm@fmt@enumdescription}{#1}{}{}{\enumdescriptioncounterseparator}{\enumdescriptionlabelseparator}{\enumdescriptionlabelseparator}%
1162 }{%
1163         \end{upm@fmt@enumdescription}%
1164 }
1165
1166 %% Issue #14: enumerate behaves as enumdescription
1167 \ifupm@use@override@standard@lists
1168         
1169         \AtBeginDocument{
1170                 \message{*** Overriding the 'enumerate' environment. Pass option 'standardlists' for avoiding this override.}
1171                 \global\let\enumerate\@undefined
1172                 \global\let\endenumerate\@undefined
1173                 \global\NewEnviron{enumerate}[1][1\string.~]{%
1174                         % Parse the parameter for extracting the type of the enumeration, the prefix and the postfix
1175                         \in@{a}{#1}\ifin@
1176                                 \gdef\upm@fmt@enumerate@style{a}%
1177                                 \def\reserved@a##1a##2\@nil{%
1178                                         \def\upm@fmt@enumerate@prefix{##1}%
1179                                         \def\upm@fmt@enumerate@postfix{##2}%
1180                                 }%
1181                                 \reserved@a#1\@nil%
1182                         \else\in@{1}{#1}\ifin@
1183                                 \gdef\upm@fmt@enumerate@style{1}%
1184                                 \def\reserved@a##11##2\@nil{%
1185                                         \def\upm@fmt@enumerate@prefix{##1}%
1186                                         \def\upm@fmt@enumerate@postfix{##2}%
1187                                 }%
1188                                 \reserved@a#1\@nil%
1189                         \else\in@{A}{#1}\ifin@
1190                                 \gdef\upm@fmt@enumerate@style{A}%
1191                                 \def\reserved@a##1A##2\@nil{%
1192                                         \def\upm@fmt@enumerate@prefix{##1}%
1193                                         \def\upm@fmt@enumerate@postfix{##2}%
1194                                 }%
1195                                 \reserved@a#1\@nil%
1196                         \else\in@{i}{#1}\ifin@
1197                                 \gdef\upm@fmt@enumerate@style{i}%
1198                                 \def\reserved@a##1i##2\@nil{%
1199                                         \def\upm@fmt@enumerate@prefix{##1}%
1200                                         \def\upm@fmt@enumerate@postfix{##2}%
1201                                 }%
1202                                 \reserved@a#1\@nil%
1203                         \else\in@{I}{#1}\ifin@
1204                                 \gdef\upm@fmt@enumerate@style{I}%
1205                                 \def\reserved@a##1I##2\@nil{%
1206                                         \def\upm@fmt@enumerate@prefix{##1}%
1207                                         \def\upm@fmt@enumerate@postfix{##2}%
1208                                 }%
1209                                 \reserved@a#1\@nil%
1210                         \else%
1211                                 \errmessage{Invalid format of the enumerate counter}
1212                         \fi\fi\fi\fi\fi%
1213                         \protected@xdef\upm@tmp{\protect\protect\protect\begin{upm@fmt@enumdescription}{\upm@fmt@enumerate@style}{\upm@fmt@enumerate@prefix}{\upm@fmt@enumerate@postfix}{}{\protect\enumdescriptionlabelseparator}{}}%
1214                         %
1215                         \upm@tmp%
1216                         %\protect\begin{upm@fmt@enumdescription}{#1}{}{\string.~}{}{\enumdescriptionlabelseparator}{}%
1217                         \BODY%
1218                         \protect\end{upm@fmt@enumdescription}%
1219                 }
1220         }
1221 \fi
1222
1223 %----------------------------------------
1224 % DESCRIPTION LIST WITH BULLETS
1225 %----------------------------------------
1226 \ifupm@use@override@standard@lists
1227         \gdef\upm@fmt@itemizeddescription@separator{\iflanguage{french}{ :}{:}\ }
1228         \newcommand{\upm@fmt@itemizeddescription@formatdescription}[1]{\textbf{#1}}
1229         \newcommand{\upm@fmt@itemizeddescription@desc}[2]{%
1230                 \upm@fmt@itemizeddescription@formatdescription{#1#2}%
1231         }
1232         \let\upm@fmt@olditem\item
1233         \let\upm@item@param\upm@fmt@olditem
1234         \let\upm@item@noparam\upm@fmt@olditem
1235         \def\item{\@ifnextchar[\upm@item@param\upm@item@noparam}
1236         \AtBeginDocument{
1237                 \message{*** Overriding the 'description' environment. Pass option 'standardlists' for avoiding this override.}
1238                 \global\let\description\@undefined
1239                 \global\let\enddescription\@undefined
1240                 \global\NewEnviron{description}[1][\upm@fmt@itemizeddescription@separator]{
1241                         \begin{itemize}%
1242                         \renewcommand{\upm@item@param}[1][]{\upm@fmt@olditem \upm@fmt@itemizeddescription@desc{##1}{#1}}%
1243                         \renewcommand{\upm@item@noparam}{\upm@fmt@olditem }%
1244                         \BODY%
1245                         \end{itemize}%
1246                 }
1247         }
1248 \fi
1249
1250 %----------------------------------------
1251 % SIZE MANAGEMENT
1252 %----------------------------------------
1253 \newenvironment{upmfontsize}[1]{%
1254         \begingroup%
1255         \let\upm@Huge\Huge%
1256         \let\upm@huge\huge%
1257         \let\upm@normalsize\normalsize%
1258         \let\upm@small\small%
1259         \let\upm@scriptsize\scriptsize%
1260         \let\upm@footnotesize\footnotesize%
1261         \let\upm@tiny\tiny%
1262         %
1263         \ifx#1\Huge%
1264                 \let\Huge\upm@Huge%
1265                 \let\huge\upm@Huge%
1266                 \let\small\upm@huge%
1267                 \let\scriptsize\upm@normalsize%
1268                 \let\footnotesize\upm@small%
1269                 \let\tiny\upm@scriptsize%
1270         \else\ifx#1\huge%
1271                 \let\Huge\upm@Huge%
1272                 \let\huge\upm@Huge%
1273                 \let\small\upm@normalsize%
1274                 \let\scriptsize\upm@small%
1275                 \let\footnotesize\upm@scriptsize%
1276                 \let\tiny\upm@footnotesize%
1277         \else\ifx#1\small%
1278                 \let\Huge\upm@huge%
1279                 \let\huge\upm@normalsize%
1280                 \let\small\upm@scriptsize%
1281                 \let\scriptsize\upm@footnotesize%
1282                 \let\footnotesize\upm@tiny%
1283                 \let\tiny\upm@tiny%
1284         \else\ifx#1\scriptsize%
1285                 \let\Huge\upm@normalsize%
1286                 \let\huge\upm@small%
1287                 \let\small\upm@footnotesize%
1288                 \let\scriptsize\upm@tiny%
1289                 \let\footnotesize\upm@tiny%
1290                 \let\tiny\upm@tiny%
1291         \else\ifx#1\footnotesize%
1292                 \let\Huge\upm@small%
1293                 \let\huge\upm@scriptsize%
1294                 \let\small\upm@tiny%
1295                 \let\scriptsize\upm@tiny%
1296                 \let\footnotesize\upm@tiny%
1297                 \let\tiny\upm@tiny%
1298         \else\ifx#1\tiny%
1299                 \let\Huge\upm@scriptsize%
1300                 \let\huge\upm@footnotesize%
1301                 \let\small\upm@tiny%
1302                 \let\scriptsize\upm@tiny%
1303                 \let\footnotesize\upm@tiny%
1304                 \let\tiny\upm@tiny%
1305         \fi%
1306         \fi%
1307         \fi%
1308         \fi%
1309         \fi%
1310         \fi%
1311         #1%
1312 }{\endgroup}
1313
1314 %----------------------------------------
1315 % FRAMED MINIPAGE
1316 %----------------------------------------
1317
1318 \newsavebox{\upm@framed@minipage}
1319 %\begin{framedminipage}{width}...\end{framedminipage}
1320 \newenvironment{framedminipage}[1]{%
1321         \begin{lrbox}{\upm@framed@minipage}\begin{minipage}{#1}%
1322         }{%
1323         \end{minipage}\end{lrbox}\fbox{\usebox{\upm@framed@minipage}}}
1324
1325 %\begin{framedcolorminipage}{width}{border}{background}...\end{framedcolorminipage}
1326 \newenvironment{framedcolorminipage}[3]{%
1327         \newcommand{\upm@framed@minipage@border}{#2}%
1328         \newcommand{\upm@framed@minipage@background}{#3}%
1329         \begin{lrbox}{\upm@framed@minipage}\begin{minipage}{#1}%
1330         }{%
1331         \end{minipage}\end{lrbox}\fcolorbox{\upm@framed@minipage@border}{\upm@framed@minipage@background}{\usebox{\upm@framed@minipage}}}
1332
1333 %----------------------------------------
1334 % HIGHLIGH BOXES
1335 %----------------------------------------
1336
1337 \newsavebox{\upm@highlight@box@save}
1338
1339 \newenvironment{upm@highligh@box}[2]{%
1340         \par
1341         \vspace{.5cm}
1342         \begin{tabular}{|p{#1}|}
1343         \hline
1344         \begin{window}[0,l,{\mbox{\includegraphics[width=1cm]{#2}}},{}]
1345 }{%
1346         \end{window}\\ \hline \end{tabular}
1347         \vspace{.5cm}
1348         \par
1349 }
1350
1351 \newenvironment{upmcaution}[1][\linewidth]{%
1352         \upm@highligh@box{#1}{caution.png}%
1353 }{%
1354         \endupm@highligh@box%
1355 }
1356
1357 \newenvironment{upminfo}[1][\linewidth]{%
1358         \upm@highligh@box{#1}{info.png}%
1359 }{%
1360         \endupm@highligh@box%
1361 }
1362
1363 \newenvironment{upmquestion}[1][\linewidth]{%
1364         \upm@highligh@box{#1}{question.png}%
1365 }{%
1366         \endupm@highligh@box%
1367 }
1368
1369 %----------------------------------------
1370 % PROVIDE URL MACROS, WHICH WILL BE
1371 % OVERRIDDEN BY THE DOCUMENT CLASS
1372 %----------------------------------------
1373
1374 \newcommand{\url}[2][]{\texttt{#2}}
1375 \newcommand{\href}[3][]{\texttt{#3}}
1376
1377 %----------------------------------------
1378 % Exponents and Indices
1379 %----------------------------------------
1380 \renewcommand{\textup}[1]{\textsuperscript{#1}\xspace}
1381 \def\@textsubscript#1{%
1382   {\m@th\ensuremath{_{\mbox{\fontsize\sf@size\z@#1}}}}}
1383 \newcommand{\textsubscript}[1]{\@textsubscript{\selectfont#1}}
1384 \newcommand{\textdown}[1]{\textsubscript{#1}\xspace}
1385
1386
1387 %----------------------------------------
1388 % UNDERLINE
1389 %----------------------------------------
1390
1391 \let\upm@oldunderline\underline
1392 \renewcommand{\underline}[1]{\upm@oldunderline{\smash{#1}}}
1393
1394 %----------------------------------------
1395 % ENVIRONMENT FOR DEFINITIONS
1396 %----------------------------------------
1397
1398 %-----
1399 % Defining the style for the definitions
1400 \colorlet{definitionbackground}{backtableheader}
1401 \colorlet{definitionheaderforeground}{fronttableheader}
1402 \colorlet{definitionborder}{fronttableheader}
1403 \colorlet{definitiontextforeground}{fronttableheader}
1404
1405
1406         \gdef\definitionname{Definition}
1407         \gdef\listdefinitionname{List of Definitions}
1408
1409
1410 \gdef\upm@definition@width{.9\linewidth}
1411 \gdef\upm@definition@rule@width{\linewidth}
1412 \gdef\upm@definition@rule@height{0.4pt}
1413
1414 \newtheoremstyle{upmdefinition}% name of the style to be used
1415           {}% measure of space to leave above the theorem. E.g.: 3pt
1416           {}% measure of space to leave below the theorem. E.g.: 3pt
1417           {\normalfont}% name of font to use in the body of the theorem
1418           {}% measure of space to indent the head
1419           {\normalfont\bfseries}% name of head font
1420           {\\[-1em]{\textcolor{definitionborder}{\rule{\upm@definition@rule@width}{\upm@definition@rule@height}}}}% punctuation between head and body
1421           {\newline}% space after theorem head
1422           {\textcolor{definitionheaderforeground}{\thmname{#1}\thmnumber{~#2}\upm@column@char\thmnote{ #3}}\vspace{.25em}}% Manually specify head
1423
1424 %-----
1425 % Declare a theorem with the standard UPM style
1426 % \declareupmtheorem[theorem_style]{name}{label}{list_label}
1427 \newcommand{\declareupmtheorem}[4][upmdefinition]{%
1428         \global\declaretheorem[name={#3},style=#1]{upm#2}%
1429         \global\newenvironment{#2}[1][]{%
1430                 \par\vspace{\parsep}\centering\begin{framedcolorminipage}{\upm@definition@width}{definitionborder}{definitionbackground}%
1431                 \color{definitiontextforeground}%
1432                 \begin{upm#2}[##1]%
1433         }{%
1434                 \end{upm#2}%
1435                 \end{framedcolorminipage}\vspace{\parsep}\par%
1436         }%
1437         % Check the version of the thmtools because the TeXLive distribution
1438         % gives a too old version.
1439         \@ifpackagelater{thm-listof}{2012/05/03}{%
1440                 \global\@namedef{listof#2s}{%
1441                         \global\let\upm@definition@old@listtheoremname\listtheoremname%
1442                         \global\let\upm@definition@old@upmtheoremopt\upm@definition@upmtheoremopt%
1443                         \gdef\listtheoremname{#4}%
1444                         \renewcommand{\upm@definition@upmtheoremopt}[1]{}%
1445                         \expandafter\listoftheorems[ignoreall,show={upm#2}]%
1446                         \global\let\listtheoremname\upm@definition@old@listtheoremname%
1447                         \global\let\upm@definition@upmtheoremopt\upm@definition@old@upmtheoremopt%
1448                 }%
1449         }{%
1450                 \@latex@warning{Your version of the thmtools is too old. I recommend you to install the version 2012/05/04, or later.}
1451                 \global\@namedef{listof#2s}{%
1452                         \global\let\upm@tmp\listtheoremname%
1453                         \gdef\listtheoremname{#4}%
1454                         \listoftheorems%
1455                         \global\let\listtheoremname\upm@tmp%
1456                 }%
1457         }
1458 }
1459 \@onlypreamble\declareupmtheorem
1460
1461 \gdef\thmtformatoptarg#1{\upm@column@char\ #1}%
1462
1463 % Permits to define an part of the definition's name that is
1464 % rendered only in core part of the document, not in the
1465 % list of theorems
1466 \gdef\upm@definition@upmtheoremopt#1{#1}
1467 \gdef\upmtheoremopt#1{\protect\upm@definition@upmtheoremopt{#1}}
1468
1469 %-----
1470 % Declare the definition environment
1471 \declareupmtheorem{definition}{\definitionname}{\listdefinitionname}
1472
1473 %----------------------------------------
1474 % ENVIRONMENT FOR EMPHBOX
1475 %----------------------------------------
1476
1477 %-----
1478 % Defining the style for the emphbox
1479 \colorlet{emphboxbackground}{backtableheader}
1480 \colorlet{emphboxborder}{fronttableheader}
1481 \colorlet{emphboxtext}{fronttableheader}
1482
1483 \NewEnviron{emphbox}[1][\linewidth]{%
1484         \begin{framedcolorminipage}{#1}{emphboxborder}{emphboxbackground}%
1485                 \centering\color{emphboxtext}\BODY%
1486         \end{framedcolorminipage}%
1487 }
1488
1489 \endinput