Render & compile tailored document
render_and_compileInjects tailored content from a master CV into LaTeX templates, compiles résumé and cover letter PDFs, and returns provenance warnings and ATS coverage report.
Instructions
Inject TailoredContent into the LaTeX template, verify every bullet traces to the master CV (anti-fabrication), compile to PDF, and save as _.pdf in the output dir. ALWAYS pass coverLetter too unless the user opted out — it produces the matching one-page letter in the same call. The application is auto-logged to the tracker. Returns provenance warnings and, if jobDescription is given, an ATS coverage report.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobUrl | No | Job posting URL — recorded in the tracker | |
| company | No | ||
| compile | No | Set false to only write .tex without compiling | |
| content | Yes | The tailored content JSON produced from the brief | |
| project | No | Overleaf project (needed only if templateFile is repo-relative) | |
| position | No | ||
| template | No | ||
| autoTrack | No | Auto-log to the tracker (default true when company+position are given) | |
| jdSummary | No | Short JD summary for the tracker row (auto-derived if omitted) | |
| headerLine | No | Custom line under the name, e.g. 'Buffalo, NY | Open to relocation' | |
| outputName | No | Override the output filename base | |
| coverLetter | No | Cover letter content — pass this to generate the résumé and letter together (recommended) | |
| templateFile | No | Use a specific template .tex instead (absolute, or relative to the synced Overleaf repo) | |
| jobDescription | No | Pass the JD to get an ATS coverage report |