-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpreamble.tex
57 lines (44 loc) · 1.53 KB
/
preamble.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
\newcommand{\ThisTheme}{
\footnotesize {
\textsc{A General Text TextText}\\
}
\footnotesize{
\textsc{A Specific text Text Text Text Text} \\
}
\Large{
\textsc{The theme of the pitch}
}
}
\newcommand{\ThisShortTheme}{Short theme}
\newcommand{\ThisTitle}{\ThisTheme}
\newcommand{\ThisShortTitle}{\ThisShortTheme}
\newcommand{\ThisAuthorName}{Aurel Megnigbeto}
\newcommand{\ThisShortAuthorName}{Aurel Megnigbeto}
\newcommand{\ThisInstitute}{Institut de Mathématiques et de Sciences Physiques }
\newcommand{\ThisInstituteShort}{IMSP}
\newcommand{\ThisInstituteLocation}{Dangbo, Bénin}
\newcommand{\ThisUniversity}{Université d'Abomey-Calavi}
\newcommand{\ThisUniversityShort}{UAC}
\newcommand{\ThisAuthorEmail}{[email protected]}
% \setlist[]{labelindent=\parindent}
\newdate{date}{15}{4}{2020}
% \geometry{verbose,letterpaper,tmargin=20mm,bmargin=20mm,lmargin=20mm,rmargin=20mm}
\hypersetup{
colorlinks,
citecolor=black,
filecolor=black,
linkcolor=black,
urlcolor=black,
pdftitle={\ThisShortTheme},
pdfauthor={\textcopyright\ \ThisAuthorName},
}
\newcommand{\ThisAuthor}{
\ThisAuthorName \\
\texttt{ \normalsize{ \href{mailto:\ThisAuthorEmail}{ \ThisAuthorEmail } } } \\ \\
\textsc{ \normalsize{ \ThisInstitute (\ThisInstituteShort)} },\\
\textsc{ \normalsize{ \ThisUniversity (\ThisUniversityShort)} }, \\
\textsc{ \normalsize{ \ThisInstituteLocation} }
}
% \setlist[]{labelindent=\parindent}
\addbibresource{source.bib}
\graphicspath{{img/}}