https://github.com/lexxn0x3/cv
A clean, multilingual LaTeX resume template supporting German and English with easy configuration for personal details. Uses LuaLaTeX and IBM Plex Sans for modern typography.
https://github.com/lexxn0x3/cv
cv ibm-plex-sans latex lualatex modern-design multilingual resume template
Last synced: 7 months ago
JSON representation
A clean, multilingual LaTeX resume template supporting German and English with easy configuration for personal details. Uses LuaLaTeX and IBM Plex Sans for modern typography.
- Host: GitHub
- URL: https://github.com/lexxn0x3/cv
- Owner: Lexxn0x3
- License: gpl-3.0
- Created: 2025-01-23T20:00:33.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-01-23T20:22:02.000Z (9 months ago)
- Last Synced: 2025-01-23T21:23:30.464Z (9 months ago)
- Topics: cv, ibm-plex-sans, latex, lualatex, modern-design, multilingual, resume, template
- Language: TeX
- Homepage:
- Size: 239 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Multilingual Resume Template
This LaTeX template supports multiple languages (English and German) and allows easy configuration for personal details like name, address, and contact information.
## Features
- Multi-language support: Easily switch between English and German.
- Configurable details: Define personal information in one place.
- Clean and modern design using `IBM Plex Sans`.## Requirements
1. **Compiler**: Use **LuaLaTeX**.
2. **Font**: Install `IBM Plex Sans` on your system:
- Download from [IBM Plex GitHub](https://github.com/IBM/plex).
- Add the font to your system's font library.## Configuration
Personal details can be set in the configuration section in the `.tex` file:
```latexewcommand{\configName}{John Doe}
ewcommand{\configAddress}{Example Street 123}
ewcommand{\configCity}{12345 Sample City}
ewcommand{\configCountry}{Germany}
ewcommand{\configPhone}{+49 123 456 7890}
ewcommand{\configEmail}{example@example.com}
ewcommand{\configDateOfBirth}{01.01.1990 in Sampletown}
```## Usage
1. Clone the repository.
2. Configure your details in the `.tex` file.
3. Compile with LuaLaTeX:
```bash
lualatex resume.tex
```## License
This project is licensed under the GPL V3 License.