mirror of
https://github.com/MadsLorentzen/ai-job-search.git
synced 2026-09-17 00:26:26 +00:00
docs: document PDF verification loop and relevance-weighted cutting
Updates README.md and SETUP.md to reflect the new /apply workflow additions shipped in the previous commit: - Bumps the /apply step list from 6 to 7, adding "Compile and inspect" between Revise and Present - Adds a "What makes this workflow different" subsection highlighting the PDF verification loop, relevance-weighted CV cutting, drafter-reviewer separation, and token-efficient dispatching - Updates prerequisites note to call out lualatex (CV) and xelatex (cover letter) explicitly, with the reason each engine is required - Updates SETUP.md's LaTeX section to match (pdflatex -> lualatex for the CV, with the MiKTeX fontawesome5 caveat) Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.7
parent
32e63e5143
commit
00678f9669
@@ -38,7 +38,7 @@ Install a LaTeX distribution to compile the generated `.tex` files to PDF:
|
||||
- **macOS:** [MacTeX](https://tug.org/mactex/)
|
||||
- **Linux:** `sudo apt install texlive-full` or `sudo dnf install texlive-scheme-full`
|
||||
|
||||
The CV compiles with `pdflatex`. The cover letter compiles with `xelatex` (for custom fonts).
|
||||
The CV compiles with `lualatex` (pdflatex often fails on modern MiKTeX installs with `fontawesome5` font-expansion errors). The cover letter compiles with `xelatex` because `cover.cls` requires `fontspec` for its custom Lato/Raleway fonts.
|
||||
|
||||
## 2. Fork and clone
|
||||
|
||||
|
||||
Reference in New Issue
Block a user