About the project
This project exposes a `/cv.pdf` endpoint that produces a complete PDF CV whenever requested. On first run, it initializes LaTeX by generating configuration-based source files and precomputing auxiliary data. A two-step compilation ensures correct page numbering, while later requests reuse the stored aux files for single-pass builds. The output is served from a temporary folder which is cleaned up after use, keeping the process lightweight and efficient. The CV data is automatically synchronized with the CV section of my website, ensuring that both the online view and generated PDF always contain the same up-to-date information.