Giter Club home page Giter Club logo

cv's Introduction

Curriculum vitae

screenshot

LaTeX Package Font

Resume built using LaTeX and moderncv.

witekbobrowski-cv.pdf

Contents

.
โ”œโ”€โ”€ LICENSE
โ”œโ”€โ”€ README.md
โ”œโ”€โ”€ builds
โ”‚ย ย  โ””โ”€โ”€ witekbobrowski-cv.pdf
โ”œโ”€โ”€ sections
โ”‚ย ย  โ”œโ”€โ”€ education.tex
โ”‚ย ย  โ”œโ”€โ”€ experience.tex
โ”‚ย ย  โ”œโ”€โ”€ languages.tex
โ”‚ย ย  โ”œโ”€โ”€ scholarships.tex
โ”‚ย ย  โ””โ”€โ”€ skills.tex
โ””โ”€โ”€ witekbobrowski-cv.tex

Very simple structure so only few things worth explaining here:

  • witekbobrowski-cv.tex is the main file that defines document structure and links other tex files from sections directory.

  • sections directory contains other tex files that are separating CV content into smaller modules making it more readable.

  • builds directory is here to not have top directory cluttered with build output

  • witekbobrowski-cv.pdf is the most recent build of the document. It's also the reason you are here.

Usage

Dependencies

If you really want to build it from source, make sure to have following dependencies installed:

  • LaTeX distribution appropriate for your platform.

  • moderncv package that makes this document look fancy.

  • Source Sans Pro font to make it even prettier.

  • lualatex compilation tool of choice, feel free to use different one (you may encounter some errors).

Building

Simple

To compile the document using lualatex run:

$ lualatex witekbobrowski-cv.tex

Customised

What I like to do is to supply lualatex with these extra options for customised behaviour:

  • --output-directory=builds makes the output land in the builds directory.

  • --output-format=pdf not really needed but makes it explicit for lualatex to produce PDF file.

  • --interaction=batchmode stops lualatex from printing houndreds of lines into the terminal.

$ lualatex --output-directory=builds --output-format=pdf --interaction=batchmode witekbobrowski-cv.tex

The output is where it should be, and compilation message is short and sweet:

This is LuaTeX, Version 1.0.4 (TeX Live 2017)
 restricted system commands enabled.

luaotfload | main : initialization completed in 0.134 seconds%

cv's People

Contributors

witekbobrowski avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

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.