Can you tell me what version of pandoc you have installed?
pandoc --verison
There is difference between the command line options in version 1.x and 2.x. I need to submit a patch to fix it, but it would be nice to know if I need it to work with both 1.x and 2.x. (If you do have a 1.x version, can you update to get the latest?)
There is also a small bug in cheatsheet.py for escaping Latex strings, so I need to PR that too.
Here is the current cheatsheet.pdf with the ER-301, W/, and Fader ops added in, couldn’t see any docs for the grid ops. There are still one or two bugs in the output that need fixing.
cheatsheet.pdf (71.7 KB)
In general
cd teletype
make release # builds a zip file with everything in it, very handy!
cd docs
make # builds all the docs
make teletype.pdf # builds just the PDF docs
make teletype.html # ... you get the idea
make cheatsheet/cheatsheet.pdf
However, these won’t work for you until I get my PR in!