Loading repository data…
Loading repository data…
antkr10 / repository
Collection of customizable CV & cover letter LaTeX templates
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
tex-cvbuilder is a collection of customizable Curriculum Vitae (CV) & cover letter LaTeX templates. The two main files to edit are CV-Template.tex and Cover-Letter-Template.tex.
The documents are compiled using the XeLaTeX engine. To setup LaTeX on your machine, you will need to install a functional Tex Live distrubution (see here). On Ubuntu, the required Tex Live packages are texlive-fonts-extra and texlive-xetex. To install Tex Live from tug.org, consult this guide.
Once LaTeX is installed, simply run
$ xelatex CV-Template.tex
This will generate CV-Template.pdf. To build the cover letter, replace CV-Template.tex with Cover-Letter-Template.tex.
This repository comes with a Dockerfile for creating a minimal Tex Live installation on top of a Ubuntu image.
To build the image, locate to where you cloned this repository and run
$ docker build -t ubuntu:tex-cvbuilder .
Once the image is built, compile the document using
$ docker run --rm -v $PWD:/tex-cvbuilder ubuntu:tex-cvbuilder bash -c "xelatex CV-Template.tex && xelatex CV-Template.tex"
This will generate CV-Template.pdf. To build the cover letter, replace CV-Template.tex with Cover-Letter-Template.tex.
You can also import these files into an online LaTeX editor such as Overleaf.
Cycle through supported themes by changing the \theme{<theme>} variable at the beginning of the document. Currently available themes are:
beigebluebwcoralearthframedgrayminimalonyxplain