Skip to content

alchemmist/CV

Repository files navigation

Favicon Preview Resume (CV)

Github Last commit Stars Forks License Contributors Latexmk Build

This is my Curriculum Vita (CV) as a software engineer. I have two versions of CV (english and russian) already rednered in pdf directory. This repo have MIT license, so you can use it as a template for your CV or or whatever you want.

The resome.cls file it's a class of docuement (like article or book etc.) where define base document structure and visual view. I need to set it in a begining of CV tex file. This is a base header:

\documentclass[margin,line]{resume}

\usepackage[utf8]{inputenc}
\usepackage[english,russian]{babel}
\usepackage[T1]{fontenc}
\usepackage{fontawesome}

\usepackage[absolute]{textpos}
\usepackage{enumitem}

\usepackage{graphicx,wrapfig}
\usepackage{url}
\usepackage[colorlinks=true, pdfstartview=FitV, linkcolor=blue,
citecolor=blue, urlcolor=blue]{hyperref}
\pdfcompresslevel=9

\begin{document}
...
\end{document}

Building

You can build it with make:

make build

After that in pdf directory wil be build a pdf version of all .tex files in repo.

Questions | Contribute

If you have questions about this repo or you want to contribute, text me!

Demo

Favicon Preview

License

Licensed under of The MIT License.

Thanks for review

  • Anatoly Zinoviev
  • Alexander Shakhov
  • Natalia Kuznetsova
  • Mikhail Doshevsky
  • Yegor Bugayenko
  • Nikita Sobolev
  • Maxim Smirnov
  • Grigory Petrov
  • Pavel Sokolov
  • Mikhail Flenov
  • Julia Lukyanova
  • Ruslan Masgutov
  • Alexey Goloburdin
  • Mark Melixetyan
  • Kristina Lozbina
  • Ksenia Vdovkina

If you find your name here and you don't want for put your name here, text me on email: [email protected]. If you belive I make a typo in your name, sorry for that and report it in issue.

Contributors