diff --git a/notes/images/cover.pdf b/notes/images/cover.pdf new file mode 100644 index 0000000..0133189 Binary files /dev/null and b/notes/images/cover.pdf differ diff --git a/notes/sections/0.md b/notes/sections/0.md index f42dc91..cfbade3 100644 --- a/notes/sections/0.md +++ b/notes/sections/0.md @@ -1,26 +1,28 @@ --- title: Statistical Analysis -subtitle: Exercises -numbersections: true -documentclass: article -fontsize: 12pt +subtitle: Exercises solutions +author: + - Michele Guerini Rocco + - Giulia Marcer +date: \today +lang: en-GB +numbersections: true +fontsize: 12pt +documentclass: article geometry: - width=150mm - top=20mm - bottom=30mm -mainlang: english -otherlang: russian - header-includes: | ```{=latex} - % start new page with each section + % misc packages \usepackage{etoolbox} \usepackage{tikz} - \usepackage{amsmath} - \usepackage{amssymb} \usepackage{siunitx} + + % start new page with each section \pretocmd{\section}{\clearpage}{}{} % strict figure placement @@ -41,6 +43,33 @@ header-includes: | \hspace{30pt} \wedge \hspace{30pt} } + \makeatletter + \renewcommand\maketitle{ + \begin{titlepage} + \begin{center} + {\LARGE STATISTICAL ANALYSIS \par} + {\Huge \bfseries EXERCISES SOLUTIONS \par} + \vspace{8mm} + {\Large\uppercase{ + A detailed exposition on the exercises of the + Statistical Analysis course and their solutions. + Written in a time of great pestilence} \par} + \vspace{8mm} + {\Large BY \par} + \vspace{8mm} + {\Large\bfseries GIULIA MARCER \par} + {\large AND \par} + {\Large\bfseries MICHELE GUERINI ROCCO \par} + \vfill + \includegraphics[width=5cm]{images/cover.pdf} + \vfill + {\large \@date, Lombardy \par + University of Milano Bicocca} + \end{center} + \end{titlepage} + } + \makeatother + % configure captions \usepackage{caption} \captionsetup{font={footnotesize,it}}