This repository contains the source files for my CV, written using LaTeX.
This repository stores the LaTeX source code for my CV. It uses a clean and elegant design developed by Aras Güngöre that highlights key information effectively.
You can open the main.tex file on the following editors for fast editing.
If you're using a Debian-based Linux distribution (e.g., Ubuntu), you can install the required LaTeX packages and tools using the following command:
sudo apt-get install --no-install-recommends pandoc texlive texlive-latex-extra texlive-extra-utils texlive-fonts-extra latexmkThis command installs:
- pandoc : A universal document converter (optional, if you need to convert between formats).
- texlive : The core LaTeX distribution.
- texlive-latex-extra : Additional LaTeX packages.
- texlive-extra-utils : Extra utilities for LaTeX.
- texlive-fonts-extra : Additional fonts for LaTeX.
- latexmk : A Perl script for automating LaTeX document compilation.
Clone the repo:
git clone git@github.com:wevertor/cv.git
cd cv/To compile the CV into a PDF:
pdflatex main.texor
latexmk -pdf main.tex