-
-
Notifications
You must be signed in to change notification settings - Fork 87
Description
Hi,
I am using brilliant-cv and enjoy it a lot. I don't know much about typst and i am not a coder.
I think the cover letter could be considerably improved.
-
Language relation
Because the "correspondence standards" and layout of a letter are specific to each country, it would be wise to place letter.typ in the modules_lang folders
For example in France, just after the recipient name and recipient address, there is "citty, le date" on the right! -
the letter.typ could be called in cv.typ
but whatever letter.typ position it should be generated after the cv genration with a page break
#importModules(( "resumepro", "professional", "letter.typ", "education", // "projects", // "certificates", // "publications", "skills", )) -
Inherit personal data from metadata.toml
give an option to select individually personal.data first_name, last_name, phone.........and even [personal.info.custom-x] in cover letter. Usually these data are common between cv and cover letter -
no forced case for addresses and multiline for RecipientAddress
currently, myAddress, RecipientAddress are uppercase, myAddress case could inherit case from original data in in metadata.toml. And it would be nice to have case choice for the multi-line RecipientAddress.
recipientAddress, Subject, date and signature data should stay in letter.typ as well as letter content.
It would also be nice to have an option to specify the date manually.
Just my 2 cents, even i don't know how much work is needed for eventually bring this improvements if judged to be useful
Best regards