Giter Club home page Giter Club logo

latex-cv's Introduction

Concise and Latex-based CV

Building the CV as pdf: Simply call the provided build.sh, which almost silently compiles the tex source files to pdf and cleans up any temporary files (note that failures are also silent):

#creates cv.pdf
echo "building cv.pdf"
pdflatex cv &> /dev/null

#creates cv-short.pdf
echo "building cv-short.pdf"
pdflatex -jobname cv-short "\def\shortcv{1} \input{cv.tex}"  &> /dev/null



# generates png previews of long and short CV
echo "generating png preview from cv.pdf"
convert -density 200 -append cv.pdf -quality 85 -alpha remove -alpha off preview/cv.png   &> /dev/null

echo "generating png preview from cv-short.pdf"
convert -density 200 -append cv-short.pdf -quality 85 -alpha remove -alpha off preview/cv-short.png   &> /dev/null



echo "file sizes"
du -sh cv*.pdf
du -sh preview/cv*.png

echo "removing temporary files"
#removes left-over temporary build files
bash clean.sh &> /dev/null

Credit for the original CV layout goes to https://github.com/cies/resume

Click here to download the long cv.pdf, the abridged cv-short.pdf or have a look at a (short cv) preview image below.


Short CV Preview (PNG)

preview/cv-short.png

latex-cv's People

Contributors

sebastian-lapuschkin-sideprojects avatar sebastian-lapuschkin avatar

Stargazers

Albert avatar Yu Jingrui avatar Dev avatar Markus Ritschel avatar

Watchers

James Cloos avatar  avatar

latex-cv's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.