-
Notifications
You must be signed in to change notification settings - Fork 20
Madoko
Gábor Szárnyas edited this page Nov 12, 2015
·
3 revisions
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