Hi all,
I made this typst
template originally to port my personal resume to typst from Latex. It tries to be a faithful port of the Awesome-CV latex template that I was previously using. Hope you find it useful.
https://github.com/DeveloperPaul123/modern-cv
Edit: added missing link
Somewhat unrelated question:
How do you list experience based on projects under single employer with timeline?
Right now I have it like this:
Consultant
Employer - 2020 - 2023
I havent found any resume template that can handle this (nested experience) automatically
I put this together in a few minutes using my template. Does this address what you meant?
Here’s the typst code:
This is very close. The only thing missing is job title for the parent along with the company name for each nested experience
Whoops! I ommited that on purpose. But you can add the job title back in. And yes I see how that would be good for each sub section to have the company name.
This should be doable, I’ll update this thread if I can implement it.
Appreciate it