• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

spagnuolocarmine/TwentySecondsCurriculumVitae-LaTex: Write Beautiful Curriculum ...

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称(OpenSource Name):

spagnuolocarmine/TwentySecondsCurriculumVitae-LaTex

开源软件地址(OpenSource Url):

https://github.com/spagnuolocarmine/TwentySecondsCurriculumVitae-LaTex

开源编程语言(OpenSource Language):

TeX 98.4%

开源软件介绍(OpenSource Introduction):

Twenty Seconds Curriculum Vitae in LaTex

made-with-latex MIT license Open Source Love svg3

Maintenance GitHub issues GitHub issues-closed

Donate Ask Me Anything ! Tweet

Overleaf

HOT!

  • Support Fontawesome Icons, new class option \documentclass[icon]{twentysecondcv}, using the name of the icon available in the documentation of the package here.
  • The Fontawesome version requires the Fontawesome installed. Notice that the Fontawesome is already available on Overleaf.com.
  • Section with Icon:
\sectionicon{icon-name}{section-name}
  • Twenty icon items environment
\begin{twentyicon}
  \twentyitemicon
    {icon name}
    {year}
    {title}
    {place}
    {description}
\end{twentyicon}
  • Twenty items icon short environment
\begin{twentyshorticon}
  \twentyitemshorticon
    {icon name}
    {year}
    {description}
\end{twentyshorticon}

Curricula Vitae - Résumés

A curriculum vitae, otherwise known as a CV or résumé, is a document used by individuals to communicate their work history, education and skill set. This is a style template for your curriculum written in LaTex. The main goal of this template is to provide a curriculum that is able to survive the résumés screening of "twenty seconds".

The author assumes no responsibility for the topicality, correctness, completeness or quality of the information provided and for the obtained résumés.

This is designed for computer scientists but there is no limitation to use it for résumés in other disciplines.

If you like this curriculum, please don't forget to leave a star, to help the development and improvement.

The basic idea is KISS - Keep It Simple, Stupid.

In a nutshell "It is vain to do with more what can be done with fewer" -- Occam's razor --

  • This template has been designed to create a "one-page" résumé and is therefore not suitable to create a curriculum of more than one-page.

  • Please do not try to create a curriculum with more than one-page.

How to describe your experiences?

There are many theories about the résumé screening process of "Big" companies. Resume screeners and the interviewers look in your résumé for:

  • Are you smart?
  • Can you code (act for what you apply)?

Anyway according to the guidelines of this template you should use a really simple form to describe each item in your résumé:

Accomplished <X> by implementing <Y> which led to <Z>

Here's an example:

Reduced object rendering time by 75% by applying Floyd's algorithm, leading to a 10% reduction in system boot time.

-- Cracking the Coding Interview, Book, Gayle Laakmann Mcdowell --

Toy Résumé with Fontawesome Icons (document class option icon)


sample résumé


Build

This guide will walk you through building your résumé.

Build requirements:

  • LaTex installation.
    • additionals packages:
      • ClearSans, fontenc
      • tikz
      • xcolor
      • textpos
      • ragged2e
      • etoolbox
      • ifmtarg
      • ifthen
      • pgffor
      • marvosym
      • parskip

Build through GNU Make command

Clean your project résumé.

make clean

Build your project résumé.

make all

-- Alternately you can build through your favorite LaTex editor. --

Environment style and list of commands

The style is divided into two parts. The former is the left sidebar: which contains personal information, profile picture, and information about your professional skills. The second part is the body that should contain details about your academic studies, professional experiences and all the information that you want (remember the KISS principle).

The class is \documentclass[icon]{twentysecondcv}, the icon option enable to use Fontawesome package in sections and twenty items. In order to use the icon option, you need to install the Fontawesome package and use the Fontawesome icon name, available in the package documentation here.

Profile environment

These are the commands to set up the profile information.

  • Set up the image profile.

      \profilepic{path_name}
    
  • Set up your name.

      \cvname{your name}
    
  • Set up your job profile.

      \cvjobtitle{your job title}
    
  • Set up your date of birth.

      \cvdate{date}	
    
  • Set up your address.

      \cvaddress{address}		
    
  • Set up your telephone number.

      \cvnumberphone{phone number}
    
  • Set up your email.

      \cvmail{email address}
    
  • Set up your personal home page.

      \cvsite{home page address}
    
  • Set up a brief description of you.

      \about{brief description}
    
  • Set up the skills with chart style. Each skill has to be a {name/value} pair, where the value is a floating-point value between 0 and 6. This is an agreement for the graphics issues, the 0 correspond to a Fundamental awareness while 6 to an Expert awareness level.

      \skills{{name skill1/5.8},{name skill2/4}} 
    
  • Set up the skills with text style.

      \skillstext{{name skill1/5.8},{name skill2/4}} 
    

To create the profile, use the command:

\makeprofile

Body environment

The body document part is composed of sections. In the sections, you can use two kinds of list items.

The first (Twenty items environment) is intended for a list of detailed information with four parts: Data -- Title -- Place -- Description.

The second (Twenty items short environment) is intended for less information (you can customize this list more easily): Data -- Description.

Sections (also wiht icon)

  • Set up a new section in the body part.

      \section{sction name}
      \section{icon name}{section name}, require the icon option in the document declaration.
    

Twenty items environment (also wiht icon)

\begin{twenty}
  \twentyitem
    {year}
    {title}
    {place}
    {description}
\end{twenty}

\begin{twentyicon}
  \twentyitemicon
    {icon name}
    {year}
    {title}
    {place}
    {description}
\end{twentyicon}

Twenty items short environment (also wiht icon)

\begin{twentyshort}
  \twentyitemshort
    {year}
    {description}
\end{twentyshort}

\begin{twentyshorticon}
  \twentyitemshorticon
    {icon name}
    {year}
    {description}
\end{twentyshorticon}

Other commands

There are two other fun commands: \icon and \round; that enables to wrap the text in oval shape.

	\icon{text}
	\round{text}{color}

Colors

The following colors are defined and used by this class:

Name Color Usage
white #ffffff white text
gray #4D4D4D
sidecolor #E7E7E7 background of the sidebar
lightgray #999999
green #C2E15F
orange #FDA333
purple #D3A4F9
red #FB0B00
blue #6CE0F1
mainblue #0E5484 section titles & skills bar graphs & circle around icons, \icon{text}
cerulean #007BA7 text color for links
maingray #B9B9B9 section titles
maindarkgray #B3B3B3



鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
上一篇:
google/ksp: Kotlin Symbol Processing API发布时间:2022-07-07
下一篇:
saadq/resumake.io: 发布时间:2022-07-09
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap