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)
|
||||||
- [C++](#c-1)
|
- [C++](#c-1)
|
||||||
- [LaTeX](#latex)
|
- [LaTeX](#latex)
|
||||||
- [Document](#document)
|
|
||||||
- [Presentation](#presentation)
|
|
||||||
- [Book](#book)
|
- [Book](#book)
|
||||||
|
- [Document](#document)
|
||||||
|
- [Examen](#examen)
|
||||||
|
- [Presentation](#presentation)
|
||||||
- [Python](#python)
|
- [Python](#python)
|
||||||
- [OCaml](#ocaml)
|
- [OCaml](#ocaml)
|
||||||
- [Rust](#rust)
|
- [Rust](#rust)
|
||||||
|
@ -33,6 +34,18 @@ Copy and paste [`cpp/`](./cpp/) directory, and you should be good to go!
|
||||||
|
|
||||||
## LaTeX
|
## 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
|
### Document
|
||||||
|
|
||||||
This is for simple 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`.
|
> 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
|
### Presentation
|
||||||
|
|
||||||
This is for presentations.
|
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`.
|
> 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`.
|
> 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
|
## Python
|
||||||
|
|
||||||
Copy and paste [`python/`](./python/) directory, and you should be good to go!
|
Copy and paste [`python/`](./python/) directory, and you should be good to go!
|
||||||
|
|
Loading…
Reference in a new issue