title,subtitle
This commit is contained in:
parent
2c532d6bfa
commit
4413d3f0cb
4 changed files with 6 additions and 4 deletions
|
@ -17,7 +17,7 @@ DOCUMENTS = [
|
|||
{ENGLISH: 'thesis', FRENCH: 'mémoire'},
|
||||
{ENGLISH: 'presentation', FRENCH: 'présentation'},
|
||||
]
|
||||
TITLE = {
|
||||
TITLE_LONG = {
|
||||
ENGLISH: 'Incremental Live Operating Systems',
|
||||
FRENCH: 'Systèmes d’exploitation autonomes incrémentaux',
|
||||
}
|
||||
|
@ -77,7 +77,7 @@ def build(directory, sign):
|
|||
# prepare variables
|
||||
variables = {
|
||||
'author': AUTHOR,
|
||||
'title': TITLE[language],
|
||||
'titlelong': TITLE_LONG[language],
|
||||
'titlesub': SUBTITLE[language],
|
||||
'dateshort': DATE_SHORT,
|
||||
'datelong': DATE_LONG[language],
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
\logo{\includegraphics[height=7.5em]{../../cnam}}
|
||||
\title[\titlelong]{\titlelong}
|
||||
\subtitle{\titlesub}
|
||||
\institute[CNAM]{Conservatoire National des Arts et Métiers}
|
||||
\date[\typeshort \dateshort]{\typelong\\\datelong}
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
\addcontentsline{toc}{chapter}{\back}
|
||||
|
||||
\begin{center}\begin{large}\textbf{
|
||||
\title\\
|
||||
\titlelong\\
|
||||
\titlesub
|
||||
}\end{large}\end{center}
|
||||
|
||||
|
|
|
@ -34,7 +34,7 @@ DES {\larger[2] A}RTS ET {\larger[2] M}ÉTIERS
|
|||
|
||||
\hrq
|
||||
|
||||
\title\\
|
||||
\titlelong\\
|
||||
\titlesub
|
||||
|
||||
\ml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue