-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add further theming options #14
Conversation
Nice improvements! For the address entry, I am using rn a custom social with the About the size of the description, if the user wants to change the size of the whole document text (eg using a About the remove of the coma, it is a good idea I think but the linebreak should be automatic otherwise we get some text without any coma/space by default. This could be a parameter of the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changes look mostly good, sorry for the late review @das-kaesebrot
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks, this is great! will create later today
Great, thank you :) |
Hi, first of all: thank you so much for your port of moderncv to typst!
To better customize (and get closer to the original moderncv TeX package), I have added a few more options and improvements to the library:
#emph()
of the subtitle and social links via a new optionemphasize-header: true
subtitle-color
andsocials-color
which both default tolight-gray = rgb("#737373")
cv-line
since a comma at this position doesn't feel right in my opinion.cv-line
description (everything in the last dictionary item ofelements
) to10.5pt
. If text is being formatted by the user directly here its not affected:The following would print "my text" with
10.5pt
size:...while this would print "my text" with
15pt
size:1pt
for all blocks generated via_cv-line
address
without an icon or link for simply adding an address to the socials section.I'd love to hear your opinions on this!