variables

This commit is contained in:
Marc Beninca 2020-10-18 00:39:25 +02:00
parent 54e783e19c
commit cb0dcac270
5 changed files with 15 additions and 17 deletions

View file

@ -8,7 +8,6 @@
% imports % imports
\input{settings} \input{settings}
\input{variables}
% handle multiple languages % handle multiple languages

View file

@ -1,3 +1,11 @@
% variables
\logo{\includegraphics[height=7.5em]{../../cnam}}
\title[\titleshort]{\titlelong}
\subtitle{\titlesub}
\author[\authorshort]{\authorlong}
\institute[CNAM]{Conservatoire National des Arts et Métiers}
\date[\typeshort \dateshort]{\typelong\\\datelong}
\usetheme{Berkeley} \usetheme{Berkeley}
\usecolortheme{seahorse} \usecolortheme{seahorse}
\usebackgroundtemplate{\includegraphics[width=\paperwidth]{../../paper}} \usebackgroundtemplate{\includegraphics[width=\paperwidth]{../../paper}}

View file

@ -1,11 +0,0 @@
\logo{\includegraphics[height=7.5em]{../../cnam}}
\title[\titleshort]{\titlelong}
\subtitle{\titlesub}
\author[\authorshort]{\authorlong}
\institute[CNAM]{Conservatoire National des Arts et Métiers}
\date[\typeshort \dateshort]{\typelong\\\datelong}

View file

@ -1,3 +1,10 @@
% variables
\def\first{\ml{First}{Prénom}}
\def\last{\ml{LAST}{NOM}}
\def\org{\ml{Organization}{Organisme}}
\def\role{\ml{Role}{Fonction}}
\def\tt{\ml{Title}{Civilité}}
% acronyms, glossary % acronyms, glossary
\usepackage[acronym,toc]{glossaries} \usepackage[acronym,toc]{glossaries}
\makeglossaries \makeglossaries

View file

@ -1,5 +0,0 @@
\def\first{\ml{First}{Prénom}}
\def\last{\ml{LAST}{NOM}}
\def\org{\ml{Organization}{Organisme}}
\def\role{\ml{Role}{Fonction}}
\def\tt{\ml{Title}{Civilité}}