Master thesis on Rational Homotopy Theory
https://github.com/Jaxan/Rational-Homotopy-Theory
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
257 B
16 lines
257 B
11 years ago
|
My thesis
|
||
|
=========
|
||
|
|
||
|
At the time of writing this repo consists of some notes only.
|
||
|
Will be about rational homotopy theory or something.
|
||
|
|
||
|
## building
|
||
|
It will create a build directory for all those stupid latex files.
|
||
|
|
||
|
```
|
||
|
cd thesis
|
||
|
make
|
||
|
open thesis.pdf
|
||
|
```
|
||
|
|