mirror of
https://github.com/prdlk/cv.git
synced 2026-08-02 09:21:40 +00:00
76c24c8313ff7e70d0c71792fb8b021ff68daa95
CV — Prad Nukala
Single-page LaTeX resume for Prad Nukala — Principal Architect, Distributed Systems & Applied Cryptography. Built on the Deedy-Resume OpenFonts template (XeLaTeX, two asymmetric columns).
- Site: prad.nu
- Demo: did.run
- GitHub: @prdlk
- Email: prad@sonr.io
Build
Requires XeLaTeX and BibTeX (the template loads bundled OTFs in fonts/lato/ and fonts/raleway/ via fontspec, so all commands must run from the repo root).
make # one-shot build → dist/deedy_resume-openfont.pdf
make watch # latexmk -pvc: rebuild + live-preview on every save
make preview # build once and open the PDF
make clean # remove LaTeX aux files, keep the PDF
make distclean # remove dist/ entirely
Under the hood, make runs latexmk -xelatex -output-directory=dist, which handles the BibTeX passes for publications.bib automatically.
Layout
deedy_resume-openfont.tex— résumé content. Twominipagecolumns (0.33\textwidthleft,0.66\textwidthright) split by\hfill.deedy-resume-openfont.cls— document class: colors, font mappings, and the custom commands (\namesection,\runsubsection,\descript,\location,\sectionsep,tightemize).publications.bib— entries cited via\nocite{*}.fonts/— bundled Lato + Raleway OTFs.
The template is single-page by design and silently overflows to a second page if either column gets too long. When adding content, prefer trimming over adding.
License
Template © 2014 Debarghya Das, Apache License 2.0. See LICENSE.
Languages
TypeScript
54.2%
TeX
38.8%
CSS
5.7%
Makefile
1%
HTML
0.3%