- TeX 94.9%
- Shell 3.3%
- Makefile 1.8%
| .gitignore | Don't clone the repo for deployment if it's already cloned | |
| cv.tex | Review selected presentations and add ones with recordings | |
| deploy.sh | Fix pull from pdf branch when deploying | |
| environment.yml | Fix formatting; Add data links to publications | |
| LICENSE.txt | Clean README and add a license | |
| Makefile | Add a deploy script to substitute GH Actions | |
| README.md | Update instructions for codeberg and deploy script | |
Curriculum Vitae
These are the LaTeX sources for my academic CV.
Download the latest compiled PDF: cv.pdf
Template
You're free to reuse and modify this template under the terms of the BSD
3-clause License (see LICENSE.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.ymlfile provided in the repository. - Fill out the variables and fields in the
.texfile. - Compile the PDF to check the results with
make show. - Make a commit to register your update.
- Push an updated PDF to the
pdfbranch of this repository withmake deploy. The PDF will be available athttps://codeberg.org/USERNAME/REPOSITORY/raw/branch/pdf/cv.pdf.
About
I decided to make my own template after using moderncv for a while.
I wanted a cleaner look and something that is more unique (as much as an academic
CV can be).
It was also a chance for me to learn some LaTeX templating (and procrastihack a
little).
Building and deploying
I use Tectonic to build the PDF from the sources. It's very convenient, can be installed from conda-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 the Makefile:
make: builds the PDFmake show: opens the PDF on the default web browsermake clean: removes the built PDF and any other generated filesmake deploy: pushes the latest version of the PDF to thepdfbranch of this repository (overwriting the single existing commit to avoid bloating the repository)
License
All LaTeX template source code is distributed under the BSD 3-clause License.