title,subtitle

This commit is contained in:
Marc Beninca 2020-10-13 13:02:39 +02:00
parent 2c532d6bfa
commit 4413d3f0cb
4 changed files with 6 additions and 4 deletions

View file

@ -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],