Skip to content

Commit a7116ad

Browse files
Update tex
Signed-off-by: FedericoBruzzone <federico.bruzzone.i@gmail.com>
1 parent bc874a5 commit a7116ad

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

README.md

+5-6
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22

33
This repository contains a LaTeX file that generates a PDF document comprising comprehensive notes for the course "Algorithms for Massive Datasets" taught by [Dario Malchiodi](https://malchiodi.di.unimi.it/teaching/AMD/2022-23/it) based on the content from the book [Mining of Massive Datasets](http://www.mmds.org/). The PDF document serves as a reference guide and study material for the course. However, please note that we do not assume any responsibility for the correctness of the notes provided.
44

5-
# How compile
5+
# How compile
66

77
Add the files in `./style` folder to your `TEXMFHOME/tex/latex` (how to know TEXMFHOME: `kpsewhich -var-value TEXMFHOME`).
8-
And run `sudo texhash` or `sudo mktexlsr` or `sudo texconfig`, in the last case you should choose `REHASH` option and then `exit`.
8+
And run `sudo texhash` or `sudo mktexlsr` or `sudo texconfig`, in the last case you should choose `REHASH` option and then `exit`.
99

1010
**Compile**
1111

12-
`latexmk --shell-escape ./algorithms-for-massive-datasets.tex`
12+
`latexmk --shell-escape ./algorithms-for-massive-datasets.tex`
1313

1414
or
1515

16-
`pdflatex --shell-escape ./algorithms-for-massive-datasets.tex`
16+
`pdflatex --shell-escape ./algorithms-for-massive-datasets.tex`
1717

1818
# Using the Notes
1919
To make the most of these notes, you can:
@@ -36,7 +36,6 @@ This repository is licensed under the [GNU General Public License (GPL)](https:/
3636

3737
## Contact
3838

39-
If you have any questions or suggestions regarding this repository, please don't hesitate to reach out. You can contact us via the GitHub repository or through the following channels:
40-
- Email: [federico.bruzzone.i@gmail.com] or [federico.bruzzone@studenti.unimi.it]
39+
If you have any questions, suggestions, or feedback, do not hesitate to [contact me](https://federicobruzzone.github.io/).
4140

4241
We hope you find this repository helpful in preparing for your "Algorithms for Massive Datasets" exam. Good luck!

algorithms-for-massive-datasets.pdf

-676 Bytes
Binary file not shown.

algorithms-for-massive-datasets.tex

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
\PassOptionsToPackage{greek, italian, russian, english}{babel}
2+
13
\documentclass{adapt-lab-mod}
24

35
\usepackage{pifont}

0 commit comments

Comments
 (0)