This is the source code of my CV, inspired by the AltaCV template.
The name is just Manciukic + AltaCV.
Examples:
I've tested it on my Fedora 32 laptop. This section is copied from AltaCV.
- pdflatex + biber + pdflatex
- AltaCV uses
fontawesome
andacademicons
; they're included in both TeX Live 2016 and MikTeX 2.9. - Loading
academicons
is optional: enable it by adding theacademicons
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.