Coding
PromptBeginner5 minmarkdown
Nano Banana Pro
Agent skill for nano-banana-pro
7
- **`main.tex`:** Canonical resume source for the active branch; keep edits minimal and focused on the target role.
Sign in to like and favorite skills
main.tex: Canonical resume source for the active branch; keep edits minimal and focused on the target role.main.pdf, main.log, main.fls, and main.synctex.gz are build outputs.resume/ai, resume/fullstack) owns its own main.tex; never merge content across variants.latexmk -pdf main.tex generates the PDF and resolves cross-references.latexmk -pvc -pdf main.tex watches for changes and refreshes the PDF automatically.latexmk -c main.tex removes auxiliary files while leaving the PDF; use latexmk -C main.tex before switching branches.\textbf{} for highlighting keywords and \textit{} for secondary emphasis; avoid inline styling packages unless necessary.\newcommand at the top of main.tex, and reuse existing macros (e.g., \resumeItem) wherever possible.main.tex stays single-page.latexmk -pdf main.tex before every commit to ensure a warning-free build.main.tex files to verify only role-specific changes land.Update summary bullet for cloud role); keep to 72 characters when possible.resume/<descriptor> (e.g., resume/mlops) to keep the catalogue searchable.