Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smimram/strid
A string diagram generator for LaTeX.
https://github.com/smimram/strid
latex ocaml string-diagram
Last synced: about 2 months ago
JSON representation
A string diagram generator for LaTeX.
- Host: GitHub
- URL: https://github.com/smimram/strid
- Owner: smimram
- License: gpl-2.0
- Created: 2013-01-01T18:48:31.000Z (almost 12 years ago)
- Default Branch: main
- Last Pushed: 2023-06-27T12:48:29.000Z (over 1 year ago)
- Last Synced: 2024-08-10T14:13:39.806Z (5 months ago)
- Topics: latex, ocaml, string-diagram
- Language: OCaml
- Homepage: http://smimram.github.io/strid/
- Size: 2.28 MB
- Stars: 26
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES
- License: COPYING
Awesome Lists containing this project
README
strid - A string diagrams generator
===================================Copyright (C) 2006-2020 Samuel Mimram.
Installation
------------To build strid you only need [OCaml](http://caml.inria.fr). Simply type
```
make
```
in the directory where the sources are extracted to compile strid. And then
```
make install
```
to install it on you system.Documentation
-------------The documentation is [available online](docs/manual/stridman.pdf).
Development version
-------------------The development version can be obtained by typing
```
git clone https://github.com/smimram/strid.git
```Licence
-------This program is distributed under the GNU GPL licence. See the COPYING file for
the full text of the licence.See also
--------You might also be interested in [satex](https://github.com/smimram/satex).