Skip to content

Latest commit

 

History

History
executable file
·
67 lines (46 loc) · 1.58 KB

File metadata and controls

executable file
·
67 lines (46 loc) · 1.58 KB

Sample

License Donate

Personal CV. Created to be modular, so it's really simple and quick to add/remove sections, just by commenting one line. The PDF output can be found [here in the build folder](build/eivindml-cv.pdf).

Table of Contents

Usage

Make sure all dependencies are installed. Build the CV using the Makefile:

make          # Build the PDF
make clean    # Remove temporary files
make watch    # Watch for changes and rebuild (requires entr)
make open     # Build and open the PDF (macOS)

You can also compile src/eivindml-cv.tex directly with your favorite TeX/LaTeX engine.

Dependencies

Building requires pdflatex to be installed on your system. The TeX document depends on the moderncv LaTeX package for styling. Install it with:

sudo tlmgr install moderncv

To use the Alegreya Sans font used in this document:

sudo tlmgr install alegreya fontaxes

For the make watch target, install entr:

brew install entr  # macOS

License

MIT © Eivind Lindbråten