add exam
This commit is contained in:
parent
628397e87e
commit
d7802681e1
1 changed files with 27 additions and 14 deletions
41
README.md
41
README.md
|
@ -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!
|
||||
|
|
Loading…
Reference in a new issue