Business Value
Translating the AI-enhanced résumé into LaTeX ensures high-quality, professional PDF output and enables template customization for different audiences or formats.
Description
Implement the LaTeX generator that maps the AI output into a LaTeX template. Replace placeholders with the generated content and prepare the .tex file for rendering.
Technical Details
- Use template system defined in
/public/templates/*.tex
- Implement logic in
/lib/latex/generateTex.ts
- Replace placeholders:
{{ name }}, {{ summary }}, {{ experience }}, {{ skills }}
- Escape LaTeX special characters
- Add unit test with mock AI output
Acceptance Criteria
Business Value
Translating the AI-enhanced résumé into LaTeX ensures high-quality, professional PDF output and enables template customization for different audiences or formats.
Description
Implement the LaTeX generator that maps the AI output into a LaTeX template. Replace placeholders with the generated content and prepare the .tex file for rendering.
Technical Details
/public/templates/*.tex/lib/latex/generateTex.ts{{ name }},{{ summary }},{{ experience }},{{ skills }}Acceptance Criteria
.texfile is generated from AI contenttectonicorpdflatex