Add Docker-based LaTeX build rules and Projects section for CV customization #557
Open
achrafAa wants to merge 2 commits intoposquit0:masterfrom
Open
Add Docker-based LaTeX build rules and Projects section for CV customization #557achrafAa wants to merge 2 commits intoposquit0:masterfrom
achrafAa wants to merge 2 commits intoposquit0:masterfrom
Conversation
- add Docker-based build rules using thomasweise/texlive\n- add projects section template for CV customization\n\nNew make targets:\n- docker-resume\n- docker-cv\n- docker-coverletter\n- docker
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
Makefiletargets for easy document generation:docker-resumedocker-cvdocker-coverletterdocker(general-purpose build target)aachraf/latex-cv-dockerto 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
Makefiletargets, 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. 🚀