Giter VIP home page Giter VIP logo

awesome-template's Introduction

Scope

Awesome CV is LaTeX template for CVs inspired by Fancy CV and it is one of the templates available in vitae (vitae::awesomecv). The vitae package makes creating and maintaining a Résumé or CV with R Markdown simple. It provides a collection of LaTeX and HTML templates, with helpful functions to add content to the documents.

The codes in this repository recreate headers and styles from Awesome CV while allowing more direct control on the .tex code that runs underneath.

This is achieved by directing the output of your rmarkdown file to awesome.tex which controls format and styles:

output:
  pdf_document:
    latex_engine: xelatex
    template: "awesome.tex"

awesome.tex is a simplified version of awesome-cv.cls, with a few minor adds (for example hypersetup, tolerance, emergencystretch, etc).

It requires tinytex:

install.packages("tinytex")
tinytex::install_tinytex()

Preview

awesome-template's People

Contributors

mlombardi6 avatar

Stargazers

Yunfei Li avatar

Watchers

 avatar

Forkers

sissaouij

awesome-template's Issues

hypersetup

The hypersetup I am using prints the e-mail address in blue, but it should be using lighttext instead.

\faEnvelope\space {\color{lighttext}{ $email$}}\acvHeaderSocialSep (awesome.tex)

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.