projektor/README.md
2023-05-29 19:23:16 +02:00

31 lines
816 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
### Normal
| Titre | Nom de Section |
| :----------------------------------: | :----------------------------------: |
| ![](https://i.imgur.com/KQDp3qT.png) | ![](https://i.imgur.com/eDNf1nu.png) |
### Sombre
| Titre | Nom de Section |
| :----------------------------------: | :----------------------------------: |
| ![](https://i.imgur.com/URg5eUM.png) | ![](https://i.imgur.com/pYpoLF8.png) |