Latex制作简历

因为参加上海创客马拉松的缘故,需要写一份简历

简历嘛,抛去内容不谈,整体排版当然得高大上啦,word太老气了,决定换一个有气质的,在网上找了一段时间的解决方案,决定了latex。

“工欲善其事,必先利其器”,用latex,当然得有一点了解啦,推荐相关书籍"latex入门",

然后,准备搭配环境:

basic-miktex

winedit或者textmaker(我用textmaker)

(输入关键词,百度都能找到)

为了简化开发步骤,当然少不了模板,:下载moderncv

使用时,我用了example目录(解压后)下的template,于是用textmaker打开template.tex,准备修改

我的修改如下:(由于赛制缘故,只有名字一处使用了中文)

%% start of file `template.tex'.
%% Copyright 2006-2013 Xavier Danaux ([email protected]).
%
% 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,sans]{moderncv}        % possible options include font size ('10pt', '11pt' and '12pt'), paper size ('a4paper', 'letterpaper', 'a5paper', 'legalpaper', 'executivepaper' and 'landscape') and font family ('sans' and 'roman')
 
% moderncv themes
\moderncvstyle{casual}                             % style options are 'casual' (default), 'classic', 'oldstyle' and 'banking'
\moderncvcolor{green}                               % color options 'blue' (default), 'orange', 'green', 'red', 'purple', 'grey' and 'black'
%\renewcommand{\familydefault}{\sfdefault}         % to set the default font; use '\sfdefault' for the default sans serif font, '\rmdefault' for the default roman one, or any tex font name
%\nopagenumbers{}                                  % uncomment to suppress automatic page numbering for CVs longer than one page
 
% character encoding
%\usepackage[utf8]{inputenc}                       % if you are not using xelatex ou lualatex, replace by the encoding you are using
\usepackage{CJKutf8} 
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
以下是一份基于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、付费专栏及课程。

余额充值