Skip to content

A collection of marble diagrams of various Rx combinators in standalone TikZ format.

License

Notifications You must be signed in to change notification settings

bonsai-rx/marble-diagrams

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

marble-diagrams

A collection of marble diagrams of various Rx combinators in standalone TikZ format.

How to export (LaTeX + dvisvgm)

LaTeX files can be exported to SVG with the following commands:

latex -output-directory=build file.tex
dvisvgm --no-fonts --output=build/%f.svg build/file.dvi

The above commands are available with most common LaTeX distributions, such as MiKTeX on Windows. The push.cmd file contains an example batch script which leverages both commands to export all files in the repository.

How to build (VS Code)

  1. Install MiKTeX.
  2. Install the Latex Workshop VS Code extension.
  3. Install portable Strawberry Perl.
  4. Make sure both MiKTeX and Perl are in the system PATH.
  5. (Optional): Enable Auto-clean run setting in Latex-workshop settings.

About

A collection of marble diagrams of various Rx combinators in standalone TikZ format.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published