eivindml / cv

📄 Personal Curiculum Vitae. Based on moderncv LaTeX package.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

📄 Personal Curiculum Vitae. Based on moderncv LaTeX package.

License:MIT License


Languages

Language:TeX 87.3%Language:JavaScript 8.0%Language:Dockerfile 4.7%