2023-04-30 00:17:51 +02:00
|
|
|
# Projektor
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
2023-04-30 00:22:24 +02:00
|
|
|
Placer le fichier [`projektor.sty`](./projektor.sty) au même niveau que votre `.tex`.
|
|
|
|
|
2023-04-30 00:17:51 +02:00
|
|
|
Dans le fichier `.tex` :
|
|
|
|
|
|
|
|
```latex
|
|
|
|
\usepackage[option]{projektor}
|
|
|
|
```
|
|
|
|
|
2023-05-29 19:23:16 +02:00
|
|
|
Options disponibles :
|
2023-04-30 00:17:51 +02:00
|
|
|
|
|
|
|
- `code` : utilisation de `minted`
|
|
|
|
- `fr` : utilisation de `babel`
|
2023-05-29 18:44:13 +02:00
|
|
|
- `dark` : thème sombre
|
2023-05-29 19:23:16 +02:00
|
|
|
|
2023-05-29 19:24:27 +02:00
|
|
|
## [Exemples](./examples)
|
2023-05-29 19:23:16 +02:00
|
|
|
|
2023-05-29 19:24:27 +02:00
|
|
|
### [Normal](./examples/light.tex)
|
2023-05-29 19:23:16 +02:00
|
|
|
|
|
|
|
| Titre | Nom de Section |
|
|
|
|
| :----------------------------------: | :----------------------------------: |
|
|
|
|
| ![](https://i.imgur.com/KQDp3qT.png) | ![](https://i.imgur.com/eDNf1nu.png) |
|
|
|
|
|
2023-05-29 19:24:27 +02:00
|
|
|
### [Sombre](./examples/dark.tex)
|
2023-05-29 19:23:16 +02:00
|
|
|
|
|
|
|
| Titre | Nom de Section |
|
|
|
|
| :----------------------------------: | :----------------------------------: |
|
|
|
|
| ![](https://i.imgur.com/URg5eUM.png) | ![](https://i.imgur.com/pYpoLF8.png) |
|