CV — Prad Nukala ========================= Single-page LaTeX resume for **Prad Nukala** — Principal Architect, Distributed Systems & Applied Cryptography. Built on the [Deedy-Resume](https://github.com/deedydas/Deedy-Resume) OpenFonts template (XeLaTeX, two asymmetric columns). - Site: [prad.nu](https://prad.nu) - Demo: [did.run](https://did.run) - GitHub: [@prdlk](https://github.com/prdlk) - Email: [prad@sonr.io](mailto: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). ```bash 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. Two `minipage` columns (`0.33\textwidth` left, `0.66\textwidth` right) 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](LICENSE).