LaTeX简历模板

本文分享如何利用LaTeX创建高质量、专业外观的简历。通过调整模板,你可以定制个性化布局,展示你的技能和经验。
摘要由CSDN通过智能技术生成

LaTeX简历模板

%# -*- coding:utf-8 -*-
%% start of file `template_en.tex'.
%% Copyright 2006-1008 Xavier Danaux (xdanaux@gmail.com).
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License version 1.3c,
% available at http://www.latex-project.org/lppl/.


\documentclass[11pt,a4paper]{moderncv}

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


\setmainfont{Times New Roman}%缺省英文字体.serif是有衬线字体sans serif无衬线字体
%\setCJKmainfont[ItalicFont={Kai}, BoldFont={Hei}]{STSong}%衬线字体 缺省中文字体为
\setCJKsansfont{STSong}
\setCJKmonofont{STFangsong}%中文等宽字体
%-----------------------xeCJK下设置中文字体------------------------------%
\setCJKfamilyfont{song}{SimSun}                             %宋体 song
\newcommand{\song}{\CJKfamily{song}}
\setCJKfamilyfont{fs}{FangSong_GB2312}                      %仿宋2312 fs
\newcommand{\fs}{\CJKfamily{fs}}
\setCJKfamilyfont{yh}{Microsoft YaHei}                    %微软雅黑 yh
\newcommand{\yh}{\CJKfamily{yh}}
\setCJKfamilyfont{hei}{SimHei}                              %黑体  hei
\newcommand{\hei}{\CJKfamily{hei}}
\setCJKfamilyfont{hwxh}{STXihei}                                %华文细黑  hwxh
\newcommand{\hwxh}{\CJKfamily{hwxh}}
\setCJKfamilyfont{asong}{Adobe Song Std}                        %Adobe 宋体  asong
\newcommand{\asong}{\CJKfamily{asong}}
\setCJKfamilyfont{ahei}{Adobe Heiti Std}                            %Adobe 黑体  ahei
\newcommand{\ahei}{\CJKfamily{ahei}}
\setCJKfamilyfont{akai}{Adobe Kaiti Std}                            %Adobe 楷体  akai
\newcommand{\akai}{\CJKfamily{akai}}


%------------------------------设置字体大小------------------------%
\newcommand{\chuhao}{\fontsize{42pt}{\baselineskip}\selectfont}     %初号
\newcommand{\xiaochuhao}{\fontsize{36pt}{\baselineskip}\selectfont} %小初号
\newcommand{\yihao}{\fontsize{28pt}{\baselineskip}\selectfont}      %一号
\newcommand{\erhao}{\fontsize{21pt}{\baselineskip}\selectfont}      %二号
\newcommand{\xiaoerhao}{\fontsize{18pt}{\baselineskip}\selectfont}  %小二号
\newcommand{\sanhao}{\fontsize{
       15.75pt}{\baselineskip}\selectfont}  %三号
\newcommand{\sihao}{\fontsize{14pt}{\baselineskip}\selec
以下是一份基于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` 文件需要事先下载并放置在同一目录下才能编译成功。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值