Notes (in italian) for the undergraduate General Topology course (GE220 - Topologia generale e algebrica) at University of Roma Tre, academic year 2015/2016.
The pdf file is available in the Releases.
The notes are compiled via latexmk with the custom class edoars-notes.cls
found in this repository as a submodule. You will need to have an up-to-date distribution of LaTeX and the Latexmk utility.
First clone the repository and submodules:
git clone --recurse-submodules https://github.com/edoars/general-topology-notes
Then build the notes with make
:
make all
The latex document will be compiled into main.pdf
.