institute

This commit is contained in:
Marc Beninca 2020-10-18 01:33:33 +02:00
parent abcbfd11f0
commit c774ae7a3d
2 changed files with 6 additions and 3 deletions

View file

@ -7,6 +7,9 @@
\def\dateshort{2021} \def\dateshort{2021}
\def\datelong{\ml{Month DD, \dateshort}{JJ Mois \dateshort}} \def\datelong{\ml{Month DD, \dateshort}{JJ Mois \dateshort}}
\def\instituteshort{CNAM}
\def\institutelong{Conservatoire National des Arts et Métiers}
\def\titleshort{\ml{Incremental Live OS}{SE autonomes incrémentaux}} \def\titleshort{\ml{Incremental Live OS}{SE autonomes incrémentaux}}
\def\titlelong{\ml{Incremental Live Operating Systems} \def\titlelong{\ml{Incremental Live Operating Systems}
{Systèmes d’Exploitation autonomes incrémentaux}} {Systèmes d’Exploitation autonomes incrémentaux}}
@ -14,8 +17,8 @@
{une inversion des approches conventionnelles}} {une inversion des approches conventionnelles}}
\def\typeshort{\ml{Thesis}{Mémoire}} \def\typeshort{\ml{Thesis}{Mémoire}}
\def\typelong{\ml{CNAM Master's \typeshort} \def\typelong{\ml{\instituteshort\ Master's \typeshort}
{\typeshort\ d’Ingénieur CNAM}} {\typeshort\ d’Ingénieur \instituteshort}}
% set languages % set languages
\usepackage{polyglossia} \usepackage{polyglossia}

View file

@ -3,7 +3,7 @@
\title[\titleshort]{\titlelong} \title[\titleshort]{\titlelong}
\subtitle{\titlesub} \subtitle{\titlesub}
\author[\authorshort]{\authorlong} \author[\authorshort]{\authorlong}
\institute[CNAM]{Conservatoire National des Arts et Métiers} \institute[\instituteshort]{\institutelong}
\date[\typeshort \dateshort]{\typelong\\\datelong} \date[\typeshort \dateshort]{\typelong\\\datelong}
\usetheme{Berkeley} \usetheme{Berkeley}