Convert Figma logo to code with AI

billryan logoresume

An elegant \LaTeX\ résumé template. 大陆镜像 https://gods.coding.net/p/resume/git

9,120
2,581
9,120
32

Top Related Projects

:page_facing_up: Awesome CV is LaTeX template for your outstanding job application

5,108

Software developer resume in Latex

:necktie: :briefcase: Build fast :rocket: and easy multiple beautiful resumes and create your best CV ever! Made with Vue and LESS.

A one page , two asymmetric column resume template in XeTeX that caters to an undergraduate Computer Science student

Resume,Resume Templates,程序员简历例句,简历模版,

Quick Overview

The billryan/resume repository is a LaTeX template for creating professional resumes. It offers a clean, modern design with support for multiple languages and easy customization. The project aims to simplify the process of creating a visually appealing and well-structured resume using LaTeX.

Pros

  • Elegant and professional design out of the box
  • Supports multiple languages, including English, Chinese, and German
  • Easy to customize with clear documentation
  • Includes pre-defined sections for common resume elements (education, experience, skills)

Cons

  • Requires LaTeX knowledge for advanced customization
  • Limited layout options compared to some other resume builders
  • May have a steeper learning curve for users unfamiliar with LaTeX

Getting Started

  1. Clone the repository:

    git clone https://github.com/billryan/resume.git
    
  2. Edit the resume.tex file with your personal information.

  3. Compile the LaTeX file using your preferred LaTeX compiler or online service like Overleaf.

  4. Customize the template by modifying the resume.cls file if needed.

  5. For multilingual support, use the appropriate .tex file (e.g., resume-zh_CN.tex for Chinese).

Competitor Comparisons

:page_facing_up: Awesome CV is LaTeX template for your outstanding job application

Pros of Awesome-CV

  • More visually appealing and modern design
  • Offers multiple color schemes and layout options
  • Includes additional sections like skills and projects

Cons of Awesome-CV

  • Steeper learning curve due to more complex structure
  • Requires more LaTeX knowledge to customize effectively
  • May be considered too flashy for some industries

Code Comparison

Awesome-CV:

\documentclass[11pt, a4paper]{awesome-cv}
\geometry{left=1.4cm, top=.8cm, right=1.4cm, bottom=1.8cm, footskip=.5cm}
\fontdir[fonts/]
\colorlet{awesome}{awesome-emerald}

resume:

\documentclass[11pt, a4paper]{article}
\usepackage{fontspec}
\usepackage{xunicode}
\usepackage{xltxtra}

Awesome-CV uses a custom document class with built-in styling, while resume uses a standard article class with additional packages. Awesome-CV's approach allows for easier customization of the overall look, but resume's simpler structure may be more familiar to LaTeX users.

Both repositories provide LaTeX templates for creating professional resumes, but they differ in complexity and visual style. Awesome-CV offers a more modern and customizable design, while resume provides a simpler, more traditional approach. The choice between the two depends on the user's LaTeX experience, desired aesthetic, and industry requirements.

5,108

Software developer resume in Latex

Pros of resume

  • Simpler setup process with fewer dependencies
  • More modern and minimalist design aesthetic
  • Includes sample resume content for easier customization

Cons of resume

  • Less flexible layout options compared to resume
  • Fewer pre-built sections and content blocks
  • Limited documentation and usage instructions

Code Comparison

resume:

\documentclass[]{deedy-resume-openfont}
\begin{document}

\header{Your}{Name}{youremail@address.com}

% Rest of the resume content

\end{document}

resume:

\documentclass[letterpaper,11pt]{article}
\usepackage{latexsym}
\usepackage[empty]{fullpage}
\usepackage{titlesec}
\usepackage{marvosym}
\usepackage[usenames,dvipsnames]{color}
\usepackage{verbatim}
\usepackage{enumitem}
\usepackage[hidelinks]{hyperref}
\usepackage{fancyhdr}
\usepackage[english]{babel}
\usepackage{tabularx}
\input{glyphtounicode}

Both repositories provide LaTeX templates for creating professional resumes. resume offers a more streamlined approach with a modern design, while resume provides greater customization options and a more traditional layout. The code comparison shows that resume uses a custom document class, whereas resume relies on the standard article class with additional packages for formatting and styling.

:necktie: :briefcase: Build fast :rocket: and easy multiple beautiful resumes and create your best CV ever! Made with Vue and LESS.

Pros of best-resume-ever

  • Offers multiple modern, visually appealing resume templates
  • Built with Vue.js, providing a more interactive and dynamic user experience
  • Includes a CLI tool for easy resume generation and customization

