Replies: 16 comments 1 reply
-
|
Beta Was this translation helpful? Give feedback.
-
Thanks! |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
@johannesbottcher Does it really change the font size? In my case the font stays the same regardless of whether I choose 10, 11 or 12pt. Only line spacing is affected. Font sizes seem to be fixed because of how the styles are defined in awesome-cv.cls, for example:
Changing the font option to It can't change any other font size, for the same reason. |
Beta Was this translation helpful? Give feedback.
-
@arekolek For simple text, yes. |
Beta Was this translation helpful? Give feedback.
-
@johannesbottcher Yet the examples never use any simple text. |
Beta Was this translation helpful? Give feedback.
-
@arekolek If i change More stuff on the page is not a real reason to claim the font size has changed. I didn't do a real check. Might just a well be the different baselineskip when no special environment is in charge. If it really is like that, the |
Beta Was this translation helpful? Give feedback.
-
@johannesbottcher Actually, I'm guessing @posquit0 put the |
Beta Was this translation helpful? Give feedback.
-
checkout my fork at https://github.com/JanHendrikDolling/Awesome-CV % font size for different elements % line stretch |
Beta Was this translation helpful? Give feedback.
-
@arekolek Do you know how to change the front size? Thanks. |
Beta Was this translation helpful? Give feedback.
-
This will give you an error because There are about 30 styles that can be changed individually. There is no simple switch to make fonts bigger. That could be done, but it would require many (many) lines of code. |
Beta Was this translation helpful? Give feedback.
-
Coming back to this as I was looking for the same issue, all the settings to be changed are in .cls, as I guess @yao5461 was looking for this, under the "Configuration for Styles - Configure styles for each element" section. Most likely he needed the bullet points configuration, which can be found on the line
where 9pt is the size, knowing that there are 34 different text elements that should be modified accordingly :P Out of curiosity, wouldn't it be possible to have a dynamic reference for font size? For example in the document the smallest font size is 8pt, if that is defined as x and every other font is defined as x, x+1, x+2 etc just changing the small font size would update everything else... |
Beta Was this translation helpful? Give feedback.
-
That is the default LaTeX approach, This template handles stuff a bit differently. As i said, many lines of code would need to be changed to allow different font sizes by default. Standard book class provides three different font sizes to choose from, each one needs an extra file of about 200 lines of code. For a CV, a bit less would be needed. On the other hand, a templates purpose is to set the style and layout. Though a user is able to change some stuff, not everything is possible. |
Beta Was this translation helpful? Give feedback.
-
so ,how to change the size of font |
Beta Was this translation helpful? Give feedback.
-
@JanHendrikDolling where does the \stretchdescription command get placed to take effect? I'm having trouble making this work but I also dont know too much about LaTex syntax. My best guess was somewhere on line 210: \newcommand*{\descriptionstyle}[1]{{\fontsize{9pt}{1em}\bodyfontlight\upshape\color{text} #1}} |
Beta Was this translation helpful? Give feedback.
-
I haven't used the template for a long time. Try the following line. |
Beta Was this translation helpful? Give feedback.
-
Hi~
I want to make the font size smaller, How?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions