This commit is contained in:
Marc Beninca 2020-10-18 01:24:31 +02:00
parent 3c99cd5618
commit abcbfd11f0
2 changed files with 6 additions and 15 deletions

View file

@ -16,18 +16,6 @@ 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',
}
SUBTITLE = {
ENGLISH: 'a reversal of conventional approaches',
FRENCH: 'une inversion des approches conventionnelles',
}
def run(command):
@ -66,9 +54,6 @@ def build(directory, sign):
os.chdir(document[ENGLISH])
# prepare variables
variables = {
'titleshort': TITLE_SHORT[language],
'titlelong': TITLE_LONG[language],
'titlesub': SUBTITLE[language],
'name': MAIN,
'mainlanguage': language,
'otherlanguages': other_languages,