Skip to content

tarabacha/CV

Repository files navigation

AltaCV, yet another LaTeX CV/Résumé class

v1.1.5 (1 December 2018), by LianTze Lim (liantze@gmail.com)

(Thanks to Nur for the name.)

It all started with this:

Leonardo was talking about a résumé of Marissa Mayer that Business Insider put together using enhancv.com. I knew I had to do something about it. And so AltaCV was born.

Samples

This is how the re-created résumé looks like (view/open on Overleaf):

Marissa Mayer's résumé, re-created with AltaCV

Though if you're creating your own CV/résumé, you'd probably prefer using the basic template (view/open on Overleaf):

sample barebones AltaCV template

Requirements and Compilation

  • pdflatex + biber + pdflatex
  • AltaCV uses fontawesome and academicons; they're included in both TeX Live 2016 and MikTeX 2.9.
  • Loading academicons is optional: enable it by adding the academicons option to \documentclass.
  • Use the normalphoto option to get a normal (i.e. non-circular) photo.
  • Use the ragged2d option to activate hyphenations while keeping text left-justified; line endings will thus be less jagged and more aesthetically pleasing.
  • Can now be compiled with pdflatex, XeLaTeX and LuaLaTeX!
  • However if you're using academicons, you must use either XeLaTeX or LuaLaTeX. If the doc then compiles but the icons don't show up in the output PDF, try compiling with LuaLaTeX instead.
  • The samples here use the Lato font.

A number of things are missing in this CV including details like my internship, achievements and a lot more. Hope you help me to fix it.