rename main to resume
All checks were successful
Check flake.lock / Check health of `flake.lock` (push) Successful in 8s
Check Nix flake / Perform Nix flake checks (push) Successful in 1m1s

This commit is contained in:
2026-03-27 16:13:07 -04:00
parent e38ed451df
commit 213aa63aa1
3 changed files with 7 additions and 5 deletions

View File

@@ -29,11 +29,11 @@ If the build produces errors, include them as a finding under **Formatting & Lay
Clean up any stale preview files, then convert the first page of the built PDF to a PNG and view it:
```
rm -f main-preview*.png
pdftoppm -r 150 -png main.pdf main-preview
rm -f resume-preview*.png
pdftoppm -r 150 -png resume.pdf resume-preview
```
Then use #tool:view_image to view `main-preview-1.png`.
Then use #tool:view_image to view `resume-preview-1.png`.
If this step fails for any reason (conversion error, tool unavailable, file not found), note it briefly — e.g., *"PDF preview unavailable — layout assessment based on LaTeX source only"* — and proceed. Do not retry or block on this step.