(no title)
DEADMINCEDOS | 1 year ago
For me personally, I found LaTeX to be the perfect solution. I have my resume tex setup so I can set toggles to define what gets output. E.g. applying for a manager position, I might keep it brief and more technical.
The resume is modular and can be updated by updating external txt files and not the LaTeX itself. It looks nice, is always consistent, has nice links, etc.
It's optimized for all the ATS nonsense it inevitably gets run through, it generates a PDF, and I've made it near impossible for recruiters to copy and paste and repurpose it without retyping much of it, and I have a tone of tech tricks in their like invisible text that automated systems might see.
If LaTeX itself is sufficient, I can't imagine needing to add in something like Nix and a webserver or how that would be better in any way.
taeric|1 year ago
deepspace|1 year ago
gwbas1c|1 year ago
Learning curve is a thing: I've never touched LaTeX, and I don't anticipate using it in the future. If I wanted to automate a thing as a learning project, I probably would rule out LaTeX unless I had a reason to want to learn it.
RheingoldRiver|1 year ago
source: my resume is the only thing in LaTeX I've touched in over a decade
DEADMINCEDOS|1 year ago
The reason is that it's one of the best tools suited to this kind of work.
edflsafoiewq|1 year ago
Ilasky|1 year ago
Typst was much easier to setup and the function-based operation meant that sending variables in was a breeze with better error handling there too. Also, I just grok the syntax a lot better.
Just another option for folks looking to redo their resumes/not use Latex.
[0] https://typst.app
[1] https://resgen.app
emmanueloga_|1 year ago
I used this package [1] (see also the index [2] for more packages / templates).
--
1: https://github.com/talal/pesha
2: https://typst.app/universe/
DEADMINCEDOS|1 year ago
turboponyy|1 year ago
DEADMINCEDOS|1 year ago
datadeft|1 year ago
robbyiq999|1 year ago
ok_computer|1 year ago
Here’s a sparse copy of mine.
https://michaelwilly.com/cv/latex
I don’t want to share the git because my real resume has more details.
I learned tex during a degree, I can use it mainly for math notation but I’m not sure that I know it in and out for typesetting.
My resume now uses a template.tex and a main.tex file and I \\input sub section tex files so I can iterate using git.
webel0|1 year ago
DEADMINCEDOS|1 year ago
IshKebab|1 year ago
felipeerias|1 year ago
taeric|1 year ago
semi-extrinsic|1 year ago
Now I have spent quite a lot of time customizing LaTeX, to the point where people have come to ask how I produced certain documents, because it surely could not be LaTeX. If you have a specific design idea in your head, LaTeX is able to achieve it if you just spend enough time RTFMing.
DEADMINCEDOS|1 year ago
krageon|1 year ago
tombert|1 year ago
Nix obviously isn't strictly necessary, but making a flake wasn't terribly hard and it's nice to keep stuff standardized between distros and macos.
tneely|1 year ago
[0] https://github.com/tneely/resume/blob/main/.github/workflows...
OJFord|1 year ago
How did you do/test that? I help maintain (didn't author it originally) the AwesomeCV template; we have an open issue about this, inconsistent results and not really having a good way to test it.
sensanaty|1 year ago