posquit0 / Awesome-CV

:page_facing_up: Awesome CV is LaTeX template for your outstanding job application
LaTeX Project Public License v1.3c
22.28k stars 4.71k forks source link

how to upercase the section titles? #426

Closed leozitor closed 9 months ago

leozitor commented 2 years ago

i was trying to uppercase the section titles ( Summary, work Experience,...) looks like to be in the line \newcommand*{\sectionstyle}[1]{{\fontsize{16pt}{1em}\bodyfont\bfseries\color{text}\@sectioncolor #1}} but when I tried to add \MakeUpperCase it looses the color style, how do I do that?

github-actions[bot] commented 2 years ago

:wave: Welcome! Looks like this is your first issue.

Hey, thanks for your contribution! Please give us a bit of time to review it. 😄

cats256 commented 1 year ago

Why not just change the name of the section titles?

dcsim commented 9 months ago

An example of @cats256's recommendation for the /resume/education.tex section:

%-------------------------------------------------------------------------------
%   SECTION TITLE
%-------------------------------------------------------------------------------
\cvsection{EDUCATION}

I think this might be ready to close unless someone wants to PR an optional argument for formatting section titles as written, small caps, upper case, etc.