使用Latex编译简历

来源:互联网 发布:淘宝主店铺子店铺 编辑:程序博客网 时间:2024/05/17 02:57

用Latex编译简历可以增加简历的颜值,面试官也是看脸的,据两位大牛说,这样可以降低简历被刷的几率。

Latex的教程一大堆,这里就不说了。

我用的CTex,其中有个套件是WinEdt编辑器,图形化界面,一键把*.tex文件编译成PDF格式,很方便。我们不是专业搞排版的,别人的模板拿来用就好。我用的是modercv,据说很多大牛也是用的这个,百度搜吧,很容易找到下载链接。

有了modercv后,去子文件夹找到template.tex,template-es.tex,template-zh.tex,这三个就是我们需要的模板,可以用WindEdt打开,然后修改简历内容。

然后点这里


看的人都是搞技术的,又没什么见不得人的,懒得打码了

之前用word做的简历


经过简历界的美图xiuxiu加工后的效果


简历的颜值一下子高多了是不是,另外分享一下我修改后的模板,有需要的可以拿走


%% start of file `template-zh.tex'.%% Copyright 2006-2013 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,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{blue}                           % 选项参数是 ‘blue’ (默认)、‘orange’、‘green’、‘red’、‘purple’ 和 ‘grey’%\nopagenumbers{}                             % 消除注释以取消自动页码生成功能% 字符编码\usepackage[utf8]{inputenc}                   % 替换你正在使用的编码\usepackage{CJKutf8}% 调整页面出血\usepackage[scale=0.75]{geometry}\setlength{\hintscolumnwidth}{2.7cm}           % 如果你希望改变日期栏的宽度% personal data\name{孔亚通}{}\title{个人简历}                               % optional, remove / comment the line if not wanted%\address{street and number}{postcode city}{country}% optional, remove / comment the line if not wanted; the "postcode city" and "country" arguments can be omitted or provided empty%\phone[mobile]{+1~(234)~567~890}                   % optional, remove / comment the line if not wanted; the optional "type" of the phone can be "mobile" (default), "fixed" or "fax"%\phone[fixed]{+2~(345)~678~901}%\phone[fax]{+3~(456)~789~012}%\email{john@doe.org}                             % optional, remove / comment the line if not wanted\homepage{blog.csdn.net/kyt511/}                         % optional, remove / comment the line if not wanted%\social[linkedin]{john.doe}                        % optional, remove / comment the line if not wanted%\social[twitter]{jdoe}                             % optional, remove / comment the line if not wanted%\social[github]{jdoe}                              % optional, remove / comment the line if not wanted%\extrainfo{additional information}                 % optional, remove / comment the line if not wanted\photo[64pt][0.4pt]{kongyt}                       % optional, remove / comment the line if not wanted; '64pt' is the height the picture must be resized to, 0.4pt is the thickness of the frame around it (put it to 0pt for no frame) and 'picture' is the name of the picture file% 显示索引号;仅用于在简历中使用了引言%\makeatletter%\renewcommand*{\bibliographyitemlabel}{\@biblabel{\arabic{enumiv}}}%\makeatother% 分类索引%\usepackage{multibib}%\newcites{book,misc}{{Books},{Others}}%----------------------------------------------------------------------------------%            内容%----------------------------------------------------------------------------------\begin{document}\begin{CJK}{UTF8}{gbsn}                       % 详情参阅CJK文件包\maketitle\section{基本信息}%% 1-2 列%%\cvline{籍贯}{xx}\cvcomputer{出生年月}{1992/5/11} {性别}{男}\cvcomputer{英语水平}{四级(423)}{籍贯}{河北}\cvcomputer{毕业院校}{吉林大学}{学历}{本科}\cvcomputer{联系方式}{\textbf{188 4419 5336}}{Email}{839339849@qq.com}\section{教育背景}\cvitem{2012.9--2016.6}{吉林大学软件学院软件工程专业}\section{专业技能}\cvitem{★}{熟练使用C/C++、Java,熟悉Python}\cvitem{★}{熟练使用C++ STL,熟悉Boost库}\cvitem{★}{熟悉套接字编程,有不错的网络基础}\cvitem{★}{熟悉Oracle,DB2,MySql数据库应用程序开发}\cvitem{★}{熟练使用VS,Eclipse,vim,gcc等开发工具}\cvitem{★}{熟练使用Linux系统,熟悉Linux系统下的软件开发}\section{自我评价}\cvitem{●}{逻辑性强,喜欢动手操作,追求实际结果}\cvitem{●}{善于思考,拥有解决问题的能力}\cvitem{●}{有很强的责任心和团队意识,具备较强的组织协调能力,为人坦诚、自信、乐观、处事冷静,人际关系良好,具有一定的创新意识}\section{项目经历}\cvitem{\textbf{项目名称}}{飞机大战}\cvitem{项目描述}{用C++和Win32 API实现游戏}\cvitem{工作职责}{1、基于Windows平台开发一个小游戏,使用VS2013编译\newline 2、确定游戏内容和游戏方式\newline 3、构建整个程序}\cvitem{担任角色}{个人项目}\cvitem{项目收获}{1、巩固了C/C++基础,加深了对C++面向对象开发方法的理解\newline 2、熟悉了Win32程序设计\newline 3、加深了对游戏开发的理解\newline }\cvitem{\textbf{项目名称}}{静态网页服务器}\cvitem{项目描述}{ 用C++实现一个可以跨平台的静态网页服务器}\cvitem{工作职责}{1、封装socket,实现跨平台的Tcp和Udp编程\newline 2、封装http协议,实现Http包的解析和生成\newline 3、用C++11的多线程库处理访问\newline 4、构建整个程序,将某个特定文件夹下的html文件发布上去}\cvitem{担任角色}{个人项目}\cvitem{项目收获}{1、熟悉了Linux平台下的网络程序开发\newline 2、掌握了C/C++跨平台程序设计的方法\newline 3、掌握了套接字编程\newline 4、熟悉了多线程程序设计\newline }\cvitem{\textbf{项目名称}}{校园二手交易网}\cvitem{项目描述}{利用J2EE、Servlet、MySql,Tomcat做一个校园二手商品交易的网站}\cvitem{工作职责}{1、确定需求,设计整个程序的架构\newline 2、发布商品功能模块的实现\newline 3、整合所有人的代码\newline 找出Bug,并让该代码的负责人修改}\cvitem{担任角色}{组长(六人小组)}\cvitem{项目收获}{1、巩固了Java基础\newline 2、掌握了数据库程序设计\newline 3、掌握了用Java开发Web应用的方法\newline 4、熟悉了Tomcat、MySql等程序的使用\newline}\section{工作期望}\cvitem{\textbf{期望职位}}{C/C++程序员\newline Linux服务器端程序员 \newline}\renewcommand{\listitemsymbol}{-}             % 改变列表符号% 来自BibTeX文件但不使用multibib包的出版物%\renewcommand*{\bibliographyitemlabel}{\@biblabel{\arabic{enumiv}}}% BibTeX的数字标签%\nocite{*}%\bibliographystyle{plain}%\bibliography{publications}                    % 'publications' 是BibTeX文件的文件名% 来自BibTeX文件并使用multibib包的出版物%\section{出版物}%\nocitebook{book1,book2}%\bibliographystylebook{plain}%\bibliographybook{publications}               % 'publications' 是BibTeX文件的文件名%\nocitemisc{misc1,misc2,misc3}%\bibliographystylemisc{plain}%\bibliographymisc{publications}               % 'publications' 是BibTeX文件的文件名\clearpage\end{CJK}\end{document}


0 0
原创粉丝点击