Files
cv/README.md
T

2.3 KiB

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).

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. 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.

TODO

  • Add ./docs/projects/floadt.yml
  • Add ./docs/projects/likely.yml
  • Add ./docs/experience/spacebolt.yml
  • Add ./docs/projects/voluntree.yml
  • Add ./docs/projects/yue.yml
  • Add ./docs/experience/likely.yml
  • Add ./docs/experience/pool.yml
  • Add ./docs/experience/swiper-no-mauling.yml
  • Add ./docs/experience/timeboard.yml

License

Template © 2014 Debarghya Das, Apache License 2.0. See LICENSE.