文件布局说明如下:
- resume_mac,中文版简历
- resume_en,英文版简历
- cv,学术版简历
中文版和英文版的简历排版效果:效果演示
1.Mac下搭建latex环境。MacTex+Sublime+Skim,具体安装步骤可以参阅在Mac上通过Sublime、Skim编辑LaTeX,这篇文章讲得很详细了,另外需要补充的是编译出现:
LaTeXTools: you need to migrate your preferences. See the README file for instructions.
打开Pallte(Command + Shift + P)输入如下命令即可:
LaTeXTools: Reconfigure and migrate setting
具体参考见这里:Mac上配置LaTex+Sublime Text 2+Skim环境。
配置完后默认的是latex(or pdflatex)引擎模版,所以如果要用xelatex编译引擎的话,需要在tex文件里显示的指出,即在tex的首行添加%!TEX program = xelatex
即可,
2.添加中文字体支持。中文字体使用xeCJK
宏包,具体怎么配置中文字体可以参阅为 MacTeX 配置中文支持,这篇文章讲得很详细,一路跟着毫无障碍。
- modify size of blank spaces.
- How to change title font size in moderncv?
- Changing margins in moderncv
As written in the template, you can use the following command in the preamble;
\setlength{\hintscolumnwidth}{3cm}
Change "3cm" by whatever length you wish.