telehash / telehash.github.io

Contents of the site
http://telehash.org/
Other
483 stars 61 forks source link

Working on a md->pdf process #156

Closed temas closed 9 years ago

temas commented 9 years ago

This is a WIP branch to track a full md->pdf process.

Currently I'm testing it using the node script -> prince with HTMLBook default css

dvanduzer commented 9 years ago

Why prince over pandoc?

temas commented 9 years ago

Largely because latex makes me puke? After playing with a lot of tools to publish a book, prince stood out, a lot. Until I can find time to write my own ;)

temas commented 9 years ago

To be clear we're not bound to any technology, HTML + CSS --> PDF is the process

quartzjer commented 9 years ago

@temas could you add the command to build the pdf to the package.json too?

anything else before you think this is mergeable to work from master?

stpeter commented 9 years ago

Why are we building our own documentation toolchain? ;-)

temas commented 9 years ago

I merely wrote a md -> htmlbook tool, and then we use normal tools ;)