An open API service indexing awesome lists of open source software.

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".

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`.