memoire-m2

My M2 Memoire on mapping class groups & their representations

cover.tex (2228B)

 1 % Taken from https://latexdraw.com/tikz-cover-pages-gallery/
 2 
 3 % The cover itself
 4 \thispagestyle{empty}
 5 \begin{tikzpicture}[remember picture,overlay]
 6   %%%%%%%%%%%%%%%%%%%% Background %%%%%%%%%%%%%%%%%%%%%%%%
 7   \fill[highlight] (current page.south west) rectangle (current page.north east);
 8 
 9 
10   \foreach \i in {2.5,...,22}
11   {
12     \node[rounded corners,highlight!60,draw,regular polygon,regular polygon sides=6, minimum size=\i cm,ultra thick] at ($(current page.west)+(2.5,-5)$) {} ;
13   }
14 
15   %%%%%%%%%%%%%%%%%%%% Background Polygon %%%%%%%%%%%%%%%%%%%%
16   \foreach \i in {0.5,...,22}
17   {
18     \node[rounded corners,highlight!60,draw,regular polygon,regular polygon sides=6, minimum size=\i cm,ultra thick] at ($(current page.north west)+(2.5,0)$) {} ;
19   }
20 
21   \foreach \i in {0.5,...,22}
22   {
23     \node[rounded corners,highlight!90,draw,regular polygon,regular polygon sides=6, minimum size=\i cm,ultra thick] at ($(current page.north east)+(0,-9.5)$) {} ;
24   }
25 
26 
27   \foreach \i in {21,...,6}
28   {
29     \node[highlight!85,rounded corners,draw,regular polygon,regular polygon sides=6, minimum size=\i cm,ultra thick] at ($(current page.south east)+(-0.2,-0.45)$) {} ;
30   }
31 
32 
33   %%%%%%%%%%%%%%%%%%%% Title of the Report %%%%%%%%%%%%%%%%%%%%
34   \node[left,highlight!5,minimum width=0.625*\paperwidth,minimum height=3cm, rounded corners, text width=0.52*\paperwidth] at ($(current page.north east)+(-.6,-9.5)$)
35   {
36     \begin{minipage}{\textwidth}
37     \begin{center}
38     \baselineskip=30pt
39     \fontsize{22}{27} \selectfont \bfseries
40     \expandafter\MakeUppercase\expandafter{Memoire}
41     \par
42     \end{center}
43     \end{minipage}
44   };
45 
46   %%%%%%%%%%%%%%%%%%%% Author Name %%%%%%%%%%%%%%%%%%%%
47   \node[left,highlight!5,minimum width=0.625*\paperwidth,minimum height=2cm, rounded corners] at ($(current page.north east)+(-.6,-11)$)
48   {
49     {\Large \textsc{Thiago Brevidelli Garcia}}
50   };
51 
52   %%%%%%%%%%%%%%%%%%%% Year %%%%%%%%%%%%%%%%%%%%
53   \node[rounded corners,fill=highlight!70,text=highlight!5,regular polygon,regular polygon sides=6, minimum size=2.5 cm,inner sep=0,ultra thick]
54     at ($(current page.west)+(2.5,-5)$) {\LARGE \bfseries \number \year};
55 \end{tikzpicture}
56 
57 % Back of the cover
58 \clearpage
59 \null
60 \thispagestyle{empty}
61 \clearpage