https://github.com/edoars/general-topology-notes
LaTeX notes (in italian) for the undergraduate General Topology course at University of Roma Tre
https://github.com/edoars/general-topology-notes
general-topology latex-notes math notes topology
Last synced: 4 months ago
JSON representation
LaTeX notes (in italian) for the undergraduate General Topology course at University of Roma Tre
- Host: GitHub
- URL: https://github.com/edoars/general-topology-notes
- Owner: edoars
- License: mit
- Created: 2022-09-04T13:43:56.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-04T13:44:58.000Z (almost 4 years ago)
- Last Synced: 2025-10-29T09:51:30.438Z (8 months ago)
- Topics: general-topology, latex-notes, math, notes, topology
- Language: TeX
- Homepage:
- Size: 118 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# General Topology notes
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.
## Manual build
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:
``` sh
git clone --recurse-submodules https://github.com/edoars/general-topology-notes
```
Then build the notes with `make`:
``` sh
make all
```
The latex document will be compiled into `main.pdf`.