Skip to content

Lagrange1813/uniquecv

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unique CV

一个使用LaTex编写的简历模板,尽量使用了一些简单的LaTex语句,方便使用者改写。

依赖

  • 使用XeLatex编译
  • 依赖包:ctex, titlesec, color, setspace, fontawesome

Fedora 25:

  • 使用dnf install texlive安装texlive
  • 使用dnf install texlive-ctex安装依赖包,其他包类似

参考

依赖包说明

  • ctex: 支持中文
  • titlesec: 定制section/subsection的标题
  • color: 定义颜色
  • setspace: 设置行间距
  • fontawesome: 设置常用icon,如电话、邮箱、Github等

定制建议

  • \tiny \small \normalsize \large \Large \LARGE \huge \Huge 改变字体大小
  • \makebox 对齐中间的文字
  • \begin{spacing}{1.0} 改变行间距
  • \smallskip \medskip \bigskip 插入垂直空白
  • ~ \quad \qquad 插入水平空白
  • \hspace{1.0em} \vspace{1.0ex} 插入水平/垂直空白
  • \textbf 加粗 \textit 斜体/楷体

示例

image

About

A simple resume template written in LaTeX

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TeX 100.0%