Skip to content

tiagovla/cv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cv — Custom LaTeX Class for Curriculum Vitae

License Documentation CI Website

A minimal and elegant LaTeX class to create professional curriculum vitae easily. Designed for clean formatting and straightforward customization.


Preview

A live preview of the CV layout can be found here.


Features

  • Simple commands and environments for CV sections: Objective, Education, Experience, Skills, Projects, Publications.
  • Minimal and easy to extend .cls file.
  • Clean, professional layout focused on readability.
  • Compatible with pdflatex, xelatex, and lualatex.
  • Complete documentation available at https://tiagovla.github.io/cv.

Template

Write your CV with clean and minimal LaTeX code — just like this:

\documentclass{cv}

\name{Your Full Name}
\address{City, Country}
\email{you@example.com}
\phone{+55 31 91234-5678}

\begin{document}

\makeprofileheader

\begin{Objective}
    A short paragraph summarizing your goals or qualifications.
\end{Objective}

\begin{Education}
    \educationitem{University Name}{City, Country}{Degree}{Years}{Thesis Type}{Thesis Title}
\end{Education}

\begin{Experience}
    \experienceitem{Job Title}{Years}{Company/Institution}{City, Country}{
        \item Describe key responsibilities or achievements.
        \item Use multiple lines if necessary.
    }
\end{Experience}

\begin{Skills}
    \skillcategory{Category Name}{
        \skillitem{Skill 1, Skill 2, Skill 3}
    }
\end{Skills}

\begin{Projects}
    \projectitem{Project Title}{https://link-to-project}
\end{Projects}

\begin{Publications}
    \publicationitem{Author(s). Title}{Journal or Conference, Year}
\end{Publications}

\end{document}

License

This project is licensed under the MIT License — see the LICENSE file for details.


Contributing

This project is primarily developed for personal use. While you're welcome to explore the code, contributions and feature requests are not actively sought or maintained.

About

A custom LaTeX class designed for creating clean, professional, and easily maintainable academic CVs.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages