推荐一个latex简历模板的网站给大家
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简历模板的网站给大家的更多相关文章
- 推荐一个在线json数据格式化网站
json数据非常友好方便的处理: 推荐一个在线json数据格式化网站 http://json.parser.online.fr/
- LaTeX简历模板
%# -*- coding:utf-8 -*- %% start of file `template_en.tex'. %% Copyright 2006-1008 Xavier Danaux (xd ...
- 推荐一个不错的在线制图网站---ProcessOn
http://www.processon.com/ 它是什么? ProcessOn是一个面向垂直专业领域的作图工具和社交网络,成立于2011年6月并于2012年启动.ProcessOn将全球的专家顾问 ...
- 推荐一个配置linux服务的网站
该网站的各种linux服务的配置都是基于CentOS系统的 基本上各种linux服务都有了 http://www.server-world.info/en/
- 给大家推荐一个python的学习网站 http://www.codecademy.com
注册之后,可以跟着指导,自己编码学习,比较方面: 再推荐一个在线编译的代码网站,c/c++ python 都可以: http://codepad.org
- 一个LaTeX 中文文档的简单而实用的模板
网上找的一个latex中文模板,感觉很简单,在我机器上有点小问题,完善记录一下. %要运行该模板,LaTex需要安装CJK库以支持汉字. %字体大小为12像素,文档类型为article %如果你要写论 ...
- 如何写一个LaTeX类文件,并设计你自己的简历
2017/8/29 20:26:03 原文地址 https://www.sharelatex.com/blog/2011/03/27/how-to-write-a-latex-class-file-a ...
- 推荐一个ASP.NET网站内容管理系统源码
许多人都有各自的兴趣,如打球.踢毽子.看书.看电视.玩游戏等等....我近来迷上了猜灯谜,于是业余做了一个在线猜灯谜的网站:何问起谜语. 先出个谜语让你猜猜:不可缺一点(打一字).可以在线猜:http ...
- 推荐一个可视化的学习Git的好网站:LearnGitBranching
博客搬到了fresky.github.io - Dawei XU,请各位看官挪步.最新的一篇是:推荐一个可视化的学习Git的好网站:LearnGitBranching.
随机推荐
- [火星补锅] 水题大战Vol.2 T1 && luogu P1904 天际线 题解 (线段树)
前言: 当时考场上并没有想出来...后来也是看了题解才明白 解析: 大家(除了我)都知道,奇点和偶点会成对出现,而出现的前提就是建筑的高度突然发生变化.(这个性质挺重要的,我之前没看出来) 所以就可以 ...
- Machine learning(2-Linear regression with one variable )
1.Model representation Our Training Set [训练集]: We will start with this ''Housing price prediction'' ...
- vector之erase和迭代器
C++开发中使用vector时非常方便的,但是也是需要非常小心的,最近在使用容器删除某个元素的时候,测试结果出现了异常 /* vector erase test*/ int testVector() ...
- hdu 5057 Argestes and Sequence (数状数组+离线处理)
题意: 给N个数.a[1]....a[N]. M种操作: S X Y:令a[X]=Y Q L R D P:查询a[L]...a[R]中满足第D位上数字为P的数的个数 数据范围: 1<=T< ...
- [源码解析] PyTorch 如何使用GPU
[源码解析] PyTorch 如何使用GPU 目录 [源码解析] PyTorch 如何使用GPU 0x00 摘要 0x01 问题 0x02 移动模型到GPU 2.1 cuda 操作 2.2 Modul ...
- PTA 7-2 畅通工程之局部最小花费问题 (35分)
PTA 7-2 畅通工程之局部最小花费问题 (35分) 某地区经过对城镇交通状况的调查,得到现有城镇间快速道路的统计数据,并提出"畅通工程"的目标:使整个地区任何两个城镇间都可以实 ...
- 后台管理系统:vue&node&MongoDB(一)
后台管理系统 使用工具: Vue Node Mongodb Element-ui 一.后台(Node+Mongodb) 前期准备: 需要下载的包: mongooes -------- ...
- RabbitMQ保证消息的顺序性
当我们的系统中引入了MQ之后,不得不考虑的一个问题是如何保证消息的顺序性,这是一个至关重要的事情,如果顺序错乱了,就会导致数据的不一致. 比如:业务场景是这样的:我们需要根据mysql的b ...
- 通过实现仿照FeignClient框架原理的示例来看清FeignClient的本质
前言 FeignClient的实现原理网上一搜一大把,此处我就不详细再说明,比如:Feign原理 (图解) - 疯狂创客圈 - 博客园 (cnblogs.com),而且关于FeignClient的使用 ...
- Python基础(API接口测试)
import flask,json,pymysql from flask import request, jsonify, Response from datetime import datetime ...