Content: The latest version of the book is available at https://bourbaki.co.uk
If you have comments or questions about the content, please contact Ivan Murashko at ivan@bourbaki.uk.
The most important files:
- Makefile - build scripts
- cattheory.tex - the main latex file with macro and all includes
- cattheory.bib - the bibliography
Build:
- build cattheory.pdf file: make
- cleanup: make clean
Branches:
- master - the main upstream
Note: the builds are not possible now since Travis CI requires payment for it
Previous instruction for build/release is following: To start release publishing:
- commit and push your changes
- set release tag: for instance git tag release-0.0.123
- push the tags: git push origin release-0.0.123
- check the build progress: https://travis-ci.org/CatTheoryByExample/book/builds
- see a new published release on https://github.com/CatTheoryByExample/book/releases