Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Pretty PDF Output #327

Open
jashkenas opened this issue Feb 3, 2015 · 2 comments
Open

Add Pretty PDF Output #327

jashkenas opened this issue Feb 3, 2015 · 2 comments

Comments

@jashkenas
Copy link
Owner

Now that we support markdown output — let's add a built-in layout for gorgeous PDF rendering of your docco. This current output doesn't quite cut the mustard:

image

The Marked commands that we can already use, piped in to markdown-pdf (https://www.npmjs.com/package/markdown-pdf) with a custom stylesheet should be able to do the trick nicely. Maybe it could even take some cues from the current linear (http://jashkenas.github.io/docco/) styling.

Anyone want to take a stab at it?

@amZotti
Copy link

amZotti commented Feb 9, 2015

I'll see what I can do

@eins78
Copy link
Contributor

eins78 commented Mar 30, 2015

I made a demo for this a while back, it uses pandoc to render the PDF with latex.
https://github.com/papermill/pandocco

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants