This is a guide to implementing your own 2050 calculator. You can read it at http://book.2050.org.uk.
It is written as a series of markdown files. These are then turned into a pdf, website and an e-book by using the programs in the public folder.
The files are written in the pandoc variant of markdown.
If you want to add a section, create a new file with the text and then add it in the right position in the contents.txt file.
Images can be added using the 'Upload Files' button at the top of this screen.
They can then be reffered to with code like ![Description of the image](figures/filename-of-image.png)
To add them through the command line:
Note that it is important that the image url starts figures and not /figures
To turn the markdown into something useful, such as a pdf, website, epub and a word document you need the following installed:
- Ruby
- pandoc
Then you need to run:
ruby public/make-outputs.rb
If all goes well, you will see the results in the public folder.