After playing with tons of fancy CV generator shits, I decided to write a simple, readable and beautiful template with full control from scratch using TeX.
PDF and Google doc versions.
Install TeX Live.
sudo apt install texlivebrew install texlive
Install MiKTeX
Note
The LuaLaTeX engine included in most distributions.
I'm using lualatex and vimtex neovim plugin.
lualatex cv.tex
# or
pdflatex cv.tex
# or
xelatex cv.tex
# or
latexmk -pdf -lualatex cv.tex If you want to convert pdf to image, use this command:
pdftoppm -png -r 300 cv.pdf outputFeel free to add features or fix bugs. Just open an issue or PR.
Enjoy! 🥂

