Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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).