- CLAUDE.md: project guidance for Claude Code (build commands, conventions, editing rules, CI notes) - AGENTS.md: agent-level task conventions for autonomous editing sessions - .claude/: skills, memory, and settings for Claude Code integration - docs/: research-backed LaTeX reference examples (small, medium, large-doc templates with latexmkrc, local .sty, CI workflow) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .claude/skills | ||
| .github/workflows | ||
| .vscode | ||
| docs | ||
| src | ||
| .gitignore | ||
| .yamllint.yaml | ||
| AGENTS.md | ||
| awesome-cv.cls | ||
| CLAUDE.md | ||
| icon.png | ||
| LICENCE | ||
| Makefile | ||
| README.md | ||
Mahdi Hoseini's CV
My professional CV and cover letter built with LaTeX
What is This Project?
This is Mahdi Hoseini's professional CV and cover letter, built using the Awesome CV LaTeX template. The template is inspired by Fancy CV and provides a clean, semantic markup that's easy to customize.
Features
- Professional Design: Clean and modern layout
- LaTeX Powered: High-quality PDF output
- Customizable: Easy to modify colors, fonts, and content
- Version Controlled: All changes tracked with Git
- CI/CD Ready: Automated PDF generation with GitHub Actions
Quick Start
Build Commands
# Build resume
make resume.pdf
# Build cover letter
make coverletter.pdf
# Build everything
make examples
# Clean build artifacts
make clean
Requirements
A full TeX distribution is required. TeX Live is recommended.
macOS:
brew install --cask mactex
Ubuntu/Debian:
sudo apt-get install texlive-full
Docker Alternative
If you don't want to install TeX locally:
docker run --rm --user $(id -u):$(id -g) -i -w "/doc" -v "$PWD":/doc texlive/texlive:latest make
In either case, this should result in the creation of {your-cv}.pdf
Credit
LaTeX is a fantastic typesetting program that a lot of people use these days, especially the math and computer science people in academia.
FontAwesome6 LaTeX Package is a LaTeX package that provides access to the Font Awesome 6 icon set.
Roboto is the default font on Android and ChromeOS, and the recommended font for Google’s visual language, Material Design.
Source Sans Pro is a set of OpenType fonts that have been designed to work well in user interface (UI) environments.
Contact
This is my personal CV repository. Feel free to use the LaTeX template as inspiration for your own resume, but please don't use my personal information or content without permission.
For questions about the LaTeX template or setup, feel free to open an issue on this repository.
Author
- Mahdi Hoseini - s-mahdi
Template Credits
This CV is built using the Awesome CV LaTeX template originally created by posquit0.
Dependencies
- LaTeX - Typesetting system
- FontAwesome6 - Icon package
- Roboto - Primary font
- Source Sans Pro - Secondary font