- Notifications
You must be signed in to change notification settings - Fork52
A LaTeX template for academic CVs
License
leouieda/cv
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
These are the LaTeX sources for my academic CV.
Download the latest compiled PDF:cv.pdf
You're free to reuse and modify this template under the terms of the BSD3-clause License (seeLICENSE.txt
).
To use it:
- Click on the"Use this template"button to grab a copy of the repository.
- Install Tectonic, either from their website or using the conda
environment.yml
file provided in the repository. - Fill out the variables and fields in the
.tex
file. - Compile the PDF to check the results with
make show
. - Push your changes and GitHub Actions should do it's magic and make the PDFavailable at
https://github.com/YOURUSERNAME/cv/raw/pdf/cv.pdf
.
I decided to make my own template after usingmoderncv
for a while.I wanted a cleaner look and something that is more unique (as much as an academicCV can be).It was also a chance for me to learn some LaTeX templating (and procrastihack alittle).
I useTectonic to build the PDF fromthe sources.It's very convenient, can be installed fromconda-forge,and is faster than using a normal LaTeX compiler.There are many ways to install it (see their website for instructions).
I highly recommend using theMakefile
:
make
: builds the PDFmake show
: opens the PDF on the default web browsermake clean
: removes the built PDF and any other generated files
A PDF is compiled automatically by GitHub Actions with every commit to themain
branch and uploaded to thepdf
branch.This way, the compiled PDF is updated and made available on the internet automatically.
All LaTeX template source code is distributed under theBSD 3-clause License.
About
A LaTeX template for academic CVs