These are the source files for my resume. It is based on the Awesome CV Class File by @posquit0 with some slight modifications to better suit my needs.
- The order of header socials matches their order in the source file (thanks @rhagenson) -
b56b4ab
- Added an option for tagline/summary part in the \cventry -
b23bfe7
- Added option to change the \photosize -
e63932a
- Added option to create a lists with \cvsimplelist -
829484c
- Added option to list projects with \cvproject -
164ce5a
- No more LaTeX compile error when social info is missing -
23a1953
- The \cventry handles all data combinations better (also no more \hbox warnings) -
3b0d053
- Keep all lines of a \cventry on the same page -
6602b4c
- No more \hbox issues -
3b0d053
,b0d745b
,fb14d04
- Wacky solutions to fix the \hbox warnings in \makecvheader -
30451a7
,8b2ab46
- Reworked the Makefile to work better with local and GitHub builds -
f713b6f
- Switch up \entrypositionstyle and \entrytitlestyle -
d323ab4
- Thinner lines in section dividers -
a01630f
- Unify font sizes -
73581ea
- Added extra colors from ColorCodes.io -
9e672fc
- Change the mobile icon to a phone -
6c512e8
- Added example for all supported social IDs -
7a38301
- Removed unnecessary empty lines -
6728ed1
There are two actions set up in this repository to compile PDF files:
-
The
manual_build.yml
will do this on demand by clicking the Run workflow button underActions
>>Workflows
>>Build CV on demand
. The resulting PDFs will be available zipped in theArtifacts
section of the successful run's summary. -
If you tag your changes (
git tag -a v*-*-* -m "Your comment here."
) therelease_build.yml
action will automatically compile the PDF files and will do a release.
A minimal Makefile
is included in this repo, so all you have to do is run the make
command in your terminal. If you do not want to install the full Tex Live distribution, install Docker and run the following command:
docker run --rm --user $(id -u):$(id -g) -i -w "/doc" -v "$PWD":/doc thomasweise/docker-texlive-full make
💡 For macOS users Colima is recommended.
The Awesome CV Class File (awesome-cv.cls
) is licensed under the LaTeX Project Public License v1.3c license.
The original .tex
files and those I have created or modified are licensed under the Attribution-ShareAlike 4.0 International license.
Feel free to take my .tex
files and modify them to create your own resume. But please don't use them for anything else without my permission!
You are not allowed to use my picture (profile.jpg
) for any purpose!