-
Notifications
You must be signed in to change notification settings - Fork 0
/
integration.tex
63 lines (47 loc) · 1.23 KB
/
integration.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
58
59
60
61
62
63
\documentclass{report}
\newif\ifsolo
\solofalse
\input{src/preamble.tex}
\begin{document}
\pagestyle{empty}
\begin{center}
~ \vfill
\textsc{\LARGE ENS de Lyon}\\[1.5cm]
\textsc{\Large Cours de L3}\\[0.5cm]
\rule{\linewidth}{0.5mm} \\[0.4cm]
{\huge \bfseries Intégration, Probabilités }\\[0.1cm]
\rule{\linewidth}{0.5mm} \\[0.4cm]
% \textsc{\large et th mesure ?}\\[1.5cm]
\begin{minipage}{0.4\textwidth}
\begin{flushleft} \large
\emph{Professeurs}\\
Claude \textsc{Danthony}\\
Grégory \textsc{Miermont}
\end{flushleft}
\end{minipage}\hspace{1cm}\begin{minipage}{0.4\textwidth}
\begin{flushright} \large
\emph{Prise de notes} \\
Théophile \textsc{Cailliau}
\end{flushright}
\end{minipage}\\[2cm]
\vfill
\includegraphics[width=7cm]{ensl.pdf}\\[1cm]
\vfill
{\large Année 2021-2022}\\
\end{center}
\newpage
\dominitoc
\tableofcontents
\faketableofcontents
\newpage
\pagestyle{main}
\foreach \i in {01, 02, 03, 04, 05, 06, 07} {%
\edef\FileName{integration-\i}%
\IfFileExists{\FileName}{%
\input{src/\FileName}%
}
}
\newpage
\pagestyle{empty}
\printindex
\end{document}