typelong
This commit is contained in:
parent
cb0dcac270
commit
9992a38f8e
2 changed files with 4 additions and 5 deletions
|
@ -40,10 +40,6 @@ TYPE_SHORT = {
|
||||||
ENGLISH: 'Thesis',
|
ENGLISH: 'Thesis',
|
||||||
FRENCH: 'Mémoire',
|
FRENCH: 'Mémoire',
|
||||||
}
|
}
|
||||||
TYPE_LONG = {
|
|
||||||
ENGLISH: f'CNAM Master\'s {TYPE_SHORT[ENGLISH]}',
|
|
||||||
FRENCH: f'{TYPE_SHORT[FRENCH]} d’Ingénieur CNAM',
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
def run(command):
|
def run(command):
|
||||||
|
@ -90,7 +86,6 @@ def build(directory, sign):
|
||||||
'dateshort': DATE_SHORT,
|
'dateshort': DATE_SHORT,
|
||||||
'datelong': DATE_LONG[language],
|
'datelong': DATE_LONG[language],
|
||||||
'typeshort': TYPE_SHORT[language],
|
'typeshort': TYPE_SHORT[language],
|
||||||
'typelong': TYPE_LONG[language],
|
|
||||||
'name': MAIN,
|
'name': MAIN,
|
||||||
'mainlanguage': language,
|
'mainlanguage': language,
|
||||||
'otherlanguages': other_languages,
|
'otherlanguages': other_languages,
|
||||||
|
|
|
@ -25,3 +25,7 @@ ERROR%
|
||||||
\newcommand{\en}[1]{\textenglish{#1}}
|
\newcommand{\en}[1]{\textenglish{#1}}
|
||||||
|
|
||||||
\newcommand{\fr}[1]{\textfrench{#1}}
|
\newcommand{\fr}[1]{\textfrench{#1}}
|
||||||
|
|
||||||
|
% variables
|
||||||
|
|
||||||
|
\def\typelong{\ml{CNAM Master's \typeshort}{\typeshort\ d’Ingénieur CNAM}}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue