You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 month ago | |
---|---|---|
build | 4 months ago | |
src | 1 month ago | |
.build.sh | 3 years ago | |
.gitignore | 3 years ago | |
Jenkinsfile | 3 months ago | |
Makefile | 1 year ago | |
README.md | 1 year ago | |
build.png | 3 years ago | |
resume-liam-beckman-0.png | 3 years ago | |
resume-liam-beckman-1.png | 3 years ago |
README.md
About
A simple resume (and coverletter template)!
Requirements
- texlive: includes the
pdflatex
command for building a PDF from tex files.
Packages
- babel
- datetime2
- easylist
- enumitem
- eso-pic
- fontenc
- geometry
- hyperref
- inputenc
- multicol
- tikz
- tikzpagenodes
- titlesec
- titling
- xcolor
Building
To compile the tex file into a pdf, run:
make
It will output the resume and coverletter as PDFs.
CI/CD
The document is built every time a push is made to the master
branch. Build commands are defined in the Jenkinsfile, and build results can be viewed at either of the following URL's.