Résumé
whentojump’s résumé
- Based on the great template by sb2nov (licensed under MIT)
- Presented to you with GitLab CI
View the latest version online or download it
Build from source
0. Common options and recipes
Clean:
make clean
Be verbose:
make V=1
1. Without latexmk
installed
Optionally, pull the Docker image in a separate step (privilege needed):
docker pull blang/latex:latest
Build (privilege needed):
make
2. With latexmk
installed (say, inside a container during CI)
make INSIDE_CONTAINER=1
Fun fact
You may have spotted, there is a version notice at the footnote, which reads something like:
Revised in March 2022 (
a694d61
). Please check https://whentojump.xyz/resume/ for the online version with possible updates.
The funny part is, this is generated at compile time, and the placeholders in the original document are January 1970 and deadbeef
, respectively. Well, sounds like bad jokes told by some computer weirdos…
In rare cases, that is, when you really want to include the two phrases in other parts of the text, the joke will then become a concern. The author just won’t take care of that and you may work around it by improving the Makefile
:)