A compiled version of this resume is available here. My personal website is found at https://klaire.codes.
This resume uses a heavily modified version of the AltaCV Resume Class. It includes new additions such as:
- A customizable
Makefile
. - Automatic opinionated code formatting on build via
latexindent
. - Docker/Podman support for a light and portable build cycle.
- Enhanced classes.
- Updated fontawesome packages.
- Modern tooling and organization.
Simply run the following to build the container with the tag "resume":
podman build -t resume .
or use the included build.sh
script.
- texlive
- make
To install follow the latexindent documentation found here.
- perl
- cpanminus
podman run -v ./:/src -i resume:latest
or use the included run.sh
script.
The included Makefile can be run as is with
make
However additional options are available and can be displayed with make help
.