xueshumeng / CV_LaTeX

fancy style CV with LaTeX

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Awesome Source CV Extended

=================

About

Awesome Source Latex CV was originally based on a CV template created by Alessandro Plasmati. The template use XeLaTeX engine and Fontin Sans font.

ATTENTION 1: This project can not be compiled with MiKTeX since there are unexpected errors (luelatex.exe crashed). TeXLive is highly recommended!

ATTENTION 2:When Chinese support is enabled, there can be a noticable increase of compiling time, please disable it if not need. 中文支持将大幅延长编译时间!

More informations about the original Alessandro Plasmati template can be found here :

Personal data uses Source Sans Pro Font from Adobe. Font Awesome icons highlight important elements.

For Chinese support, Noto Sans is applied.

Unlike Alessandro Plasmati CV template, all layout stuff in Awesome Source Latex CV has moved in the Latex class file awesome-source-cv.cls to imptove source code readability.

Additionally, the LuaLaTeX has been applied as default TeX engine.

Modification

  • Added Chinese support.
  • University and company logo on respective sections.
  • Double column language section.
  • Header without photo.
  • Separate projects and work experience section.

Quick start

How to use Awesome Source CV latex class

Use the Awesome Source CV options

When declaring the \documentclass you can use option(s) to customize your CV rendering.

Used with no option, the template will use the 'traditional'

header layout your system fonts and the default color scheme ie. blue

\documentclass{awesome-source-cv}

Used with localFont option the template will use the 'traditional'

header layout, fonts included in the fonts directory and the default color scheme

\documentclass[localFont]{awesome-source-cv}

Used with localFont option, the template will use the 'alternative'

header layout, your system fonts and the default color scheme

\documentclass[localFont, alternative]{awesome-source-cv}

Used with chinese option the template will support Chinese 使用chinese选项开启中文支持

\documentclass[localFont, alternative, chinese]{awesome-source-cv}

Construct the header

Outside of the \socialinfo wrapper you have to define the mandatory parameters \name and \tagline.

Most social network have their command to render a clickable link or a simple text entry.

Put these command in the \socialinfo wrapper. Feel free to add \\ when you want to force a new line.

Use the \makecvheadercommand to generate the header.

Use the \makecvheaderwithoutphotocommand to generate the header without your profile photo.

Content sections

In every tex file of the corresponding sections, there are instructions to add entries.

License

Latex class file awesome-source-cv.cls is published under the term of the LPPL Version 1.3c.

All content files are published under the term of the CC BY-SA 4.0 License.

About

fancy style CV with LaTeX

License:MIT License


Languages

Language:PostScript 98.6%Language:TeX 1.4%