write a proper cover
This commit is contained in:
parent
e19ebc7fd1
commit
9cc7cd9903
BIN
notes/images/cover.pdf
Normal file
BIN
notes/images/cover.pdf
Normal file
Binary file not shown.
@ -1,26 +1,28 @@
|
|||||||
---
|
---
|
||||||
title: Statistical Analysis
|
title: Statistical Analysis
|
||||||
subtitle: Exercises
|
subtitle: Exercises solutions
|
||||||
numbersections: true
|
author:
|
||||||
documentclass: article
|
- Michele Guerini Rocco
|
||||||
fontsize: 12pt
|
- Giulia Marcer
|
||||||
|
date: \today
|
||||||
|
|
||||||
|
lang: en-GB
|
||||||
|
numbersections: true
|
||||||
|
fontsize: 12pt
|
||||||
|
documentclass: article
|
||||||
geometry:
|
geometry:
|
||||||
- width=150mm
|
- width=150mm
|
||||||
- top=20mm
|
- top=20mm
|
||||||
- bottom=30mm
|
- bottom=30mm
|
||||||
|
|
||||||
mainlang: english
|
|
||||||
otherlang: russian
|
|
||||||
|
|
||||||
header-includes: |
|
header-includes: |
|
||||||
```{=latex}
|
```{=latex}
|
||||||
% start new page with each section
|
% misc packages
|
||||||
\usepackage{etoolbox}
|
\usepackage{etoolbox}
|
||||||
\usepackage{tikz}
|
\usepackage{tikz}
|
||||||
\usepackage{amsmath}
|
|
||||||
\usepackage{amssymb}
|
|
||||||
\usepackage{siunitx}
|
\usepackage{siunitx}
|
||||||
|
|
||||||
|
% start new page with each section
|
||||||
\pretocmd{\section}{\clearpage}{}{}
|
\pretocmd{\section}{\clearpage}{}{}
|
||||||
|
|
||||||
% strict figure placement
|
% strict figure placement
|
||||||
@ -41,6 +43,33 @@ header-includes: |
|
|||||||
\hspace{30pt} \wedge \hspace{30pt}
|
\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
|
% configure captions
|
||||||
\usepackage{caption}
|
\usepackage{caption}
|
||||||
\captionsetup{font={footnotesize,it}}
|
\captionsetup{font={footnotesize,it}}
|
||||||
|
Loading…
Reference in New Issue
Block a user