Coder Social home page Coder Social logo

subidit / rover-resume Goto Github PK

View Code? Open in Web Editor NEW
116.0 3.0 19.0 18.07 MB

ATS friendly LaTeX resume template. Create a unique looking CV from scratch.

License: Creative Commons Attribution 4.0 International

TeX 100.00%
cv cv-templates latex latex-template resume resume-template awesome typography

rover-resume's Introduction

Daytona logo

This repository has several simple yet effective résumé template using basic LaTeX commands. The BASE ROVER template requires only about 10 lines of code to set up a clean and minimal résumé format. For your résumé, there's no need for any custom résumé class, which requires you to learn new commands and options. These templates leverage the full power and flexibility of LaTeX, allowing you to customize every aspect without the constraints of predefined classes. All templates use article class and preinstalled fonts only.

These templates are designed with ATS (Applicant Tracking System) compatibility in mind, featuring single-column layouts that ensure your résumé is easily parsed. By using standard LaTeX commands, they maintain a clear and organized structure, making it simple for both ATS software and recruiters to quickly identify key details.

If you have any questions about using this template or formatting your résumé, feel free to post them in the Discussions section.

Screenshots

Base Rover Star Rover
Base Rover Template Star Rover Template
Week Rover Week Rover
Monday - Week Rover Tuesday - Week Rover
Milky Rover Fancy Rover
Milky Rover Template Fancy Rover Template

*Milky Rover Template is a recreation of Butterick’s practical typography résumé template.

Features

  • Single or Double lined title option.
  • Multiple ways to format the Name & Contact info banner.
  • ATS friendly.
  • Works with pre-installed LaTeX fonts.
  • Uses article class. No need to learn the working of any custom class.
  • Uses typographic best practices.
  • Your content looks clean and structured.

Quick start

Edit on Overleaf. Or just copy paste the code into your favorite LaTeX editor.

Getting Started

  1. Get the Repository: Fork or Download this repository to your local machine.
  2. Select a Template: Choose a template from the available options.
  3. Fill in Your Details: Personalize the template by filling in your information.

Tips for Using LaTeX Commands

  • Sectioning: Use \section for major sections like Education, Experience, Certifications, Awards, Skills & Interests, etc.
  • Subsectioning: Employ \subsection{} and \subsubsection for primary and secondary titles such as Institution Name, Position Title, Duration, etc.
  • Bullet Points: Use itemize lists for creating bullet points.

Known Issue

Package hyperref Warning:

This occurs because hyperref package creates clickable texts for both internal and external links. When generating a PDF, certain elements like bookmarks, metadata, and hyperlinks are encoded as PDF strings. Since \section{}, \subsection{} etc. are used in the Table of contents (i.e. bookmarks), certain LaTeX commands (like \hfill) or control sequences doesn't make sense in this context.

When hyperref encounters the \hfill command while processing a piece of text that needs to be converted into a PDF string, it cannot include this command in the output PDF string. As a result, it removes the command and issues a warning to notify you of this action.

We can circumvents this issue by disabling the creation of bookmarks as shown below.

    \usepackage[bookmarks=false]{hyperref}

Caution

To avoid generating warnings, the bookmarks option in the hyperref package must be set during package loading with \usepackage[bookmarks=false]{hyperref}. You can use \hypersetup{} for everything else.

Support

For inquiries or assistance, visit the Discussions tab.

Feel free to contribute to the project or provide feedback by opening an issue or submitting a pull request.

Happy job hunting!

License


Rover Resume by Subidit is licensed under CC BY 4.0

rover-resume's People

Contributors

subidit avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.