tikzsd: A program for generating LaTeX code of string diagrams.

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Please see the README on GitHub at https://github.com/anthonyywangmath/tikzsd#readme


[Skip to Readme]

Properties

Versions 1.0.0, 1.0.0
Change log ChangeLog.md
Dependencies array (>=0.5.4 && <0.6), base (>=4.7 && <5), containers (>=0.6.2 && <0.7), lens (>=4.19 && <5.1), mtl (>=2.2.2 && <2.3), parsec (>=3.1.14 && <3.2), tikzsd, transformers (>=0.5.6 && <0.6) [details]
License MIT
Copyright 2021 Anthony Wang
Author Anthony Wang
Maintainer anthony.y.wang.math@gmail.com
Category Math
Home page https://github.com/anthonyywangmath/tikzsd#readme
Bug tracker https://github.com/anthonyywangmath/tikzsd/issues
Source repo head: git clone https://github.com/anthonyywangmath/tikzsd
Uploaded by anthonyywang at 2021-05-04T20:13:12Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for tikzsd-1.0.0

[back to package description]

tikzsd

tikzsd is a Haskell program used to generate LaTeX code for string diagrams.

To use the program, one defines the categories, functors and natural transformations to be used, specifying data such as labels and shapes. After doing this, one can generate the LaTeX for string diagrams by simply describing the desired natural transformation and telling the program how to space the strings.

Usage

Please check out the github repository for usage. The repository contains a user's manual, along with examples of generated LaTeX code and the resulting pdfs.