Blame view

firstpage.tex 1.36 KB
3b1684cea   quillotm   First base structure
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
  
  
  % Informations textuelles
  
  ewcommand{\thesisname}{Thèse}
  
  ewcommand{\thesisdefenselocation}{
   Présentée à Avignon Université pour obtenir le diplôme de DOCTORAT%
  }
  
  ewcommand{\thesisspecialtyname}{Spécialité~: Informatique}
  
  ewcommand{\thesisby}{par}
  
  ewcommand{\thesisdefensedate}[1]{Soutenue publiquement le #1 devant un jury composé de~:}
  
  ewcommand{\gendermalename}{M.}
  
  ewcommand{\genderfemalename}{M\up{me}}
  
  
  
  % En-tête tout en haut de la page avec les logos
  
  ewcommand{\@TitleHeader}{%
   \begin{tikzpicture}[every node/.style={inner sep=0,outer sep=0},
     image/.style={inner sep=0,outer sep=0}]
    
  ode[anchor=south west] (logo_uapv) at (0.1mm,0) {%
     \includegraphics[width=2cm]{images/avignon_universite_vertical.jpg}%
    } ;
    
  ode[anchor=south east, align=left] (text_uapv) at (\textwidth - 0.1mm, 0) {%
     \large{\textsl{\MakeUppercase{Académie d'Aix-Marseille}}}\\%
     
  ormalsize{\textsl{\MakeUppercase{Avignon Université}}}%
    } ;
    \coordinate[below=0.2cm of logo_uapv.south west] (line_start) ;
    \coordinate[below=0.2cm of text_uapv.south east] (line_end) ;
    \draw (line_start) -- (line_end) ;
   \end{tikzpicture}%
  }
  
  
  
  % Bas de la page de garde à gauche
  
  ewcommand{\fpbl}[0]{\includegraphics[height=1.5cm]{images/lia_complet.pdf}}
  % Base de page de garde à à droite
  
  ewcommand{\fpbr}[0]{\includegraphics[height=1.5cm]{images/projet_thevoice.png}}