Skip to content

πŸ“„ Resume built using LaTeX and moderncv

License

Notifications You must be signed in to change notification settings

witekbobrowski/cv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

33 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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%

About

πŸ“„ Resume built using LaTeX and moderncv

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages