upmext-spimufcphdthesis.cfg
3.97 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
% UP-METHODOLOGY EXTENSION FOR THE SPIM-UFC PHD THESIS
% Author: Stephane GALLAND
% Copyright (c) 2012-14 Stephane GALLAND <galland@arakhne.org>
\DeclareCopyright[french]{spimufcphdthesis}{2012--14}{Dr. St\'ephane GALLAND}{Les noms des cit\'es, les marques cit\'ees ainsi que les logos correspondants sont la propri\'et\'e de leurs auteurs ou de leurs ayant-droits. Toute reproduction, m\^eme partielle des \'el\'ements de ce document donnera syst\'ematiquement lieu \`a des poursuites judiciaires. L'acronyme SPIM est la propri\'et\'e de l'\'Ecole Doctoale Science Pour l'Ing\'enieur et Micro\'electronique, France. L'acronymes UFC est la propri\'et\'e de l'Universit\'e de Franche-Comt\'e, France.}
\DeclareCopyright[english]{spimufcphdthesis}{2012--14}{Dr. St\'ephane GALLAND}{SPIM and all SPIM-related trademarks and logos are trademarks or registered trademarks of \'Ecole Doctoale Science Pour l'Ing\'enieur et Micro\'electronique in France, other countries, or both. UFC and all UFC-related trademarks and logos are trademarks or registered trademarks of Universit\'e de Franche-Comt\'e in the France, other countries, or both.}
\usepackage{helvet}
\usepackage{hyphenat}
\renewcommand{\familydefault}{\sfdefault}
\definecolor{ufcgreen}{rgb}{0.388,0.478,0.051}
\definecolor{frontpagetitle}{rgb}{0,0,0}
\definecolor{frontpageauthors}{rgb}{0,0,0}
\definecolor{backpagetitle}{rgb}{0.698,0.862,0.094}
\definecolor{backpagetext}{rgb}{0,0,0}
\definecolor{backtableheader}{rgb}{0.901,0.901,0.901}
\colorlet{fronttableheader}{ufcgreen}
\colorlet{sectiontitlecolor}{ufcgreen}
\colorlet{chaptertitlecolor}{ufcgreen}
\colorlet{parttitlecolor}{ufcgreen}
\colorlet{definitionbackground}{backtableheader!60}
\colorlet{definitionheaderforeground}{fronttableheader}
\colorlet{definitionborder}{gray!60}
\colorlet{definitiontextforeground}{black}
\colorlet{emphemphtextcolor}{ufcgreen}
\colorlet{bibemphemphtextcolor}{ufcgreen}
\Set{frontillustration}{spimufcphdthesis-frontpage}
\Set{p3illustration}{spimufcphdthesis-p3-head}
\Set{backillustration}{spimufcphdthesis-backpage}
\Set{watermarksize}{.5}
\Set{universityname}{Universit\'e de Franche-Comt\'e}
\Set{speciality}{Informatique}
\Set{defensedate}{\today}
% Width of thye jury table
\Set{jurytabwidth}{\textwidth}
% Style of the jury
\Set{jurystyle}{}
% Defense message
\Set{defensemessage}{Soutenue publiquement le \Get{defensedate} devant le Jury compos\'e de\;:}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\Set{cfrontpage}{
\pagestyle{empty}
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\Set{backpage}{
\begin{picture}(0,0)
\ifupmbookformat%
\gdef\upmthesistmpaaa{-72}%
\gdef\upmthesistmpbbb{-17}%
\else%
\gdef\upmthesistmpaaa{-100}%
\gdef\upmthesistmpbbb{-45}%
\fi%
\expandafter\put(\upmthesistmpaaa,-740){\includegraphics[width=600\unitlength,height=900\unitlength]{\Get{backillustration}}}
\put(\upmthesistmpbbb,0){\parbox[t][12cm][t]{17cm}{%
\ifphdthesismainabstract%
\textcolor{backpagetitle}{\textbf{\large{\phdthesismainabstracttitle}}}\\[.5cm]
\Get{primaryabstractstyle}\nohyphens{\textcolor{backpagetext}{\ignorespaces\phdthesismainabstract}}%
\ifphdthesismainkeywords%
\vspace{.15cm}\par\noindent{\begin{tabularx}{\linewidth}{@{}lX@{}}\textcolor{backpagetitle}{\small\textbf{\phdthesismainkeywordstitle}} & %
\small\textcolor{backpagetext}{\Get{primarykeywordstyle}\ignorespaces\phdthesismainkeywords}\end{tabularx}}%
\fi%
\ifphdthesisminorabstract%
\par\vspace{2cm}%
\fi%
\fi%
\ifphdthesisminorabstract%
\textcolor{backpagetitle}{\textbf{\large{\phdthesisminorabstracttitle}}}\\[.5cm]
\Get{secondaryabstractstyle}\nohyphens{\textcolor{backpagetext}{\ignorespaces\phdthesisminorabstract}}%
\ifphdthesisminorkeywords%
\vspace{.15cm}\par\noindent{\begin{tabularx}{\linewidth}{@{}lX@{}}\small\textcolor{backpagetitle}{\textbf{\phdthesisminorkeywordstitle}} &%
\small\textcolor{backpagetext}{\Get{secondarykeywordstyle}\ignorespaces\phdthesisminorkeywords}\end{tabularx}}%
\fi%
\fi%
}}%
\end{picture}
}
\endinput