A collection of marble diagrams of various Rx combinators in standalone TikZ format.
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.
- Install MiKTeX.
- Install the Latex Workshop VS Code extension.
- Install portable Strawberry Perl.
- Make sure both MiKTeX and Perl are in the system PATH.
- (Optional): Enable Auto-clean run setting in Latex-workshop settings.