From 7baa2167fe18a50a46c77a0fa030d2ff146a04e7 Mon Sep 17 00:00:00 2001 From: Davide Polonio Date: Wed, 5 Oct 2016 19:25:14 +0200 Subject: [PATCH] Create README.md Add some basic instruction about document compilation --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..6e0b933 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# TOSNotes +LaTeX notes (in italian) about 'Tecnologie Open Source' course + +

Compilation

+ +Install `latexmk` in your machine, open a terminal in the root of the project and run: +```sh +latexmk +```