This is simply a repository to track any changes that I make to my print resume. It is written in LaTeX and I compile it into a PDF whenever I want to make changes to it.
This repository was originally used for versioning a resume from Markdown, but I've since scrapped that and re-written the entire thing as a LaTeX doc.
- Get a Dockerized container working to compile the .tex file
- Integrate Docker build as a Github Action
- Setup a hook to build on merges to
master
and tag the master build with a new version each time (probably from a version file).
-
Linux (uses a Makefile)
- To build this on linux, pull the repo down locally and ensure that pdflatex is installed.
- Run make all && make-keep-pdf
-
Windows (uses a Powershell script)
- To build this on your windows machine, pull the repo down locally and ensure that pdflatex and SumatraPDF are installed.
- In a powershell session, run this invocation in the resume directory: make_resume.ps1 "N"
these are really just notes for myself for when I inevitably have to setup another Notepad++ shortcut
- Select Run from the toolbar (or strike F5)
- Input the following one-liner, giving the path to where the .ps1 script is located:
powershell.exe -file "D:\repos\mdcv\make-resume.ps1"
- Set Shortcut Parameters (including keystrokes)