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:
cv-en_US.pdf
(english translation)cv-pt_BR.pdf
(portuguese translation)
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).
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.