http://www.rpi.edu/dept/arc/training/latex/resumes/

Using the LaTeX Resume Templates

A group of resume templates, originally designed by the Rensselaer Career Development Center, are available in LaTeX format.

There are two files for each style: a PDF file for viewing with your PDF Viewer (probably Acrobat Reader), and a .tex file (the source) for copying. 

There are also a few examples of cover letters.

After you have viewed all the styles and selected one (or more) you like, download the corresponding .tex file(s) to your computer and replace the text that is there with your own information.

NOTE: The templates use a resume class called "res". If you don't already have the file res.cls on your system, you can download it using the link below. You can put this file in the same folder as the .tex file you are using for your resume.

The templates use the default Computer Modern fonts. You may prefer to use a font such as Helvetica or New Century Schoolbook instead. The .tex files contain comments that show how to do this. The necessary files for New Century Schoolbook are on your system,
but if you choose to use Helvetica, you will need to download (from the link below) the file helvetica.sty.

The resume and letter template files

First view the various styles by clicking on the .pdf files in the left column. 

To download one of the corresponding .tex files, right-click on the name, select "Save Target As..." and navigate to the location on your computer where you want to store it.

res1.pdf PDF file for resume style 1 res1.tex LaTeX file for resume style 1
res2.pdf PDF file for resume style 2 res2.tex LaTeX file for resume style 2
res3.pdf PDF file for resume style 3 res3.tex LaTeX file for resume style 3
res4.pdf PDF file for resume style 4 res4.tex LaTeX file for resume style 4
res5.pdf PDF file for resume style 5 res5.tex LaTeX file for resume style 5
res6.pdf PDF file for resume style 6 res6.tex LaTeX file for resume style 6
res7.pdf PDF file for resume style 7 res7.tex LaTeX file for resume style 7
res8.pdf PDF file for resume style 8 res8.tex LaTeX file for resume style 8
res9a.pdf PDF file for resume style 9a res9a.tex LaTeX file for resume style 9a
res9b.pdf PDF file for resume style 9b res9b.tex LaTeX file for resume style 9b
res10.pdf PDF file for resume style 9b res10.tex LaTeX file for resume style 10
let3.pdf PDF file for cover letter matching res3 let3.tex LaTeX file for cover letter matching res3
let7.pdf PDF file for cover letter matching res7 let7.tex LaTeX file for cover letter matching res7
let9a.pdf PDF file for cover letter matching res9a let9a.tex LaTeX file for cover letter matching res9a
let9b.pdf PDF file for cover letter matching res9b let9b.tex LaTeX file for cover letter matching res9b
       
helvetica.sty LaTeX package for using Helvetica font    
res.cls LaTeX class file for formatting resumes    

推荐一个latex简历模板的网站给大家的更多相关文章

  1. 推荐一个在线json数据格式化网站

    json数据非常友好方便的处理: 推荐一个在线json数据格式化网站 http://json.parser.online.fr/

  2. LaTeX简历模板

    %# -*- coding:utf-8 -*- %% start of file `template_en.tex'. %% Copyright 2006-1008 Xavier Danaux (xd ...

  3. 推荐一个不错的在线制图网站---ProcessOn

    http://www.processon.com/ 它是什么? ProcessOn是一个面向垂直专业领域的作图工具和社交网络,成立于2011年6月并于2012年启动.ProcessOn将全球的专家顾问 ...

  4. 推荐一个配置linux服务的网站

    该网站的各种linux服务的配置都是基于CentOS系统的 基本上各种linux服务都有了 http://www.server-world.info/en/

  5. 给大家推荐一个python的学习网站 http://www.codecademy.com

    注册之后,可以跟着指导,自己编码学习,比较方面: 再推荐一个在线编译的代码网站,c/c++ python  都可以: http://codepad.org

  6. 一个LaTeX 中文文档的简单而实用的模板

    网上找的一个latex中文模板,感觉很简单,在我机器上有点小问题,完善记录一下. %要运行该模板,LaTex需要安装CJK库以支持汉字. %字体大小为12像素,文档类型为article %如果你要写论 ...

  7. 如何写一个LaTeX类文件,并设计你自己的简历

    2017/8/29 20:26:03 原文地址 https://www.sharelatex.com/blog/2011/03/27/how-to-write-a-latex-class-file-a ...

  8. 推荐一个ASP.NET网站内容管理系统源码

    许多人都有各自的兴趣,如打球.踢毽子.看书.看电视.玩游戏等等....我近来迷上了猜灯谜,于是业余做了一个在线猜灯谜的网站:何问起谜语. 先出个谜语让你猜猜:不可缺一点(打一字).可以在线猜:http ...

  9. 推荐一个可视化的学习Git的好网站:LearnGitBranching

    博客搬到了fresky.github.io - Dawei XU,请各位看官挪步.最新的一篇是:推荐一个可视化的学习Git的好网站:LearnGitBranching.

随机推荐

  1. Linux下有用的命令

    ldd 查看依赖的动态库 加上-r可以查看未定的符号 c++ filt 通过编译换名后的函数名查找某经过编译器换名前的函数名 csh 切换c shell source .chsrc 可以刷新环境变量 ...

  2. Spring中自定义Schema扩展机制

    一.前言 Spring 为基于 XML 构建的应用提供了一种扩展机制,用于定义和配置 Bean. 它允许使用者编写自定义的 XML bean 解析器,并将解析器本身以及最终定义的 Bean 集成到 S ...

  3. linux下使用shell命令通过wpa_cli控制wpa_supplicant连接wifi

    最近在调试wifi,已经把wpa_supplicant 工具编译打包好了,为了测试wif驱动及wifi模块是否ok,需要用shell命令临时启动wifi服务连接wifi热点测试. 首先板子启动用ifc ...

  4. 视频编码GOP

    GOP group of pictures GOP 指的就是两个I帧之间的间隔. 比较说GOP为120,如果是720 p60 的话,那就是2s一次I帧. 在视频编码序列中,主要有三种编码帧:I帧.P帧 ...

  5. Qt信号与槽传递自定义数据类型——两种解决方法

    信号与槽作为qt中的核心机制,在qt应用开发中经常会用的,但是原生的信号与槽连接传参,只支持基本的数据类型,比如char,int, float,double. 如果想要在信号与槽之间传递自定义参数,比 ...

  6. properties 文件解析

    1.提供properties文件 jdbc.driver=com.mysql.jdbc.Driver jdbc.url=jdbc:mysql://localhost:3306/future?useUn ...

  7. Java测试开发--Comparable和Comparator接口(五)

    Comparable 简介Comparable 是排序接口.若一个类实现了Comparable接口,就意味着"该类支持排序".此外,"实现Comparable接口的类的对 ...

  8. 2021中国能源网络信息安全大赛wp

    FROM TEAM BINX Web ezphp CODE 将base64解了之后得到: $O0O000="rFqQmguebyiVTBwlWAJYRhsHXfpojxEndNGkZICDL ...

  9. 关于新手使用mpb开发代码的一些小知识

    mac 前端端口占用解决   1.查看8080端口,复制进程PID  lsof -i :8080 2.杀死进程 kill -9 「进程PID」   如果你的mac不能使用sudo解决办法   错误提示 ...

  10. [tc13008]Egalitarianism2

    考虑对于$n-1$个数$a_{i}$,函数$f(x)=\frac{\sum_{i=1}^{n-1}(x-a_{i})^{2}}{n-1}$的最小值恰在$x=\frac{\sum_{i=1}^{n-1} ...