Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leouieda/cv
A LaTeX template for academic CVs
https://github.com/leouieda/cv
academic academic-cv curriculum curriculum-vitae cv latex latex-sources latex-template
Last synced: about 16 hours ago
JSON representation
A LaTeX template for academic CVs
- Host: GitHub
- URL: https://github.com/leouieda/cv
- Owner: leouieda
- License: bsd-3-clause
- Created: 2013-03-27T23:10:29.000Z (almost 12 years ago)
- Default Branch: main
- Last Pushed: 2024-11-11T20:10:32.000Z (2 months ago)
- Last Synced: 2025-01-13T06:02:36.565Z (8 days ago)
- Topics: academic, academic-cv, curriculum, curriculum-vitae, cv, latex, latex-sources, latex-template
- Language: TeX
- Homepage:
- Size: 10.2 MB
- Stars: 254
- Watchers: 4
- Forks: 53
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- latex-templates - leouieda/<br>cv - square)<br/>![53](https://img.shields.io/github/forks/leouieda/cv?style=flat-square)<br/>![2024-11-11](https://img.shields.io/github/last-commit/leouieda/cv?style=flat-square) | A LaTeX template for academic CVs | (Popular & New LaTeX Templates / Others)
README
# Curriculum Vitae
These are the LaTeX sources for my academic CV.
**Download** the latest compiled PDF:
[cv.pdf](https://github.com/leouieda/cv/raw/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"](https://github.com/leouieda/cv/generate)
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 PDF
available at `https://github.com/YOURUSERNAME/cv/raw/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
I use [Tectonic](https://tectonic-typesetting.github.io) to build the PDF from
the sources.
It's very convenient, can be installed from
[conda-forge](https://github.com/conda-forge/tectonic-feedstock),
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 PDF
* `make show`: opens the PDF on the default web browser
* `make clean`: removes the built PDF and any other generated files## Deploying
A PDF is compiled automatically by GitHub Actions with every commit to the
`main` branch and uploaded to the `pdf` branch.
This way, the compiled PDF is updated and made available on the internet automatically.## License
All LaTeX template source code is distributed under the
[BSD 3-clause License](https://opensource.org/licenses/BSD-3-Clause).