How to change font size of “cvname” of “twentysecondcv” class in LaTex
问题 I am creating a cv using "twentysecondcv" class. I am using predefined "cvname" element to write name but its a little bit larger and crossing the profile region(left side region). I am using like this. \cvname{MY Name Here} I want to make font size small so that it can fit into profile region. I tried to create new command (cvfname) like this. \newcommand{\cvfname}[1]{\renewcommand{\cvfname}{#1}} \patchcmd{\makeprofile}% {%search \ifthenelse{\equal{\cvfname}{}}{}{\fontsize{} & \cvfname\\}% }