Skip to content

wevertor/cv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Curriculum Vitae

LaTeX

This repository contains the source files for my CV, written using LaTeX.

Table of Contents

About

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.


Installation

LaTeX Editors

You can open the main.tex file on the following editors for fast editing.

Installation on Linux (Debian/Ubuntu)

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 latexmk

This 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.

Usage

Clone the repo:

git clone git@github.com:wevertor/cv.git
cd cv/

To compile the CV into a PDF:

pdflatex main.tex

or

latexmk -pdf main.tex

About

My curriculum vitae (CV) written in LaTeX.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages