Skip to content

alessandrocandolini/cv-public

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal CV in LaTeX

Currently, it requires xelatex or lualatex because the underlying document class uses fontspec package. Fonts are in the font folder in the repo, to improve portability.

Todos

  • dockerise the build and use github actions to create the artifact and make the pdf downloadable from the release tab
  • make docker dependency explicit, create Makefile, etc so the same docker image can be used to build it locally
  • remove the dependency from a custom version of awesome-cv
  • consider removing the dependency also from original awesome-cv, so we can compile with pdflatex
  • fix legature problems when copy-pasting (probably will solve automatically when removing xelatex and custom fonts)

Acknowledgement

This cv currently piggybacks on the awesome work done by https://github.com/posquit0/Awesome-CV. I've modified the theme to achieve a different layour (i liked the header, but wanted to have bullet list sections) and i would like to remove the dependency on other fonts (or plug the minionpro fonts). Eventually, I would like to spend some time designing a bespoke one, but for now awesome-cv has provided a excellent starting point.