Show HN: Practical typography résumé template recreated in LaTeX (github.com)

2 points by subidit ↗ HN
Most of the resume templates are so large and convoluted that it becomes a nightmare when you try to modify the formatting even slightly. I understand that it's required to cover many edge cases but it feels bloated to use a 800 lines long custom class for a one page résumé.

I tried to create a template that uses the basic LaTeX commands, keeping it easy to follow and modify.

In the Milky rover template I tried recreate the beautiful sample shown in Practical typography. Considering it's not using the same fonts, how close is it to the real thing?

1 comment

[ 2.7 ms ] story [ 15.5 ms ] thread
Simple tweaks like adjusting colors or fonts can make a big difference in the look and feel of the resume. I also chose not to use `fontspec` to avoid xelatex etc. There are a few [more templates showing other possibilities](https://github.com/subidit/rover-resume).

I crafted the options for formatting with LaTeX enthusiasts in mind, anticipating their desire to personalize the layout effortlessly. But not many people are actually modifying anything.

I thought to include working code snippets showing how to achive a particular formatting, like different ways to format SKILLS section or the NAME and contract information header. But feel that would make it look more messy. Ultimately ended up dumping those snippets in a `user-guide.md` file. I feel it could be better organised. Please advise. Thanks.