Latex中文简历模板


今天用Latex排版了一个中文的简历,感觉还行

采用的是moderncv的模板,所以需要 moderncv.cls文件(自己搜索一下吧),并且用Xelatex编译.

另有一个小问题不知如何修改,就是“基本信息”的上面有一行空白。


后来经常有人告诉我,新版的CTEX编译通不过,挺郁闷的

[ftp://ftp.ctex.org/pub/tex/systems/ctex/2.9/CTeX_2.9.0.152_Full.exe 用这个版本编译]


\documentclass[11pt,a4paper]{moderncv}

% moderncv themes
%\moderncvtheme[blue]{casual}                 % optional argument are 'blue' (default), 'orange', 'red', 'green', 'grey' and 'roman' (for roman fonts, instead of sans serif fonts)
\moderncvtheme[roman,blue]{classic}                % idem

\usepackage{fontspec,xunicode}
%\setmainfont{Tahoma}
\usepackage[slantfont,boldfont]{xeCJK}
\usepackage{xcolor}                 % replace by the encoding you are using

\usepackage{setspace}
\setCJKmainfont{Adobe Fangsong Std}
%\defaultfontfeatures{Mapping=tex-text}
%\XeTeXlinebreaklocale "zh"
%\XeTeXlinebreakskip = 0pt plus 1pt minus 0.1pt
% moderncv themes

% character encoding


% adjust the page margins
\usepackage[scale=0.84]{geometry}
\setlength{\hintscolumnwidth}{2.3cm}						% if you want to change the width of the column with the dates
\AtBeginDocument{\setlength{\maketitlenamewidth}{4cm}}  % only for the classic theme, if you want to change the width of your name placeholder (to leave more space for your address details
\AtBeginDocument{\recomputelengths}                     % required when changes are made to page layout lengths

% personal data
\firstname{}
\familyname{\textrm{Albert}}
\title{}               % optional, remove the line if not wanted
%\address{xx大学}{310018 浙江杭州}    % optional, remove the line if not wanted
\mobile{TEL: \textbf{150 6815 0000}}                    % optional, remove the line if not wanted
%%\phone{phone (optional)}                      % optional, remove the line if not wanted
%%\fax{fax (optional)}                          % optional, remove the line if not wanted
\email{Email: zhuliting@foxmail.com}                      % optional, remove the line if not wanted
%%\homepage{homepage (optional)}                % optional, remove the line if not wanted
%%\extrainfo{additional information (optional)} % optional, remove the line if not wanted
\photo[60pt]{picture}                         % '64pt' is the height the picture must be resized to and 'picture' is the name of the picture file; optional, remove the line if not wanted
%%\quote{Some quote (optional)}                 % optional, remove the line if not wanted

% to show numerical labels in the bibliography; only useful if you make citations in your resume
%\makeatletter
%\renewcommand*{\bibliographyitemlabel}{\@biblabel{\arabic{enumiv}}}
%\makeatother

% bibliography with mutiple entries
%\usepackage{multibib}
%\newcites{book,misc}{{Books},{Others}}


\nopagenumbers{}                             % uncomment to suppress automatic page numbering for CVs longer than one page


%----------------------------------------------------------------------------------
%            content
%----------------------------------------------------------------------------------
\begin{document}
\maketitle
\linespread{1}
\setlength{\parskip}{0.3\baselineskip}
\section{基本信息}%% 1-2 列
%%\cvline{籍贯}{xx}
\cvcomputer{出生年月}{1986.10} {性别}{男}
\cvcomputer{英语水平}{六级(507)}{籍贯}{xx}
\cvcomputer{学位}{硕士}{研究方向}{xx}
\cvcomputer{联系方式}{\textbf{150 6815 0000}}{Email}{xx@foxmail.com}
\section{教育背景} %% 六列
\cventry{\emph{2009.6-2012.4 }}{xx大学   }{xx专业 }{xx学位}{ }{ }
\cventry{\emph{2005.9-2009.6 }}{xx大学       }{xx专业 }{xx学位}{ }{ }
\section{专业技能}
%\subsection{Miscellaneous}
\cvlistitem{熟悉C,FORTRAN语言,能够熟练编写MPI程序,具备一定的并行程序开发经验.}
\cvlistitem{熟悉Windows和Linux编程环境,对数据结构和算法设计有着深刻理解,有很好的并行计算理论基础.}
\cvlistitem{对虚拟化技术、集群技术有一定的了解.}
\cvlistitem{了解OpenMP,有多线程编程基础和用Shell脚本测试程序的经验.}
\cvlistitem{具备良好的数学基础和数据分析、处理能力,能熟练编写Matlab程序.}
\cvlistitem{具备较强的查阅翻译英文文献能力.能熟练使用Office等办公软件,写过计算机类专利申请书.}
\cvlistitem{能熟练使用Office等办公软件,写过计算机类专利申请书.}
%%\cventry{year--year}{Job title}{Employer}{City}{}{Description line 1\newline{}Description line 2}% arguments 3 to 6 are optional
%%\section{Languages} %%三列
%%\cvlanguage{language 1}{Skill level}{Comment}
\section{获奖情况}
%%\cvcomputer{category 1}{XXX, YYY, ZZZ}{category 4}{XXX, YYY, ZZZ}
\cvlistitem{本科和研究生阶段成绩优秀,先后获优秀学生奖学金七次(本科专业排名前5\%).}
\cvlistitem{本科时期2007年\textbf{高教杯全国大学生数学建模竞赛全国二等奖.}}
\cvlistitem{本科期间获xx大学校"三好学生"、"优良毕业生"等称号.}
\section{实践\&项目经验}
\cventry{\emph{2011.2-2011.9 }}{流体力学数值模拟中的并行化研究}{}{}{}{项目描述: {Linux+MPI+FORTRAN   针对流体力学领域的SIMPLE串行算法,利用区域分解方法对其进行并行化,用FORTRAN语言编写MPI程序,在深腾7000集群上进行实验;对流体力学中求解三对角方程的TDMA算法进行替换,实现一种基于迭代空间交错条块并行的Gauss-Seidel算法,对算法的局部性和通信进行优化.}}% arguments 3 to 6 are optional
\cventry{\emph{2010.8-2010.12}}{稀疏矩阵向量乘法及各种优化技术}{}{}{}{项目描述: {Linux+MPI+C  实现稀疏矩阵向量乘的经典方法,在此基础上进行SIMD、Cache优化、多线程和分布式并行优化,提出一种基于四叉树的矩阵向量乘法并进行相关优化,在深腾1800集群上进行测试.}}
%\renewcommand{\listitemsymbol}{-} % change the symbol for lists
\section{自我评价}
\cvlistitem{自我评价1}
\cvlistitem{自我评价2}
%%\cvlistitem[+]{Item 3}            % optional other symbol
%%\cvlistdoubleitem[\Neutral]{Item 1}{Item 4}
%%\cvlistdoubleitem[\Neutral]{Item 3}{}


\end{document}


  • 0
    点赞
  • 16
    收藏
    觉得还不错? 一键收藏
  • 6
    评论
以下是一份基于LaTeX中文简历模板代码: ```latex \documentclass[zh,11pt,lineno]{resume} % zh表示中文模式,11pt表示字号,lineno表示显示行号 \usepackage{ctex} % 使用ctex宏包支持中文 \begin{document} \name{你的姓名} % 姓名 \basicInfo{ \email{你的电子邮件地址} \textperiodcentered\ \phone{你的电话号码} \textperiodcentered\ % \linkedin[LinkedIn]{你的LinkedIn个人主页} \textperiodcentered\ \github[GitHub]{你的GitHub个人主页} } % 基本信息,可以使用 \linkedin 和 \github 分别添加 LinkedIn 和 GitHub 的个人主页链接 \section{教育背景} \datedsubsection{\textbf{学校名称}}{2016 -- 2020} \textit{学位},专业名称 % 教育背景,使用 \datedsubsection 命令添加时间和学校信息 \section{个人经历} \datedsubsection{\textbf{公司名称}}{2020年10月 -- 至今} \role{职位名称}{部门名称} % 个人经历,使用 \datedsubsection 命令添加时间、公司和职位信息 \section{项目经历} \datedsubsection{\textbf{项目名称}}{2020年7月 -- 2020年8月} \role{项目角色}{技术栈} \begin{itemize} \item 项目描述1 \item 项目描述2 \end{itemize} % 项目经历,使用 \datedsubsection 命令添加时间、项目名称和角色信息,使用 \role 命令添加角色和技术栈信息,使用 itemize 环境添加项目描述信息 \section{技能} \begin{itemize}[parsep=0.5ex] \item 技能1 \item 技能2 \end{itemize} % 技能,使用 itemize 环境添加技能信息 \end{document} ``` 需要注意的是,以上代码中涉及到的 `resume.cls` 和 `resume.sty` 文件需要事先下载并放置在同一目录下才能编译成功。

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 6
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值