更新
我的 MWE 是,
\documentclass{resume} % Use the custom resume.cls style
\usepackage[left=0.75in,top=0.6in,right=0.75in,bottom=0.6in]{geometry}
\usepackage{hyperref}
\usepackage[usenames,dvipsnames]{xcolor}
\definecolor{linkcolour}{rgb}{0,0.2,0.6} % Link color
\hypersetup{colorlinks,breaklinks,urlcolor=linkcolour,linkcolor=linkcolour}
\name{My name, P\textsc{h}.D}
\begin{document}
\begin{rSection}{Personal Data}
\begin{tabular}{rl}
\textsc{Address:} & something. \\
\textsc{Temporary Address:} & something, Luxembourg \\
\textsc{Phone:}& 111111 \\
\textsc{email:}& \href{mailto:[email protected]}{[email protected]}\\
\textsc{Languages:}& something\\
\end{tabular}
\end{rSection}
\end{document}
我的问题是,当我编译时,“我的名字”以大写字母出现,这是可以的,但我特别不喜欢并且想要修复的是,标题 Ph.D 中的字母“h”也以大写字母出现 - 尽管我使用了命令\texsc{}
。
有人能帮我解释\name{}
命令行中的小型大写字母吗?
可以找到简历样式的文件 resume.cls这里
结果如下
答案1
肮脏的模板,肮脏的解决方案。
使用以下内容,虽然很丑陋,但是......
\name{My name, P\MakeLowercase{h}.D}
如果您使用支持粗体小型大写字母的字体,您也可以这样做。
顺便说一下,代码来自https://github.com/treyhunner/resume
或者http://www.latextemplates.com/template/medium-length-professional-cv