en π¬π§ | ru π·πΊ |
---|---|
README.md | README.ru.md |
Yet Another Resume made in LaTeX.
π Dec. 4, 2024 (v0.1.3)
- Add resume for
Ruby
.
π Oct. 12, 2024 (v0.1.2)
- Add resume for
Java
.
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
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
Page. 1 |
---|
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.
Everyone interacting in the cv project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.
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.