Git Product home page Git Product logo

awesome-cv-fixed's Introduction

Awesome CV Example

Awesome CV is LaTeX template for a CV(Curriculum Vitae) or resume or cover letter inspired by Fancy CV. It is easy to customize your own template, especially since it is really written by a clean, semantic markup.

Changes

Changes made to AwesomeCV include editing the skills section and fixing compilation errors for the skills section. Skills section demonstrated odd vertical alignment which has been resolved by editing awesome-cv.cls. The resume section has been removed as resumes can be built using the CV import tools (judged superfluous). This change makes the template easier to understand and edit using documentation provided (needless complexity of too many files for unfamiliar users who just want to 'get on with it').

To compile the CV please install xelatex and use "xelatex [or xelatex.exe if on Windows] cv.tex" respectively. This file also contains details on how to construct your CV. Essentially the process of compiling your CV (which will be output as "cv.pdf") is procedural beginning at cv.tex, and then following the import statements found in cv.text in sequence.

For example where at the end of the procedural cv.tex declares...

\input{cv/summary.tex}
\input{cv/skills.tex}
\input{cv/experience.tex}
\input{cv/education.tex}
\input{cv/projects.tex}

This just means the CV will be compiled using execution of those files in that order. You could edit this to suit your needs...

\input{cv/skills.tex}
\input{cv/education.tex}
\input{cv/experience.tex}
\input{cv/projects.tex}

For the job seekers out there, happy hunting!

awesome-cv-fixed's People

Contributors

caldempsey avatar

Watchers

 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.