sinaatalay / rendercv

A LaTeX CV/Resume Framework
http://docs.rendercv.com
MIT License
1.67k stars 108 forks source link

Proposal for rendering a cover letter. #13

Closed achugr closed 7 months ago

achugr commented 7 months ago

https://github.com/sinaatalay/rendercv/issues/12#issue-2071626586

Please let me know what you think. The cover letter template is fairly basic at the moment.

John_Doe_cover_letter.pdf

sinaatalay commented 7 months ago

Hello, thank you for submitting this pull request. However, at the moment, I do not plan to merge it. I have a lot of plans for the CV side and don't want to make things more complicated in the repository right now. I believe RenderCV should focus exclusively on CVs currently.

That being said, I think this is really good. Would you be willing to create a new package called RenderCoverLetter as you suggested? If not, I will keep the pull request open. Perhaps in the future, when the CV side is mature enough, we can start developing the cover letter in this code base.

achugr commented 7 months ago

Hey, sure, I agree that it's better to do one thing right and stay focused! I'll figure out how it would look like as a standalone package and if I could reuse utility code without copying it. Conceptually it's not so good, because cover letter package should not depend on the cv package, then it should be some properly organized shared package used by both, which is going to be an unnecessary complexity for your project. From this perspective, a fork looks easier for me at the moment.