Skip to content

Commit

Permalink
add recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
zheyuye committed Apr 13, 2021
1 parent 13f2a7f commit 2213ab8
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
- [billryan/resume](https://github.com/billryan/resume)
- [WonderCV 学生求职模板](https://www.wondercv.com/zh-CN/resume_templates)
- [Htallone/myCV](https://github.com/Htallone/myCV)
- [hijiangtao/resume](https://github.com/hijiangtao/resume)

LaTex语法内容以及框架基本上参照[Htallone/myCV](https://github.com/Htallone/myCV), 做了一些细小修改, 方便直接从overleaf编译.
LaTex语法内容以及框架基本上参照[Htallone/myCV](https://github.com/Htallone/myCV), 宏主要参照[hijiangtao/resume](https://github.com/hijiangtao/resume), 集各家之所长后做了些小修改, 方便直接从overleaf编译.

### 使用步骤

Expand All @@ -20,6 +21,24 @@ LaTex语法内容以及框架基本上参照[Htallone/myCV](https://github.com/H

0. 直接使用[Overleaf模板](https://www.overleaf.com/latex/templates/resume-chinese/vbrmnfrgbscv), 开始你的编辑



P.S. Overleaf Link还未能及时更新

### 宏(newcommand)

- `\name`: 姓名
- `\contactInfo`{邮箱}{手机号}{个人主页}`: 个人信息三元组
- `\basicContactInfo`{邮箱}{手机号}: 个人信息两元组, 没有个人主页的可以用这个
- `\logosection{fontawesome command}{小节}`: 用于分节, 如教育背景, 实习项目经历等
- `\dateRange{起始日期}{终止日期}`: 时间区间, 其中使用了特殊对齐策略, 便于在`终止日期`处填写**至今**
- `\datedline{内容}{日期}`: 第二项自动右对齐, 广泛使用于简历中, 嵌套`\dateRange`使用效果更佳
- `\biInfo{}{}`: 两元组信息填充, 以`\quad`分割
- `tripleInfo{}{}{}`: 三元组信息填充, 以`\quad`分割
- `\itemize`: 清单列表,简历中应用最广
- `\enumerate`: 枚举列表,数字标号


### 效果示例

**纯享版:**
Expand Down

0 comments on commit 2213ab8

Please sign in to comment.