Skip to content

Taddic/Pro-CV-latex-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CV-latex-template

A nice looking CV template written by me using Latex.

Inspired by various CV layputs, and some minor code stuff taken from simple-hipstercv. Code snippets taken from the web is indicated in the documentation where they are used in ProCV class file

Usage

Put one of the following code blocks in your .tex file preamble. You can just edit the example.tex for your own CV.

Purple theme

\documentclass[purpleprocv]{procv}

Orange theme

\documentclass[orangeprocv]{procv}

Green theme

\documentclass[greenprocv]{procv}

Gray theme

\documentclass[grayprocv]{procv}

Install

  1. Install latex either manually or by running make install
  2. The files procv.cls and procv.sty needs to be in the folder with your own CV tex file.
  3. Use the example.tex as a starting point if you want.

Compilation

Either use the supplied makefile, or use the Visual Studio code settings below.

Makefile

Build everything

make

Show pdf

make show

Clean build files

make clean

Clean pdf files

make clean-pdf

Visual Studio Code

  1. Install extension from VSCode. (https://github.com/James-Yu/LaTeX-Workshop)
  2. Add the settings in settings.json in this repo to the settings.json for VSCode

Examples

Purple CV Green CV Orange CV Gray CV

About

A nice looking CV template written in Latex

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published