CV source

main.tex is the editable source for the CV published at assets/docs/pratik-kamble-cv.pdf.

Update the website PDF

From this directory, compile the source with your preferred LaTeX toolchain:

latexmk -pdf main.tex

Then replace the published asset:

cp main.pdf ../assets/docs/pratik-kamble-cv.pdf

Commit both the source changes and the refreshed PDF. Generated LaTeX files in this directory are intentionally ignored.