Skip to content

emaraschio/cv-with-latex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My CV

A professional curriculum vitae (CV) built using the Awesome-CV LaTeX template.

Overview

This project uses the Awesome-CV template created by posquit0, which provides a clean, modern LaTeX template for creating professional CVs and resumes.

Features

  • Clean and professional design
  • LaTeX-based document
  • Easily customizable sections
  • Modern typography

Prerequisites

To build this CV, you'll need:

  • A LaTeX distribution (e.g., TeX Live, MiKTeX)
  • XeLaTeX compiler

Usage

  1. Clone this repository:

  2. Edit the CV content in the main .tex file

  3. Compile using XeLaTeX: xelatex cv.tex

  4. View the compiled PDF: open cv.pdf

Customization

You can customize various aspects of the CV by:

  • Modifying the .tex files
  • Adjusting colors and styling in the template
  • Adding or removing sections as needed

License

This project is licensed under the same terms as Awesome-CV. See the LICENSE file for details.

Run Locally using Docker

The following command will parse the text files and generate the PDF file:

docker run --rm -i -v`pwd`:/data -v`pwd`/fonts:/root/.fonts mingc/latex xelatex emaraschio.tex

Releases

No releases published

Packages

No packages published

Languages