Latex中文简历制作

网上找了一些latex简历的制作魔板,总觉得太死板,定制化能力很差,于是自己写了一个。如下:
简历图片

需要的代码如下

% !TEX TS-program = xelatex
% !TEX encoding = UTF-8 Unicode
% !Mode:: "TeX:UTF-8"

\documentclass{resume}
\usepackage{ctex} % Simplified Chinese Support using external fonts (./fonts/zh_CN-Adobe/)
%\usepackage{zh_CN-Adobefonts_internal} % Simplified Chinese Support using system fonts
\usepackage{linespacing_fix} % disable extra space before next section
\usepackage[colorlinks,urlcolor=black,linkcolor=black,citecolor=black]{hyperref}
\usepackage{graphics}
\usepackage{varwidth}
\usepackage{float}  %控制图片位置
\usepackage{enumitem}
\usepackage{array}
\usepackage{tabularx}
\usepackage{booktabs}
\usepackage{xeCJK} 
\usepackage{fontspec}


\begin{document}
\pagenumbering{gobble} % suppress displaying page number
\leftline{\Large{\textbf{求职意向:后台开发工程师}}}
\leftline{\rule{18.46cm}{0.1mm}}
\vspace{0.5ex}
\leftline { 
姓名: \hfill 性别: \hfill 政治面貌:  \hfill 电子邮件:{\rmfamily \url{}} \hfill 电话:
}
\section{\faGraduationCap\ {\textbf {教育背景}}}

\raggedright %左对齐
\begin{tabular}{@{}l@{\extracolsep{4em}}lll@{}}
2015.09--至今 &XXX(\textbf{保研})&XXX\textbf{前5\%}
\\
2011.09--2015.06  &XXX&XXX& GPA(\textbf{排名3/218})
\end{tabular}


\begin{figure}[H]
\raggedright
%\centering
\includegraphics[scale=0.12]{dcc.jpg}
\,
\parbox[b]{0.82\textwidth}{
\begin{itemize}[itemsep=-8pt,parsep=-3pt,topsep=0pt,partopsep=0pt]
  \item XXX\textbf{导师外一作}\\
  \item XXX\textbf{导师外一作}\\
  \item XXX”- 201620246785.5 有权\\
\item \textbf{国际专利}-XXX{导师外一作}\\
\item 教育部颁发“ \textbf{国家奖学金}”(2013年),“ \textbf{国家励志奖学金}”(2012、2014年)\\
\item  \textbf{国家级创新项目}XXX\textbf{负责人},XXX\\
\item  \textbf{XXX}  \qquad  \textbf{XXX}  \qquad   \textbf{XXX}(2015)
\end{itemize}

}
\end{figure}


\section{\faUsers\ 项目经历}
\leftline{\textbf{XXX}\hspace{11em}\textbf{XXX}\hspace{4cm}2016.04--至今}
\vspace{0.5ex}
\begin{itemize}[parsep=0.5ex]
  \itemXXX

  \item XXX
  \item XXX
  \item XXX
\end{itemize}

\leftline{\textbf{XXX}\hspace{12em}\textbf{项目负责人}\hspace{4cm}2015.09--2016.03}
%\vspace{0.5ex}
\begin{itemize}[parsep=0.5ex]
  \item XXX
  \item XXX
  \item XXX
\item XXX
\end{itemize}

\renewcommand\arraystretch{1.1}
\section{\faHeartO\ 个人能力}
\raggedright
\begin{tabular}{p{5em}p{20em}p{9em}p{10em}}
2016.07 &XXX& \textbf{总负责}&\textbf{华东分赛区二等奖}
\\
2015.05  &XXX& \textbf{技术负责人}& \textbf{江苏省三等奖}
\\
2014.05  &XXX	& \textbf{技术负责人}&\textbf{江苏省银奖}
\end{tabular}

\begin{tabular}{p{5em}p{13em}p{30em}}
2015-至今 &   XXX	&	 \textbf{总负责},XXX
\\
2014-2015  &  XXX&	    \textbf{总负责},XXX
\\
2014.08    &  XXX&	学校\textbf{唯一}入选(\textbf{XXX}), \textbf{全额资助},XXX
\\
2013-2014	& XXX	&    \textbf{总负责},XXX\textbf{最佳党日}
\\
2013.08	& XXX &  XXX
\\
2012-2013   & XXX &  XXX
\end{tabular}
\section{\faCogs\ IT 技能}
%\increase linespacing [parsep=0.5ex]
\begin{itemize}[parsep=0.5ex]
\item C++/Matlab/Opencv,\LaTeX{},微积分,概率论,算法导论基础
\item 扎实的数据结构和算法基础,较强的编程能力
\item 英语六级,通过了江苏省三级偏硬考试和全国计算机二级c语言考试
\item 有在linux下利用C++进行项目开发的经验,\textbf{熟悉Linux操作系统及shell编程}

\end{itemize}

\end{document}

需要的cls文件如下:

\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{resume}[2015/05/25 An elegant Résumé class]
\LoadClass[11pt]{article}

% disable indent globally
\setlength{\parindent}{0pt} 
% some general improvements, defines the XeTeX logo
\RequirePackage{xltxtra}                
% use fontawesome
\RequirePackage{fontawesome}

\RequirePackage[
    a4paper,
    left=0.5in,
    right=0.5in,
    top=0.4in,
    bottom=0.4in,
    nohead
]{geometry}

\RequirePackage{titlesec}
\RequirePackage{enumitem}
\setlist{noitemsep} % removes spacing from items but leaves space around the whole list
%\setlist{nosep} % removes all vertical spacing within and around the list
\setlist[itemize]{itemsep=2pt,topsep=0em, leftmargin=1.5pc}
%\setlist[enumerate]{topsep=0.25em, leftmargin=1.5pc}
\RequirePackage[super]{nth}

\titleformat{\section}         % Customise the \section command 
  {\Large\scshape\raggedright} % Make the \section headers large (\Large),
                               % small capitals (\scshape) and left aligned (\raggedright)
  {}{0em}                      % Can be used to give a prefix to all sections, like 'Section ...'
  {}                           % Can be used to insert code before the heading
  [\titlerule]                 % Inserts a horizontal line after the heading
\titlespacing*{\section}{0cm}{*1.8}{*1.8}

\titleformat{\subsection}
  {\large\raggedright}
  {}{0em}
  {}
\titlespacing*{\subsection}{0cm}{*1.8}{*0.6}

\newcommand{\datedsection}[2]{%
  \section[#1]{#1 \hfill #2}%
}
\newcommand{\datedsubsection}[2]{%
  \subsection[#1]{#1 \hfill #2}%
}
\newcommand{\datedline}[2]{%
  {\par #1 \hfill #2 \par}%
}

\newcommand{\name}[1]{
  \centerline{\Huge{#1}}
  \vspace{1.25ex}
}
\newcommand{\contactInfo}[3]{
  \centerline{\large{\faEnvelopeO\ {#1} \textperiodcentered {{\Large\faMobile}\ {#2}} \textperiodcentered \faLink\ {#3}}}
  \vspace{1.5ex}
}
\newcommand{\basicContactInfo}[3]{
  \centerline{\large{\faEnvelopeO\ {#1} \textperiodcentered {{\Large\faMobile}\ {#2}}}}
  \vspace{1.5ex}
}
\newcommand{\role}[2]{
  {\par \textit{#1} ~ #2 \par}
  \vspace{0.85ex}
}
  • 2
    点赞
  • 26
    收藏
    觉得还不错? 一键收藏
  • 2
    评论
以下是一份基于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` 文件需要事先下载并放置在同一目录下才能编译成功。

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

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

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值