This repository contains the LaTeX source code and Makefile for the professional resume of Eugene Oleinik, highlighting achievements and experiences in technology leadership, engineering, and business growth.
- LaTeX: Core document preparation system
- XeLaTeX: LaTeX engine for modern font support
- Packages:
- geometry: Page layout customization
- hyperref: PDF metadata and links
- fontspec: Modern font handling
- xcolor: Custom color definitions
- titlesec: Section formatting
- fontawesome5: Icons
- graphicx: Image handling
- multicol: Multi-column layouts
- enumitem: List customization
- Clean and professional design: Uses LaTeX for high-quality typesetting
- Easy customization: Modify the LaTeX source to update information
- Automated PDF generation: Build the resume using the provided Makefile
- LaTeX distribution (e.g., TeX Live, MikTeX, or Overleaf)
- GNU Make (optional, for building with the Makefile)
-
Install MacTeX using Homebrew:
brew install --cask mactex
Or download the installer from the MacTeX website:
- Visit https://www.tug.org/mactex/
- Download MacTeX.pkg
- Run the installer
-
Verify installation:
xelatex --version
-
Clone this repository:
git clone https://github.com/evoleinik/cv.git cd cv -
Build the PDF:
make
-
The output PDF will be available as
cv-2024.pdf
- Edit
cv-2024.texto update your resume details - Adjust the Makefile if needed for custom build commands
This project is licensed under the MIT License. Feel free to use, modify, and distribute.
For any inquiries or feedback, please reach out to evoleinik@gmail.com

