Live data from Hacker News

Show HN: my "My Latex resume" project

github.com

1–10 of 76 posts

Re: Show HN: my "My Latex resume" project

#4
Have you looked at docutils?

A few years ago I rewrote my résumé in reStructuredText where you can use rst2html.py, rst2latex.py, etc. to generate various formats from one text source. And the source file is so free of obvious markup that it serves as a "plain text" version.

Re: Show HN: my "My Latex resume" project

#5

Have you looked at docutils? A few years ago I rewrote my résumé in reStructuredText where you can use rst2html.py, rst2latex.py, etc. to generate various formats from one text source. And the source file is so free of obvious markup that it serves as a "plain text" version.

Never looked at it.. Do you have a link to your resume so I can see the end result?

For me all that matters was to make it look 'damn' good on paper, as resumes are usually consumed from paper. I knowingly compromised on a more web-integrated version.

(Or in other words: I think a PDF with clickable links is web-integrated enough)

Post reply on HN