Madoko - ftsrg/cheat-sheets GitHub Wiki
Madoko a Markdown engine with support for advanced features required in scholarly documents.
Use the following commands to install Madoko
sudo apt-get install -y npm nodejs-legacy imagemagick
sudo npm install -g madoko
# you may specify the version, e.g. [email protected]
To generate a PDF, issue:
madoko --pdf <filename>
If you don't have Imagemagick, you may get the following error:
error: failure while typesetting math:
/bin/sh: 1: convert: not found
To install it, simply issue:
sudo apt-get install -y imagemagick