Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.39 KB

README.md

File metadata and controls

30 lines (19 loc) · 1.39 KB

This templates is has my informations that I used in my CV. You can edit and use however you want to use.

autoCV

A clean CV template in LaTeX along with a GitHub action that complies the *.tex file and publishes a new PDF version when new changes are pushed to the repo

Template Design

The template is designed to be clean with sections for

  • Tabular sections for Work Experience, Education and Projects
  • Support for including a list of publications read from a *.bib file
  • Header with Font Awesome icons

Quickstart

  • Fork this repo (you can use the Use this template button)
  • Modify the cv.tex file and push changes to your repo
  • The complied PDF will be available under the build branch

Optionally, while forking this repo, you can get a direct link to the generated PDF which you can use on your website, LinkedIn etc. that will always point to the latest version of your CV. For this, after editing your copy of cv.tex and pushing changes to your repo, under Settings -> Pages set your Github Pages source to the build directory

Now, once your site is published, your CV will be accessible at: https://username.github.io/autoCV/cv.pdf

Detailed Instructions..

.. are available here

Issues

Please start a new discussion or issue if you encounter problems