From d7802681e1e9b83edb9ec2dfe4dc9326a7b723c1 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Fri, 10 May 2024 00:14:25 +0200 Subject: [PATCH] add exam --- README.md | 41 +++++++++++++++++++++++++++-------------- 1 file changed, 27 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 2a4b2ca..01e660c 100644 --- a/README.md +++ b/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!