arasgungore / arasgungore-CV

My curriculum vitae (CV) written using LaTeX.
https://drive.google.com/file/d/1TGwMpZl6FDeQk1w_-EetbspCuzu16kCF/view?usp=sharing
MIT License
684 stars 231 forks source link

\scshape not working for NAME in heading (similar look as section title) #2

Open triiniity opened 1 year ago

triiniity commented 1 year ago

if in line 135: \textbf{\Huge \scshape Aras Güngöre} \\ \vspace{3pt} in the heading section, one makes the following modification \textbf{\Huge \scshape NAME SURNAME} \\ \vspace{3pt} then it yields all capital letters of the same size.

Could you please provide a fix which allows me to display the entire text in capitals, with the first letter larger than the other letters? (Trying to display text similar to what you have done with section titles)

I searched a lot online and tried changing the font through \usepackage{lmodern} and using \lettrine{} helps to increase the size of only the first word i.e., NAME. Also, \textsc doesn't work.