cv
cv copied to clipboard
π Personal Curiculum Vitae. Based on moderncv LaTeX package.
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
-
CV
- Table of Contents
- Usage
- Dependencies
- License
Usage
Make sure all dependencies are installed. Compile eivindml-cv.tex
with your favorite TeX/LaTeX engine, or use the automated gulp build script, by running:
npm install
gulp
For continous compiling run gulp watch
.
Dependencies
The automated gulp build script in gulpfile.js
requires the pdflatex
distribution to run. The TeX document depends on the moderncv (for styling) latex package to be available to the system. This can be installed by
sudo tlmgr install moderncv
To use the font used in this document, install it by
sudo tlmgr install alegreya
License
MIT Β© Eivind LindbrΓ₯ten