Templates

Expressive Resume

Preview

Expressive Resume

A beautiful resume/cover letter LaTeX template pair that are extraordinarily easy to use.

Category

Resume & CV

License

Free to use (MIT)

File

src/resume.tex

resume.texRead-only preview
\documentclass{ExpressiveResume}

% ----- Resume -----
\begin{document}

% ----- Name + Contact Information -----
\resumeheader{John N. Doe}
  {\email{john.doe@example.com}}{\linkedin{thehale}}
  {\github{thehale}}{\phone{123-456-7890}}

\objective{A software engineering graduate with 2 years of work
    experience at various internships seeking opportunities to develop
    web/mobile applications for Company XYZ.}

% ----- Work Experience -----
\section{Work Experience}

\experience{Radiant Software Systems}{Super City, State}{%
    \role{Software Engineer}{2021 - 2024}{
        \achievement{
            Developed a mobile app in \tech{React Native} that was
            downloaded 100k times on Google Play.
        }
    }
    \role{Summer Intern \parttime}{2021}{
        \achievement{
            Collaborated in an \tech{Agile/Scrum} team of 8 engineers to
            deliver new features every 2 weeks.
        }
    }
}

% ----- Technical Projects -----
\section{Technical Projects}

\project{Expressive Resume}{2021-2024}{
    \achievement{
        Created a \tech{\LaTeX} class
        that enables anyone to quickly
        create a beautiful resume
        and cover letter.
    }
}

% ----- Education -----
\section{Education}

\degree{B.S. Software Engineering \honors{Summa Cum Laude}}{Super Duper University}{2022}{
    \achievement{Ranked \#15 out of 463 students}
}

% ----- Awards -----
\section{Awards}

\award{Employee of the Month}{Radiant Software Systems}{2023}{
    \achievement{Did some amazing stuff that really benefitted the company}
}

\end{document}
Preview
Expressive Resume preview
Expressive Resume LaTeX Template | Bibby | Bibby AI