diff --git a/cnam/travaux/blanc/document.tex b/cnam/travaux/blanc/document.tex index 6e1bad6..d885505 100644 --- a/cnam/travaux/blanc/document.tex +++ b/cnam/travaux/blanc/document.tex @@ -31,56 +31,7 @@ Informatique, Réseaux, Systèmes et Multimédia} \makeglossaries \begin{document} %––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– -\newcommand{\hrq}[0]{\rule{\textwidth/4}{1pt}} - -\begin{titlepage} -\cnam -\begin{center} -{\bfseries - -\begin{large} - -CONSERVATOIRE NATIONAL DES ARTS ET MÉTIERS - -CENTRE RÉGIONAL ASSOCIÉ DE\\ -NOUVELLE-AQUITAINE - -\hrq - -\goal - -\vfill -par -\vfill - -Marc BENINCA - -\hrq - -\begin{Large}\fulltitle\end{Large} - -Soutenu le 12 Mai 2020 - -\hrq - -JURY - -\end{large} -\vspace{1em} -\begin{small} - -\begin{tabular}[t]{rllll} -PRÉSIDENT : & Mme & Catherine & BRULATOUT & \textit{\begin{tabular}[t]{@{}l@{}}Maître de conférences associé\\Université de Bordeaux\end{tabular}} \\ -\multirow{1}{*}{MEMBRES :} \\ -& Mme & Elisabeth & ABRIVAT & \textit{\begin{tabular}[t]{@{}l@{}}Maître de conférences associé\\Université de Bordeaux\end{tabular}} \\ -%& ? & Prénom & NOM & \textit{\begin{tabular}[t]{@{}l@{}}Fonction\\Organisme\end{tabular}} -\end{tabular} - -\end{small} - -} -\end{center} -\end{titlepage} +\import{front} %––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– %\section*{Remerciements} %\addcontentsline{toc}{section}{Remerciements} diff --git a/cnam/travaux/blanc/document/front.tex b/cnam/travaux/blanc/document/front.tex new file mode 100644 index 0000000..68ab8ad --- /dev/null +++ b/cnam/travaux/blanc/document/front.tex @@ -0,0 +1,50 @@ +\newcommand{\hrq}[0]{\rule{\textwidth/4}{1pt}} + +\begin{titlepage} +\cnam +\begin{center} +{\bfseries + +\begin{large} + +CONSERVATOIRE NATIONAL DES ARTS ET MÉTIERS + +CENTRE RÉGIONAL ASSOCIÉ DE\\ +NOUVELLE-AQUITAINE + +\hrq + +\goal + +\vfill +par +\vfill + +Marc BENINCA + +\hrq + +\begin{Large}\fulltitle\end{Large} + +Soutenu le 12 Mai 2020 + +\hrq + +JURY + +\end{large} +\vspace{1em} +\begin{small} + +\begin{tabular}[t]{rllll} +PRÉSIDENT : & Mme & Catherine & BRULATOUT & \textit{\begin{tabular}[t]{@{}l@{}}Maître de conférences associé\\Université de Bordeaux\end{tabular}} \\ +\multirow{1}{*}{MEMBRES :} \\ +& Mme & Elisabeth & ABRIVAT & \textit{\begin{tabular}[t]{@{}l@{}}Maître de conférences associé\\Université de Bordeaux\end{tabular}} \\ +%& ? & Prénom & NOM & \textit{\begin{tabular}[t]{@{}l@{}}Fonction\\Organisme\end{tabular}} +\end{tabular} + +\end{small} + +} +\end{center} +\end{titlepage}