variables
This commit is contained in:
parent
54e783e19c
commit
cb0dcac270
5 changed files with 15 additions and 17 deletions
|
@ -8,7 +8,6 @@
|
|||
% imports
|
||||
|
||||
\input{settings}
|
||||
\input{variables}
|
||||
|
||||
% handle multiple languages
|
||||
|
||||
|
|
|
@ -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}
|
||||
\usecolortheme{seahorse}
|
||||
\usebackgroundtemplate{\includegraphics[width=\paperwidth]{../../paper}}
|
||||
|
|
|
@ -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}
|
|
@ -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
|
||||
\usepackage[acronym,toc]{glossaries}
|
||||
\makeglossaries
|
||||
|
|
|
@ -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é}}
|
Loading…
Add table
Add a link
Reference in a new issue