projektor/README.md
Mylloon 0ad0772c68
update examples
* now use slides instead of first page
2023-05-29 19:36:27 +02:00

31 lines
877 B
Markdown

# Projektor
## Usage
Placer le fichier [`projektor.sty`](./projektor.sty) au même niveau que votre `.tex`.
Dans le fichier `.tex` :
```latex
\usepackage[option]{projektor}
```
Options disponibles :
- `code` : utilisation de `minted`
- `fr` : utilisation de `babel`
- `dark` : thème sombre
## [Exemples](./examples)
### [Normal](./examples/light.tex)
| Diapositive | Titre de Section |
| :----------------------------------: | :----------------------------------: |
| ![](https://i.imgur.com/Bo88ZfH.png) | ![](https://i.imgur.com/eDNf1nu.png) |
### [Sombre](./examples/dark.tex)
| Diapositive | Titre de Section |
| :----------------------------------: | :----------------------------------: |
| ![](https://i.imgur.com/QB8ZdzJ.png) | ![](https://i.imgur.com/pYpoLF8.png) |