我正在调整基于的简历模板res.cls
。
这是令我困惑的部分:
\moveleft.5\hoffset\centerline{\large\bf John Smith} % Your name at the top
\moveleft.5\hoffset\centerline{(000) 111-1111 or (111) 111-1112}
我想将姓名和手机号移至左侧
{\large\bf John Smith} % Your name at the top
\moveleft.5\hoffset\centerline{(000) 111-1111 or (111) 111-1112}
现在它与简历内容对齐了。如何强制它与简历左侧对齐?
我尝试过,我可以通过猜测和调整适当的值来实现这一点,\hoffset
但我认为这不是一个干净的方法。
答案1
将内容向左移动的适当宽度是\sectionwidth
:
\hspace*{-\sectionwidth}{\large\bfseries John Smith} % Your name at the top
\hspace*{-\sectionwidth}(000) 111-1111 or (111) 111-1112