Cons of best-resume-ever

  • More complex setup and usage compared to resume's simpler LaTeX approach
  • Requires knowledge of Vue.js and JavaScript for customization
  • May have a steeper learning curve for users unfamiliar with web technologies

Code Comparison

resume (LaTeX):

\documentclass[11pt,a4paper,sans]{moderncv}
\moderncvstyle{classic}
\moderncvcolor{blue}
\usepackage[scale=0.75]{geometry}

best-resume-ever (Vue.js):

<template>
  <div class="resume">
    <resume-header :person="person" />
    <resume-content :person="person" />
  </div>
</template>

The code snippets highlight the different approaches:

  • resume uses LaTeX, which is more traditional for document creation
  • best-resume-ever employs Vue.js components, offering a more modern web-based solution

Both repositories aim to simplify resume creation, but they cater to different user preferences and skill sets. resume is more suitable for users comfortable with LaTeX and seeking a straightforward, print-oriented solution. best-resume-ever appeals to those who prefer a web-based approach with more visual customization options.

A one page , two asymmetric column resume template in XeTeX that caters to an undergraduate Computer Science student

Pros of Deedy-Resume

  • More compact and modern design, fitting more information on a single page
  • Includes a pre-built two-column layout for better space utilization
  • Offers a unique and eye-catching visual style that stands out

Cons of Deedy-Resume

  • Less customizable and flexible compared to the more modular structure of resume
  • Limited language support, primarily focused on English
  • Fewer pre-built sections and templates for different resume types

Code Comparison

Deedy-Resume:

\documentclass[]{deedy-resume-openfont}
\begin{document}

\namesection{John}{Doe}{
Software Engineer | john@doe.com | (000) 111-1111
}

\end{document}

resume:

\documentclass{resume}
\usepackage{zh_CN-Adobefonts_external} % Simplified Chinese Support using external fonts (./fonts/zh_CN-Adobe/)
\usepackage{linespacing_fix} % disable extra space before next section
\begin{document}
\name{John Doe}
\basicInfo{1 (234) 567-8910 | john@doe.com}

\end{document}

Both repositories provide LaTeX templates for creating professional resumes, but they differ in their approach to design and customization. Deedy-Resume offers a more modern, compact layout with a two-column design, while resume provides a more traditional and flexible structure with better support for multiple languages and customization options.

Resume,Resume Templates,程序员简历例句,简历模版,

Pros of awesome-resume

  • Comprehensive collection of resume resources, including templates, tools, and advice
  • Regularly updated with new content and contributions from the community
  • Covers a wide range of industries and job types

Cons of awesome-resume

  • Less focused on providing a specific resume template or structure
  • May be overwhelming for users looking for a quick, ready-to-use solution
  • Requires more time to navigate and find relevant information

Code comparison

While a direct code comparison is not applicable due to the nature of these repositories, we can compare their structure:

resume:

├── resume.tex
├── resume.cls
├── fontawesome.sty
└── examples/

awesome-resume:

├── README.md
├── CONTRIBUTING.md
└── LICENSE

resume focuses on providing a LaTeX template, while awesome-resume is primarily a curated list of resources in a README file.

Summary

resume offers a specific LaTeX template for creating resumes, ideal for users familiar with LaTeX who want a clean, professional design. awesome-resume, on the other hand, provides a comprehensive collection of resume-related resources, suitable for users exploring various options and seeking guidance on resume creation across different industries and formats.

Convert Figma logo designs to code with AI

Visual Copilot

Introducing Visual Copilot: A new AI model to turn Figma designs to high quality code using your components.

Try Visual Copilot

README

Résumé

Hit branch zh_CN if you want a Simplified Chinese résumé.

中文用户请前往 zh_CN 分支。

An elegant \LaTeX\ résumé template, compiled with \XeLaTeX. Inspired by

Features

  • Easy to further customize or extend
  • Full support for unicode characters (e.g. CJK) with \XeLaTeX\
  • Perfect Simplified Chinese fonts supported with Adobefonts
  • FontAwesome 4.6.3 support

Quick Start

  • Fork this repository
  • Add information about you directly in GitHub
  • Compile TeX file to PDF with LaTeX.Online
  • Can also use Overleaf for online compilation with template

Sample Output

English English with photo 简体中文

Usage

  1. Edit in Overleaf online Web template
  2. Compile tex on your Computer

If you only need a résumé in English or have installed Adobe Simplified Chinese on your OS, It would be better to clone only the master branch, since the Simplified Chinese fonts files are too large.

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

License

The MIT License (MIT)

Copyrighted fonts are not subjected to this License.