titleshort
This commit is contained in:
parent
dbfe0bae43
commit
4f71a6330e
2 changed files with 7 additions and 2 deletions
|
@ -19,9 +19,13 @@ DOCUMENTS = [
|
|||
{ENGLISH: 'thesis', FRENCH: 'mémoire'},
|
||||
{ENGLISH: 'presentation', FRENCH: 'présentation'},
|
||||
]
|
||||
TITLE_SHORT = {
|
||||
ENGLISH: 'Incremental Live OS',
|
||||
FRENCH: 'SE autonomes incrémentaux',
|
||||
}
|
||||
TITLE_LONG = {
|
||||
ENGLISH: 'Incremental Live Operating Systems',
|
||||
FRENCH: 'Systèmes d’exploitation autonomes incrémentaux',
|
||||
FRENCH: 'Systèmes d’Exploitation autonomes incrémentaux',
|
||||
}
|
||||
SUBTITLE = {
|
||||
ENGLISH: 'a reversal of conventional approaches',
|
||||
|
@ -80,6 +84,7 @@ def build(directory, sign):
|
|||
variables = {
|
||||
'authorshort': AUTHOR_SHORT,
|
||||
'authorlong': AUTHOR_LONG,
|
||||
'titleshort': TITLE_SHORT[language],
|
||||
'titlelong': TITLE_LONG[language],
|
||||
'titlesub': SUBTITLE[language],
|
||||
'dateshort': DATE_SHORT,
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
\logo{\includegraphics[height=7.5em]{../../cnam}}
|
||||
|
||||
\title[\titlelong]{\titlelong}
|
||||
\title[\titleshort]{\titlelong}
|
||||
|
||||
\subtitle{\titlesub}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue