r9y9 / cv

My Curriculum Vitae

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Curriculum Vitae

compile-pdf

These are the Latex sources for my academic CV.

Download the latest compiled PDF: ryuichi_cv.pdf

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 viewer
  • 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.

License

This repostiory used the template from https://github.com/leouieda/cv.

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

About

My Curriculum Vitae

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:TeX 97.7%Language:Makefile 2.3%