Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/CatTheoryByExample/book
The category theory by example book
https://github.com/CatTheoryByExample/book
Last synced: 3 months ago
JSON representation
The category theory by example book
- Host: GitHub
- URL: https://github.com/CatTheoryByExample/book
- Owner: CatTheoryByExample
- License: other
- Created: 2018-10-30T13:16:57.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-12T07:06:22.000Z (over 1 year ago)
- Last Synced: 2024-05-02T13:21:40.876Z (7 months ago)
- Language: TeX
- Size: 45.4 MB
- Stars: 54
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.tex
Awesome Lists containing this project
- Awesome-Maths-Learning - Book by Ivan Murashko and others
README
The Category Theory by Example
==============================[![Build Status](https://travis-ci.org/CatTheoryByExample/book.svg?branch=master)](https://travis-ci.org/CatTheoryByExample/book)
[![Release (0.0.7)](https://img.shields.io/badge/Latest-release-orange.svg)](https://github.com/CatTheoryByExample/book/releases/download/release-0.0.7/cattheory.pdf)Content:
The [latest pdf build can be view via nbviewer](https://nbviewer.jupyter.org/github/CatTheoryByExample/book/blob/master/cattheory.pdf)The most important files:
- Makefile - build scripts
- cattheory.tex - the main latex file with macro and all includes
- cattheory.bib - the bibliographyBuild:
- build cattheory.pdf file: make
- cleanup: make cleanBranches:
- master - the main upstreamNote: 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