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. 解决svn异常报错“”cleanup failed to process the following paths …… previous operation has not finished”

    参考高票答案https://stackoverflow.com/questions/10128201/subversion-stuck-due-to-previous-operation-has-no ...

  2. Python触发异常

    我们可以使用raise语句自己触发异常,raise语法格式如下: raise [Exception [, args [, traceback]]] 语句中 Exception 是异常的类型(例如,Na ...

  3. Python中的括号()、[]、{}

    长时间不用容易混淆,仅记! 在Python语言中最常见的括号有三种,分别是:小括号().中括号[].花括号{} . Python中的小括号(): 代表tuple元祖数据类型,元祖是一种不可变序列.大多 ...

  4. Spring Security:如何在Postman中优雅地测试后端API(前后端分离)

    前言 在Postman中可以编写和执行自动化测试,使用 JavaScript 编写基本的 API 测试,自由编写任何用于自动化测试的测试方案. 在POSTMAN中读取Cookie值 1. 我们需要向& ...

  5. Netty:Reactor Pattern 与 Dubbo 底层传输中的 NettyServer

    首先,我们需要了解Reactor模式的三种线程模型: 1)单线程模型 Reactor 单线程模型,指的是所有的 IO 操作都在同一个 NIO 线程上面完成,NIO 线程的职责如下: 作为 NIO 服务 ...

  6. xmake v2.5.9 发布,改进 C++20 模块,并支持 Nim, Keil MDK 和 Unity Build

    xmake 是一个基于 Lua 的轻量级跨平台构建工具,使用 xmake.lua 维护项目构建,相比 makefile/CMakeLists.txt,配置语法更加简洁直观,对新手非常友好,短时间内就能 ...

  7. hdu 2191 珍惜现在,感恩生活(多重背包)

    题意: 有N元经费,M种大米,每种大米有单袋价格p元,单袋重量h,以及对应袋数c. 问最多可以买多重的大米. 思路: 经典多重背包,用二进制的方法. 看代码 代码: struct node{ int ...

  8. 从0到1搭建自己的组件(vue-code-view)库(下)

    0x00 前言 书接上文,本文将从源码功能方面讲解下 vue-code-view 组件核心逻辑,您可以了解以下内容: 动态组件的使用. codeMirror插件的使用. 单文件组件(SFC,singl ...

  9. Docker 18.03导入导出

    docker中分容器和镜像,简单可以理解为容器是运行中的实例,镜像是运行实例所需的静态文件. 导入导出既可以对容器做操作,也可以对镜像做操作.区别在于镜像可以随时导出,容器必须要停止之后才可以导出,否 ...

  10. python基础数据类型语法

    #标识符:我们自己在写代码的时候,取的名字.#项目名 project name#包名 package name#模块名 .py ptthon文件名#规范:由字母数字下划线组成,但不能以数字#简明知意: ...