Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paolobrasolin/commutative-diagrams
CoDi: Commutative Diagrams for TeX
https://github.com/paolobrasolin/commutative-diagrams
category-theory commutative-diagrams latex math tikz
Last synced: about 2 months ago
JSON representation
CoDi: Commutative Diagrams for TeX
- Host: GitHub
- URL: https://github.com/paolobrasolin/commutative-diagrams
- Owner: paolobrasolin
- License: mit
- Created: 2015-12-26T20:23:45.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2024-04-22T10:50:03.000Z (8 months ago)
- Last Synced: 2024-08-10T14:20:58.222Z (5 months ago)
- Topics: category-theory, commutative-diagrams, latex, math, tikz
- Language: TeX
- Homepage: https://paolobrasolin.github.io/commutative-diagrams/
- Size: 4.2 MB
- Stars: 30
- Watchers: 7
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[![CTAN release][ctan-shield]][ctan-link]
[![GitHub release][release-shield]][release-link]
[![GitHub nightly tests][tests-shield]][tests-link][ctan-shield]: https://img.shields.io/ctan/v/commutative-diagrams?label=CTAN
[ctan-link]: https://ctan.org/pkg/commutative-diagrams
[release-shield]: https://img.shields.io/github/v/release/paolobrasolin/commutative-diagrams?display_name=release&include_prereleases
[release-link]: https://github.com/paolobrasolin/commutative-diagrams/releases/
[tests-shield]: https://img.shields.io/github/actions/workflow/status/paolobrasolin/commutative-diagrams/tests.yml?branch=main&event=schedule&label=nightly%20tests
[tests-link]: https://github.com/paolobrasolin/commutative-diagrams/actions/workflows/tests.yml?query=event%3Aschedule+branch%3Amain# CoDi: Commutative Diagrams for TeX
CoDi is a [TikZ] library. Its aim is making [commutative diagrams] easy to design, parse and tweak.
[tikz]: https://en.wikipedia.org/wiki/PGF/TikZ
[commutative diagrams]: https://en.wikipedia.org/wiki/Commutative_diagram:warning: **Were you looking for `koDi: kommutative Diagramme für TeX`?**
You're in the right place: it's the same library.
It had to be renamed due to CTAN naming restrictions.
We got your back: `\usepackage{kodi}` is still supported and will produce warning messages to help you migrating. :heart:## License
CoDi is released under the [MIT License].
[mit license]: https://opensource.org/licenses/MIT