Skip to content

This is a dedicated repository to tracking updates to my print resume

Notifications You must be signed in to change notification settings

echarlesgrasby/mdcv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mdcv

Purpose

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.

Future Enhancements

  • 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).

Compile

  • 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"

Setup Notepad++ Shortcut

these are really just notes for myself for when I inevitably have to setup another Notepad++ shortcut

  1. Select Run from the toolbar (or strike F5)

Select Run

  1. Input the following one-liner, giving the path to where the .ps1 script is located:

powershell.exe -file "D:\repos\mdcv\make-resume.ps1"

Input script one-liner

  1. Set Shortcut Parameters (including keystrokes)

Shortcut Parameters

About

This is a dedicated repository to tracking updates to my print resume

Resources

Stars

Watchers

Forks

Packages

No packages published