title
This commit is contained in:
parent
3c99cd5618
commit
abcbfd11f0
2 changed files with 6 additions and 15 deletions
|
@ -16,18 +16,6 @@ DOCUMENTS = [
|
||||||
{ENGLISH: 'thesis', FRENCH: 'mémoire'},
|
{ENGLISH: 'thesis', FRENCH: 'mémoire'},
|
||||||
{ENGLISH: 'presentation', FRENCH: 'présentation'},
|
{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):
|
def run(command):
|
||||||
|
@ -66,9 +54,6 @@ def build(directory, sign):
|
||||||
os.chdir(document[ENGLISH])
|
os.chdir(document[ENGLISH])
|
||||||
# prepare variables
|
# prepare variables
|
||||||
variables = {
|
variables = {
|
||||||
'titleshort': TITLE_SHORT[language],
|
|
||||||
'titlelong': TITLE_LONG[language],
|
|
||||||
'titlesub': SUBTITLE[language],
|
|
||||||
'name': MAIN,
|
'name': MAIN,
|
||||||
'mainlanguage': language,
|
'mainlanguage': language,
|
||||||
'otherlanguages': other_languages,
|
'otherlanguages': other_languages,
|
||||||
|
|
|
@ -7,6 +7,12 @@
|
||||||
\def\dateshort{2021}
|
\def\dateshort{2021}
|
||||||
\def\datelong{\ml{Month DD, \dateshort}{JJ Mois \dateshort}}
|
\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\typeshort{\ml{Thesis}{Mémoire}}
|
||||||
\def\typelong{\ml{CNAM Master's \typeshort}
|
\def\typelong{\ml{CNAM Master's \typeshort}
|
||||||
{\typeshort\ d’Ingénieur CNAM}}
|
{\typeshort\ d’Ingénieur CNAM}}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue