24 lines
410 B
Markdown
24 lines
410 B
Markdown
---
|
|
title: Analisi statistica
|
|
subtitle: Riassunto delle slides
|
|
numbersections: true
|
|
documentclass: article
|
|
fontsize: 12pt
|
|
|
|
geometry:
|
|
- width=150mm
|
|
- top=20mm
|
|
- bottom=30mm
|
|
|
|
header-includes: |
|
|
```{=latex}
|
|
% start new page with each section
|
|
\usepackage{etoolbox}
|
|
\usepackage{tikz}
|
|
\usepackage{amsmath}
|
|
\usepackage{amssymb}
|
|
\usepackage{siunitx}
|
|
\pretocmd{\section}{\clearpage}{}{}
|
|
```
|
|
---
|