https://github.com/fuglede/basic-topology
Lecture notes for the Uppsala University course "Basic topology".
https://github.com/fuglede/basic-topology
lecture-notes math topology
Last synced: 8 months ago
JSON representation
Lecture notes for the Uppsala University course "Basic topology".
- Host: GitHub
- URL: https://github.com/fuglede/basic-topology
- Owner: fuglede
- Created: 2015-03-06T16:47:28.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-09-19T19:07:25.000Z (over 9 years ago)
- Last Synced: 2025-10-13T06:14:29.700Z (8 months ago)
- Topics: lecture-notes, math, topology
- Language: TeX
- Homepage:
- Size: 3.33 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Lecture notes on basic topology
===============================
Building
--------
To get and build the notes through a terminal, the easiest
is to use `latexmk` which ensures that all files are built in
the right order and the correct number of times. If you have
`latexmk`, run
$ git clone https://github.com/fuglede/basic-topology
$ cd basic-topology
$ latexmk -pdf main
The result will be available as `main.pdf`.