This commit is contained in:
Mylloon 2024-05-10 00:14:25 +02:00
parent 628397e87e
commit d7802681e1
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -3,9 +3,10 @@
- [C](#c)
- [C++](#c-1)
- [LaTeX](#latex)
- [Document](#document)
- [Presentation](#presentation)
- [Book](#book)
- [Document](#document)
- [Examen](#examen)
- [Presentation](#presentation)
- [Python](#python)
- [OCaml](#ocaml)
- [Rust](#rust)
@ -33,6 +34,18 @@ Copy and paste [`cpp/`](./cpp/) directory, and you should be good to go!
## LaTeX
### Book
This is for complex document.
Copy and paste [`latex/book`](./latex/book/) directory,
and you should be good to go!
- **Run `make` to compile the document.**
- **Run `make clean` to clean artifacts.**
> It is by default configured to output `book.pdf`.
### Document
This is for simple document.
@ -45,6 +58,18 @@ and you should be good to go!
> It is by default configured to output `document.pdf`.
### Examen
This is for simple test.
Copy and paste [`latex/exam`](./latex/exam/) directory,
and you should be good to go!
- **Run `make` to compile the document.**
- **Run `make clean` to clean artifacts.**
> It is by default configured to output `test.pdf`.
### Presentation
This is for presentations.
@ -59,18 +84,6 @@ and you should be good to go!
> It is by default configured to build `slides.tex` and output `slides.pdf`.
> There is a more advanced file with more examples named `slides_advanced.tex`.
### Book
This is for complex document.
Copy and paste [`latex/book`](./latex/book/) directory,
and you should be good to go!
- **Run `make` to compile the document.**
- **Run `make clean` to clean artifacts.**
> It is by default configured to output `book.pdf`.
## Python
Copy and paste [`python/`](./python/) directory, and you should be good to go!