front
This commit is contained in:
parent
32b3034a20
commit
e4677a039c
2 changed files with 27 additions and 0 deletions
|
@ -5,6 +5,7 @@ import shutil
|
||||||
import subprocess
|
import subprocess
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
|
AUTHOR = 'Marc BENINCA'
|
||||||
ENGLISH = 'en'
|
ENGLISH = 'en'
|
||||||
FRENCH = 'fr'
|
FRENCH = 'fr'
|
||||||
LANGUAGES = [ENGLISH, FRENCH]
|
LANGUAGES = [ENGLISH, FRENCH]
|
||||||
|
@ -49,6 +50,7 @@ def build(directory, sign):
|
||||||
os.chdir(document[ENGLISH])
|
os.chdir(document[ENGLISH])
|
||||||
# prepare variables
|
# prepare variables
|
||||||
variables = {
|
variables = {
|
||||||
|
'author': AUTHOR,
|
||||||
'mainlanguage': language,
|
'mainlanguage': language,
|
||||||
'otherlanguages': other_languages,
|
'otherlanguages': other_languages,
|
||||||
}
|
}
|
||||||
|
|
|
@ -0,0 +1,25 @@
|
||||||
|
\begin{titlingpage}
|
||||||
|
|
||||||
|
\begin{center}
|
||||||
|
|
||||||
|
{\LARGE C}ONSERVATOIRE {\LARGE N}ATIONAL DES {\LARGE A}RTS ET {\LARGE M}ÉTIERS
|
||||||
|
|
||||||
|
\ml
|
||||||
|
{ASSOCIATE REGIONAL CENTER OF NEW-AQUITAINE}
|
||||||
|
{CENTRE RÉGIONAL ASSOCIÉ DE NOUVELLE-AQUITAINE}
|
||||||
|
|
||||||
|
\vfill
|
||||||
|
\ml{by}{par}
|
||||||
|
\vfill
|
||||||
|
|
||||||
|
\author
|
||||||
|
|
||||||
|
\ml
|
||||||
|
{Defended on Month DD, 2021}
|
||||||
|
{Soutenu le JJ Mois 2021}
|
||||||
|
|
||||||
|
JURY
|
||||||
|
|
||||||
|
\end{center}
|
||||||
|
|
||||||
|
\end{titlingpage}
|
Loading…
Add table
Add a link
Reference in a new issue