subtitle
This commit is contained in:
parent
dbf633b0ae
commit
9ec0b9a3eb
3 changed files with 10 additions and 3 deletions
|
@ -21,6 +21,10 @@ TITLE = {
|
|||
ENGLISH: 'Incremental Live Operating Systems',
|
||||
FRENCH: 'Systèmes d’exploitation autonomes incrémentaux',
|
||||
}
|
||||
SUBTITLE = {
|
||||
ENGLISH: '?',
|
||||
FRENCH: '?',
|
||||
}
|
||||
|
||||
|
||||
def run(command):
|
||||
|
@ -59,11 +63,12 @@ def build(directory, sign):
|
|||
os.chdir(document[ENGLISH])
|
||||
# prepare variables
|
||||
variables = {
|
||||
'title': TITLE[language],
|
||||
'subtitle': SUBTITLE[language],
|
||||
'author': AUTHOR,
|
||||
'mainlanguage': language,
|
||||
'otherlanguages': other_languages,
|
||||
'summaries': summaries,
|
||||
'title': TITLE[language],
|
||||
}
|
||||
# transform variables
|
||||
variables = ''.join([f'\\def\\{k}{{{v}}}'
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
\chapter*{}
|
||||
\addcontentsline{toc}{chapter}{\ml{Summaries}{Résumés}}
|
||||
|
||||
\title.
|
||||
\title,\\
|
||||
\subtitle.
|
||||
|
||||
\ml{CNAM Engineer thesis}{Mémoire d’Ingénieur CNAM}, Bordeaux 2021.
|
||||
|
||||
|
|
|
@ -34,7 +34,8 @@ DES {\larger[2] A}RTS ET {\larger[2] M}ÉTIERS
|
|||
|
||||
\hrq
|
||||
|
||||
\title
|
||||
\title\\
|
||||
\subtitle
|
||||
|
||||
\ml
|
||||
{Defended on Month DD, 2021}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue