cv.typ icon indicating copy to clipboard operation
cv.typ copied to clipboard

A no-frills curriculum vitae (CV) template using Typst and YAML to version control CV data.

Results 7 cv.typ issues
Sort by recently updated
recently updated
newest added

Allows the user to have an optional credential id right side of the certificate name. I added this right after `#cert.name` ```typ #h(1fr)ID: #cert.id ``` ![image](https://github.com/jskherman/cv.typ/assets/19298806/c3644d61-4f12-460f-b641-d9fed6a23751) I would have used...

The spacing between sections seemed tight so I added a uservar to adjust it based on user preference. P.S. Big fan of what you have put together here. Thank you...

WIP. I decided to do some refactor of the codebase so it looks more neat (IMO). Apparently it will solve https://github.com/jskherman/cv.typ/pull/1#issuecomment-1910896918 #9, #10 but not yet for now. Current state/commit...

If I comment out the Country in the value part, it still adds a comma after the Region

Allows the user to omit dates in date ranges using the logic: ``` #let daterange(start, end) = { if start != none and end != none [ #start #sym.dash.en #end...

Hi! First of all, allow me to thank you for creating this wonderful template, it is really cool! I would be super interested in having a unified and consistent system...

If I comment out the start date, it gives an error. This feature is particularly useful if candidates would feel more comfortable not to display the amount of time it...