Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/evoleinik/cv
Professional CV/Resume template built with LaTeX, featuring a modern design with customizable sections and automated build process. Includes responsive layout, custom typography, and professional styling using XeLaTeX. Perfect for tech professionals looking for a clean, maintainable resume format.
https://github.com/evoleinik/cv
cv cv-template latex latex-template resume resume-template
Last synced: 16 days ago
JSON representation
Professional CV/Resume template built with LaTeX, featuring a modern design with customizable sections and automated build process. Includes responsive layout, custom typography, and professional styling using XeLaTeX. Perfect for tech professionals looking for a clean, maintainable resume format.
- Host: GitHub
- URL: https://github.com/evoleinik/cv
- Owner: evoleinik
- Created: 2024-11-19T09:17:47.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-19T10:00:30.000Z (3 months ago)
- Last Synced: 2024-11-19T10:48:33.178Z (3 months ago)
- Topics: cv, cv-template, latex, latex-template, resume, resume-template
- Language: TeX
- Homepage:
- Size: 1.54 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CV - Eugene Oleinik
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.
## Example Output
![]()
![]()
## Technology Stack
- **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## Features
- **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## Getting Started
### Prerequisites
- LaTeX distribution (e.g., TeX Live, MikTeX, or Overleaf)
- GNU Make (optional, for building with the Makefile)### Installing MacTeX (for macOS users)
1. Install MacTeX using Homebrew:
```bash
brew install --cask mactex
```
Or download the installer from the MacTeX website:
1. Visit https://www.tug.org/mactex/
2. Download MacTeX.pkg
3. Run the installer
2. Verify installation:
```bash
xelatex --version
```### Building the Resume
1. Clone this repository:
```bash
git clone https://github.com/evoleinik/cv.git
cd cv
```2. Build the PDF:
```bash
make
```3. The output PDF will be available as `cv-2024.pdf`
## Customization
- Edit `cv-2024.tex` to update your resume details
- Adjust the Makefile if needed for custom build commands## License
This project is licensed under the MIT License. Feel free to use, modify, and distribute.
## Contact
For any inquiries or feedback, please reach out to [email protected]