All Projects → leouieda → cv

leouieda / cv

Licence: BSD-3-Clause License
A LaTeX template for academic CVs

Programming Languages

TeX
3793 projects
Makefile
30231 projects

Projects that are alternatives of or similar to cv

Cv
Geoff Boeing's academic CV in LaTeX
Stars: ✭ 101 (-21.71%)
Mutual labels:  latex, cv, academic, latex-template
myprofile
Generate your resume easily from Github actions ✅ using discussion section 📃 🚀
Stars: ✭ 19 (-85.27%)
Mutual labels:  curriculum, curriculum-vitae, cv
cv
My curriculum vitae
Stars: ✭ 24 (-81.4%)
Mutual labels:  latex, cv, academic
awsome-list-of-cv-and-resume-templetes
a collection of cv and resume styles
Stars: ✭ 78 (-39.53%)
Mutual labels:  latex, cv, latex-template
Betterposter Latex Template
LaTeX Template for Mike Morrison's #betterposter
Stars: ✭ 171 (+32.56%)
Mutual labels:  latex, academic, latex-template
Yaac Another Awesome Cv
YAAC: Another Awesome CV is a template using Font Awesome and Adobe Source Font.
Stars: ✭ 516 (+300%)
Mutual labels:  latex, cv, latex-template
academic-cv-publications
Generate a customised list of publications for your LaTeX CV using BibTeX entries.
Stars: ✭ 60 (-53.49%)
Mutual labels:  latex, cv, academic-cv
Limecv
A LaTeX CV Document Class
Stars: ✭ 376 (+191.47%)
Mutual labels:  latex, cv, latex-template
Cv resume
A latex cv/resume template.
Stars: ✭ 117 (-9.3%)
Mutual labels:  latex, cv, latex-template
Awesome Cv
📄 Awesome CV is LaTeX template for your outstanding job application
Stars: ✭ 14,957 (+11494.57%)
Mutual labels:  latex, cv, latex-template
cv
[LaTeX] My academic CV
Stars: ✭ 31 (-75.97%)
Mutual labels:  curriculum-vitae, academic
biteydown
Convert your curriculum vitae in markdown syntax to HTML or PDF file.
Stars: ✭ 36 (-72.09%)
Mutual labels:  curriculum-vitae, cv
cv
📄 My CV
Stars: ✭ 31 (-75.97%)
Mutual labels:  cv, latex-template
TJUThesisLatexTemplate
LaTeX templates for TJU graduate thesis. Originally forked from code.google.com/p/tjuthesis
Stars: ✭ 77 (-40.31%)
Mutual labels:  latex, latex-template
cv
github.com/enfiskutensykkel/cv/raw/master/cv.pdf
Stars: ✭ 55 (-57.36%)
Mutual labels:  curriculum-vitae, cv
awesome-libraries
😎 Libraries that are being shown in Sourcerer profiles.
Stars: ✭ 131 (+1.55%)
Mutual labels:  curriculum-vitae, cv
Open Publisher
Using Jekyll to create outputs that can be used as Pandoc inputs. In short - input markdown, output mobi, epub, pdf, and print-ready pdf. With a focus on fiction.
Stars: ✭ 242 (+87.6%)
Mutual labels:  latex, latex-template
latex-template
南方科技大学 LaTeX 模板目录 SUSTech LaTeX templates
Stars: ✭ 72 (-44.19%)
Mutual labels:  latex, latex-template
xdupgthesis
西安电子科技大学研究生学位论文XeLaTeX模板
Stars: ✭ 271 (+110.08%)
Mutual labels:  latex, latex-template
persian-latex
A Persian Latex Template that can be used in different instances such as assignments, exams, quizzes; Not suitable for long documents such as theses or project reports.
Stars: ✭ 42 (-67.44%)
Mutual labels:  latex, latex-template

Curriculum Vitae

compile-pdf

These are the Latex sources for my academic CV.

Download the latest compiled PDF: leonardo_uieda_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.yml file provided in the repository.
  • Rename leonardo_uieda_cv.tex.
  • 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 serve the PDF at https://YOURUSERNAME.github.io/cv/YOURNAME_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 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 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 gh-pages branch. This way, the compiled PDF is updated and served automatically.

License

All LaTeX template source code is distributed under the BSD 3-clause License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].