posquit0 / Awesome-CV

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

How to 'lowercase' the Job title in cventry? #269

Closed calvinchankf closed 2 years ago

calvinchankf commented 5 years ago

Hi there,

For now, every characters of the job title is in capital case, how can i make them lower case for the non-first characters or let it just displays what i type?

e.g. Now => SOFTWARE ENGINEER I want =>Software Engineer

\cventry
    {Software Engineer} % Job title
    {ABC Limited} % Organization
    {Somewhere} % Location
    {Mar. 2013 - Dec. 2013} % Date(s)
    {
      \begin{cvitems} % Description(s) of tasks/responsibilities
        \item {Hello my friends}
      \end{cvitems}
    }
gr211 commented 5 years ago

add

\renewcommand{\entrypositionstyle}[1]{{\fontsize{8pt}{1em}\bodyfont\color{graytext} #1}}

somewhere before importing resume/experience.tex for example