Skip to content

Generate LaTeX content from tailored résumé output #11

Description

@saviobatista

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

  • Valid .tex file is generated from AI content
  • All placeholders are filled with actual content
  • Output is compile-ready with tectonic or pdflatex
  • Unit test verifies content generation for default template

Metadata

Metadata

Assignees

No one assigned

    Labels

    MVPCore features for the minimum viable productfeatureFunctional feature or user-facing capabilitylatexLaTeX generation and template rendering

    Projects

    Status
    No status

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions