2024-04-21 18:55:28 +02:00
|
|
|
---
|
|
|
|
|
title: "Another simple slideshow"
|
|
|
|
|
author: Jeremie SUZAN
|
|
|
|
|
date: ""
|
|
|
|
|
lang: fr-FR
|
|
|
|
|
toc: false
|
|
|
|
|
toc-depth: 2
|
|
|
|
|
toc-title: Outline
|
|
|
|
|
fontsize: 10pt
|
|
|
|
|
weight: 10
|
|
|
|
|
linestretch: 1.0
|
|
|
|
|
section-titles: true
|
|
|
|
|
SLIDEHEAD
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
# Outline
|
|
|
|
|
|
|
|
|
|
1. Some examples
|
|
|
|
|
2. Some code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Some example
|
|
|
|
|
|
|
|
|
|
- I have made
|
|
|
|
|
- this simple
|
|
|
|
|
- bullet point list
|
|
|
|
|
|
|
|
|
|
# Some code
|
|
|
|
|
|
|
|
|
|
```python
|
|
|
|
|
import this
|
|
|
|
|
|
|
|
|
|
for i in range(10):
|
|
|
|
|
print("Hello world")
|
|
|
|
|
```
|
2025-09-24 19:21:42 +02:00
|
|
|
|
|
|
|
|
# Some math
|
|
|
|
|
|
|
|
|
|
$$\bar{x}_w = \frac{\sum_{i=1}^n w_i x_i}{\sum_{i=1}^n w_i} $$
|