markdown-papers
markdown-papers copied to clipboard
pdf generation
We should look into the possibilities how to generate a .pdf version.
For testing purpose I am using wkhtmltopdf and generate a .pdf out of the .html file. It screws up the background color and fonts look ugly if you zoom in. Rest seems ok.
http://code.google.com/p/wkhtmltopdf/
One should use
$ wkhtmltopdf README.html README.pdf --print-media-type
$ open README.pdf
media-type setting is necessary, otherwise it uses default screen media type and screws up the background color.