Skip to content

maxbarsukov/cv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

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

Repository files navigation

cv

Build LaTeX document License

en πŸ‡¬πŸ‡§ ru πŸ‡·πŸ‡Ί
README.md README.ru.md

Yet Another Resume made in LaTeX.

Table of contents

  1. Updates
  2. Getting Started
    1. Pre-reqs
    2. Building and Running
  3. Preview
  4. Contributing
  5. Code of Conduct
  6. License

Updates

πŸ”” Dec. 4, 2024 (v0.1.3)
  • Add resume for Ruby.
πŸ”” Oct. 12, 2024 (v0.1.2)
  • Add resume for Java.

Getting Started

Pre-reqs

Make sure you have git installed.

To build and run this app locally you will need a few things:

  • Check you have Make installed;

  • You need to have latexmk installed and some other packages. On Ubuntu you can install all needed packages with:

          sudo apt-get -qq update
          
          sudo apt-get install -y --no-install-recommends latexmk texlive-fonts-extra texlive-fonts-recommended texlive-latex-base texlive-latex-extra texlive-latex-recommended texlive-luatex texlive-xetex texlive-pictures texlive-lang-cyrillic texlive-bibtex-extra biber lmodern fonts-font-awesome
    

Clone this repository:

git clone git@github.com:maxbarsukov/cv.git

Building and Running

Builds cv-*.pdf to out/:

make # build all projects
make PROJECTS=cv-ruby # build only specified one

Cleans the temporary files generated by the tex programs in use:

make clean

Displays the compiled document in a common PDF viewer:

make display

Preview

Page. 1
Resume

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/maxbarsukov/cv. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the code of conduct.

Code of Conduct

Everyone interacting in the cv project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.

License

The project is available as open source under the terms of the LPPL-1.3c License.
Copyright 2024 Max Barsukov

Leave a star ⭐ if you find this project useful.