Live data from Hacker News

Show HN: my "My Latex resume" project

github.com

31–40 of 76 posts

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

#31

A while back I had set out to solve the "multiple resume problem" where you generate resumes in different format(html,pdf,plain text etc.) from a single source. This way all your resumes are consistent. I haven't solved it completely yet but you can find the github repository of "modern resume" over at https://github.com/dhawalhshah/modern-resume . I am using it at http://www.dhawal.me/

The dates you attended Mumbai University are in reverse. Just so you know.

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

#32

A while back I had set out to solve the "multiple resume problem" where you generate resumes in different format(html,pdf,plain text etc.) from a single source. This way all your resumes are consistent. I haven't solved it completely yet but you can find the github repository of "modern resume" over at https://github.com/dhawalhshah/modern-resume . I am using it at http://www.dhawal.me/

The dates you attended Mumbai University are in reverse. Just so you know.

Fixed. Thanks!

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

#33

A while back I had set out to solve the "multiple resume problem" where you generate resumes in different format(html,pdf,plain text etc.) from a single source. This way all your resumes are consistent. I haven't solved it completely yet but you can find the github repository of "modern resume" over at https://github.com/dhawalhshah/modern-resume . I am using it at http://www.dhawal.me/

The dates you attended Mumbai University are in reverse. Just so you know.

Plus using Opera and having a relatively small browser window makes "Entrepreneurial Activities" overlay with parts of "MoVue (Android App)".

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

#34
post #2

Comments -- on both the Latex code and the content of my resume -- are very welcome!

Why do you put a summary on your résumé as opposed to having it in a separate cover letter?

Have you gotten better responses after putting that summary there?

I ask because I've never seen it done and my first impression was to not want to read the résumé because of the wall of text. (I wasn't trying to hire you so my first reaction is probably biased, though)

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

#35
I like the CurVe latex class. It works for me: http://www.hoogli.com/Andrew_Cox_cv.pdf

It is worth going to the author's page about CurVe rather than relying on the ctan package. He has some nice customisations such as the thick horizontal rule that I borrowed, and gives his own CV as an example: http://www.lrde.epita.fr/~didier/software/latex.php#curve

Here is the archive: http://ctan.org/tex-archive/macros/latex/contrib/curve

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

#36
post #2

Comments -- on both the Latex code and the content of my resume -- are very welcome!

Why do you put a summary on your résumé as opposed to having it in a separate cover letter? Have you gotten better responses after putting that summary there? I ask because I've never seen it done and my first impression was to not want to read the résumé because of the wall of text. (I wasn't trying to hire you so my first reaction is probably biased, though)

This part of the CV looks like a cross between a covering letter and a profile/summary to me. It seems too long and it repeats information that is present elsewhere in the CV.

I would shorten it and use it to get your main message across to the person scanning it at high speed. Sorry to post my own latex-generated CV twice in one thread, but for ease of reference, this is what I mean: http://www.hoogli.com/Andrew_Cox_cv.pdf

My profile there splits into two parts:

   1. I am ...
   2. I want ...
So: "Strong software engineer with substantial OpenGL and OpenGL ES and general 3D graphics and GPU programming experience, a background in R&D, and currently developing for Android [1]. Looking for challenging short-term contracts that leverage these strengths[2]." That's it.

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

#37

A while back I had set out to solve the "multiple resume problem" where you generate resumes in different format(html,pdf,plain text etc.) from a single source. This way all your resumes are consistent. I haven't solved it completely yet but you can find the github repository of "modern resume" over at https://github.com/dhawalhshah/modern-resume . I am using it at http://www.dhawal.me/

The CurVe class supports multiple versions of a CV with its "flavors" concept: http://text-ex-machina.co.uk/blog/creating-curriculum-vit

I keep all versions of my CV side by side in directories checked in to subversion and copy the closest existing one to make a new version rather than trying to maintain multiple different flavours of CV at the same time.

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

#38
post #2

Comments -- on both the Latex code and the content of my resume -- are very welcome!

I would say you need a somewhat cleaner approach to placing things on the page. For instance, two paragraph breaks in a row are very non-idiomatic: try \vspace{2\baselineskip} instead. Instead of manually putting a hard space after punctuation, you probably want \frenchspacing. Also, using \sloppy as the default option is terrible. The purpose of \sloppy is to save a really bad paragraph that cannot be rewritten.

Visually, I agree that it is way too compressed, especially for a CV where the highlights should jump out at the reader. I understand you're trying to cram it into as few pages as possible, but you end up with horribly long lines. It could also use some vertical whitespace. If you must decrease the number of pages, think about trimming the content.

Just my 2 cents, of course.

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

#39
post #35

I like the CurVe latex class. It works for me: http://www.hoogli.com/Andrew_Cox_cv.pdf It is worth going to the author's page about CurVe rather than relying on the ctan package. He has some nice customisations such as the thick horizontal rule that I borrowed, and gives his own CV as an example: http://www.lrde.epita.fr/~didier/software/latex.php#curve Here is the archive: http://ctan.org/tex-archive/macros/latex/co…

Not a fan of CurVe, had a look at it but decided to roll my own. :)

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

#40
post #36

Earlier quoted context omitted.

Why do you put a summary on your résumé as opposed to having it in a separate cover letter? Have you gotten better responses after putting that summary there? I ask because I've never seen it done and my first impression was to not want to read the résumé because of the wall of text. (I wasn't trying to hire you so my first reaction is probably biased, though)

This part of the CV looks like a cross between a covering letter and a profile/summary to me. It seems too long and it repeats information that is present elsewhere in the CV. I would shorten it and use it to get your main message across to the person scanning it at high speed. Sorry to post my own latex-generated CV twice in one thread, but for ease of reference, this is what I mean: http://www.hoogli.com/Andrew_Cox…

Thanks for the tips..

> Sorry to post my own latex-generated CV twice in one thread

No worries. :)

Post reply on HN