Skip to content
/ cv Public

my curriculum vitae (résumé) written in LaTeX

License

Notifications You must be signed in to change notification settings

caian-org/cv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build & Check GitHub tag

curriculum vitae

My résumé (curriculum vitae), in both english and portuguese, written in LaTeX and compiled with LuaTeX. This project also have a tiny pipeline that compiles the documents and push them into my public S3 bucket. The compilation is made through a docker image (see arch-texlive) which have everything needed -- around 11 GB of dependencies.

You can see the compiled, final documents here:

Full credits to Leslie Cheng for releasing this template for free. If you wish to copy & reuse this and is already familiar with LaTeX and how to build documents, just copy the contents of the document directory; everything else is secondary (Docker images, CI pipelines etc).

Build

To build on your host machine, considering you're already have all the required dependencies (LaTeX, LuaTeX, FontAwesome and Fira Sans font), just run make inside the document directory. One PDF document will be built for each locale/translation.

If you prefer not to download and install everything on host, the Makefile has a simple recipe for it (again, be aware that the base image is VERY LARGE and depending on your network and machine, it can take even hours to download & decompress). Just make compile-from-image inside the document directory.