• Stars
    star
    1,788
  • Rank 25,865 (Top 0.6 %)
  • Language
    TeX
  • License
    MIT License
  • Created over 7 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

个人中文简历 Latex 源码 https://hijiangtao.github.io/

个人简历

本项目为个人简历 Latex 源码存放,同时包含效果图呈现,简历入口为 resume-zh_CN.tex, 修改自项目 resume,若不想本地手动编译可以将该源码打包至 zip 直接上传至 ShareLatex 进行在线编译与预览。

项目说明

一个优雅的 \LaTeX\ 简历模板, 使用 \XeLaTeX\ 编译, 因为受不了古老的res和不太适合作为一页纸简历的moderncv, 遂自己动手写了这个模板, 受以下项目启发:

注:由于使用到 fontspec 包,编译器需选择 XeLaTeX。

特性

  • 极其容易定制和扩展 (res模板中枪倒地...)
  • 完善的 Unicode 字体支持, 因为用的是 \XeLaTeX\ 嘛
  • 完美的中文支持,使用 Adobefonts
  • 支持 FontAwesome 4.3.0 (目前还不支持使用别名)

效果输出

resume-zh_CN.png

使用方法

  1. OverLeaf 在线编译
  2. 使用较新的 \LaTeX\ 发行版在本地计算机编译

如果确定只需要中文简历的话单独克隆 master 分支即可, 需要注意的是该分支包含 Adobe 的宋楷黑仿四套中文字体,压缩包约为37MB。下载地址

git clone https://github.com/hijiangtao/resume.git --branch master --depth 1 --single-branch <folder>

如果系统已确定安装有 Adobe 的四套中文字型,在文档的开始处使用包zh_CN-Adobefonts_internal, 如果没有安装则使用包zh_CN-Adobefonts_external, 在 ShareLaTeX 上编译需要使用包zh_CN-Adobefonts_external.

其他具体使用可参考给出的范例,都是极其简单易懂的宏,建议先看看 How to write a LaTeX class file and design your own CV (Part 1) - ShareLaTeXHow to write a LaTeX class file and design your own CV (Part 2) - ShareLaTeX 了解下该模板的简单背景,下面就一些新定义的宏做简要介绍。

  • \name: 姓名
  • \contactInfo: 联系信息, 需要三项信息,分别是{邮箱}{手机号}{个人主页}
  • \basicContactInfo: 简要的联系信息, 需要 项信息, 分别是{邮箱}{手机号}, 没有个人主页的用这个
  • \section: 用于分节, 如教育背景, 实习/项目经历等
  • \subsection: 用于小节标题, 无日期选项
  • \datedsubsection: 用于小节标题, 简历中使用最广,第二项为时间区间,自动右对齐
  • \itemize: 清单列表,简历中应用最广
  • \enumerate: 枚举列表,数字标号

FontAwesome

首先在 Font Awesome Icons 上选中自己想使用的图标(暂不支持 alias),然后在 fontawesome.sty 中找到相应的宏, 将其作为普通文本一样使用。

其他的可以自行参考相应 cls 和 tex 文件。

License

The MIT License (MIT)

Copyrighted fonts are not subjected to this License.

More Repositories

1

glmaps

Data visualization examples and tutorials from scratch. 数据可视化示例代码集与新手学习教程。
JavaScript
376
star
2

javascript-articles-monthly

JavaScript 文章精选月刊
318
star
3

FE-Cookbook

HTML/CSS & JavaScript, Web and related. 前端手册
JavaScript
290
star
4

LeetCode-with-JavaScript

Solutions collection of LeetCode submissions in JavaScript & TypeScript (LeetCode 解题集之 JavaScript & TypeScript 版)
JavaScript
201
star
5

weapp-newsapp

微信小程序-公众号热门文章信息流
JavaScript
199
star
6

hijiangtao.github.io

Joe's Blog
JavaScript
131
star
7

ss-vis-component

VIS components for a security system, to monitor the state and confirm the system's health running.
JavaScript
90
star
8

friendlyhello-docker

《Docker 学习新手笔记:从入门到放弃》一文与示例代码
Python
43
star
9

Force-Directed-Layout

A Force Directed Layout work wrote in ES2015
JavaScript
22
star
10

d3-treemap-with-react-demo

绘制 D3 TreeMap 动画的一些设计思路
JavaScript
14
star
11

rainmood

一个简单项目,只有一个页面。循环播放十首电影原声精选,背景乐为下雨声。
JavaScript
12
star
12

infovis-ucas

Programming Assignment Project for Information Visualization Course on University of Chinese Academy of Sciences
JavaScript
12
star
13

build-time-analysis-webpack-plugin

A webpack plugin that output the build time file by file as a JSON format with filters
JavaScript
11
star
14

learn-rust-with-rustlings

🎉 Rustlings Solutions (Rustlings 解题集)
Rust
8
star
15

dark-tech

Dark-Tech : A New Hexo Theme
HTML
6
star
16

UrbanFACET

UrbanFACET: Visually Profiling Cities from Mobile Device Recorded Movement Data of Millions of City Residents
JavaScript
6
star
17

billboard-generator

Generate your billboard in a second
TypeScript
4
star
18

octo-note

A simple and small note app
JavaScript
2
star
19

hijiangtao.js.org

hijiangtao.js.org
2
star
20

awesome-toolbox

My Awesome Toolbox
2
star
21

slides

Personal Sharing X
HTML
2
star
22

ng-highcharts

Another highcharts directive for Angular but with pure highcharts imported from highcharts.js
TypeScript
2
star
23

hijiangtao

It's me! https://github.com/hijiangtao
1
star
24

ngut

HTML
1
star
25

shaonian.eu

CSS
1
star
26

custom-decorator-project

TypeScript 装饰器介绍与示例教程一文示例代码
HTML
1
star
27

fudao-hello

Debug @fudao/hello like a hero
TypeScript
1
star
28

dice

Roll a dice and make your day.
TypeScript
1
star
29

ngrx-store-example

Example code for @ngrx/store v9
TypeScript
1
star
30

simple-server

A funny server created with koa2.
JavaScript
1
star