| CARVIEW |
Select Language
HTTP/1.1 200 OK
Connection: keep-alive
Server: nginx/1.24.0 (Ubuntu)
Content-Type: text/html; charset=utf-8
Cache-Control: public, max-age=300
Content-Encoding: gzip
Via: 1.1 varnish, 1.1 varnish
Accept-Ranges: bytes
Age: 0
Date: Sun, 18 Jan 2026 15:25:53 GMT
X-Served-By: cache-dfw-kdfw8210087-DFW, cache-bom-vanm7210054-BOM
X-Cache: MISS, MISS
X-Cache-Hits: 0, 0
X-Timer: S1768749953.361072,VS0,VE302
Vary: Accept, Accept-Encoding
transfer-encoding: chunked
tikzsd: A program for generating LaTeX code of string diagrams.
[Skip to Readme]
tikzsd: A program for generating LaTeX code of string diagrams.
Please see the README on GitHub at https://github.com/anthonyywangmath/tikzsd#readme
[Skip to Readme]
Modules
[Index] [Quick Jump]
Downloads
- tikzsd-1.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
| Versions [RSS] | 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 |
| Uploaded | by anthonyywang at 2021-05-04T20:18:52Z |
| 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 |
| Distributions | |
| Executables | tikzsd |
| Downloads | 274 total (4 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating |
|
| Status | Docs available [build log] Last success reported on 2021-05-04 [all 1 reports] |
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.