Hacker News new | ask | show | jobs
by cookieswumchorr 1773 days ago
I never had the time/brains to get past the learn curve with LaTeX. Recently I started using a pipeline of markdown to html with Pandoc and then to pdf with Dompdf for project documentation.

Turns out you get neatly formatted printable docs with not so much effort, and the raw markdown stays with the code where it can be used and updated by fellow devs

1 comments

Fwiw, I have made a LaTeX resume template [1] for Pandoc. Input is markdown and output is LaTeX or LaTeX rendered to PDF.

[1] https://github.com/john-bokma/resume-pandoc