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,

View file

@ -7,6 +7,12 @@
\def\dateshort{2021}
\def\datelong{\ml{Month DD, \dateshort}{JJ Mois \dateshort}}
\def\titleshort{\ml{Incremental Live OS}{SE autonomes incrémentaux}}
\def\titlelong{\ml{Incremental Live Operating Systems}
{Systèmes d’Exploitation autonomes incrémentaux}}
\def\titlesub{\ml{a reversal of conventional approaches}
{une inversion des approches conventionnelles}}
\def\typeshort{\ml{Thesis}{Mémoire}}
\def\typelong{\ml{CNAM Master's \typeshort}
{\typeshort\ d’Ingénieur CNAM}}