Skip to content

causeri3/latex-cv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LaTeX CV

CV template written in LaTeX. Appearently, I like pain. But since this keeps on accompanying me since I work in data, I put it here.

Alt text

It consists of two tex files:

CV0.tex – This file contains the side bar with contact, skills, language, interests and also the name on the top

CV1.tex – This contains the more textform/tabular stuff as statemnt, experience and education

And then there are the three icon files in the files folder.

Compile

To generate the final CV PDF:

First, compile CV0.tex Then, compile CV1.tex. You will need to run it twice to get the layout straight.

You can use Overleaf or a local TeX editor like TeXShop, Texmaker, or VS Code with LaTeX Workshop and click the Typeset or Compile button.

Or via CLI Compilation:

pdflatex CV0.tex
pdflatex CV1.tex
pdflatex CV1.tex

Releases

No releases published

Packages

No packages published

Languages