Add Docker-based LaTeX build rules and Projects section for CV customization #557
+66
−1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR enhances the build process by introducing Docker-based LaTeX compilation using
aachraf/latex-cv-docker
, ensuring a consistent and portable environment for generating resumes, CVs, and cover letters. Additionally, it adds a structured Projects section template to improve CV customization.Size: 160.58 MB
Compatible with: arm64 and amd64
Key Changes
🚀 Dockerized LaTeX Build
Makefile
targets for easy document generation:docker-resume
docker-cv
docker-coverletter
docker
(general-purpose build target)aachraf/latex-cv-docker
to eliminate local dependency issues.📌 Projects Section for CVs
Why This Should Be Added
✅ Portability & Reliability – Docker-based builds ensure LaTeX documents compile consistently across different environments without requiring users to install LaTeX locally.
✅ Ease of Use – Simplifies the build process with
Makefile
targets, reducing the setup burden for users.✅ Enhanced CV Customization – The new Projects section provides a clear and structured way to highlight key projects, making CVs more effective and professional.
This update improves usability, maintainability, and flexibility for users looking to generate high-quality LaTeX-based resumes and CVs. 🚀