Resume

Template for a LaTeX resume with automated GitHub workflow that publishes the resume to your github.io site.

Category

Resume & CV

License

Free to use (MIT)

File

resume.tex

resume.texRead-only preview
% !TeX root = resume.tex
\documentclass{resume} % custom class file
\usepackage{resume} % custom styling

%% PREAMBLE %%
\usepackage[english]{babel}
\usepackage{lipsum}  % load the lipsum package for fake text

%% SETTINGS %%

% \renewcommand{\ftsize}{12pt} % set font size
% \renewcommand{\defaultseparator}{$|$} % set the separator char
% \renewcommand{\defaultvspacing}{6pt} % set vertical spacing
% \renewcommand{\defaulthspacing}{2pt} % set horizontal spacing

%% select the font
\usepackage[default]{sourcesanspro} % recommeneded sans serif font
% \usepackage{charter} % recommeneded serif font

%% END SETTINGS %%

%% END PREAMBLE %%

%% BEGIN DOCUMENT %%
\begin{document}

%% RESUME HEADER %%
\resumeheader[
    alignment=c,
    firstname=Jane,
    lastname=Doe,
    subtitle={single line layout},
    % location={New York, NY}
]{
    \inlinelocation{New York, NY}\separator
    \resumeheaderlink{tel:+01234567890}{+0 (123) 456-7890}[\faPhone]\separator
    \resumeheaderlink{mailto:email@domain.com}{email@domain.com}[\faEnvelope]\separator
    \resumeheaderlink{https://linkedin.com/in/username}{username}[\faLinkedin]\separator
    \resumeheaderlink{https://github.com/username}{username}[\faGithub] %\separator
    % \resumeheaderlink{https://orcid.org/0000-0000-0000-0000}{0000-0000-0000-0000}[\faOrcid]
}

%% EDUCATION %%
\section{Education}

\edu[
    layout=3,
    name=University of Example,
    location={Example City, EX},
    date=\daterange{2022/06/01}{2022/08/01},
    gpa=3.21/4.00,
    degree=MSc
]{
    \begin{resumeitemize}
        \item \lipsum[1][1-2]
    \end{resumeitemize}
}

\edu[
    layout=3,
    name=University of Example,
    location={Example City, EX},
    date=\daterange{2022/06/01}{2022/08/01},
    gpa=3.78/4.00,
    degree=BSc
]{
    \begin{resumeitemize}
        \item \lipsum[1][2-3]
    \end{resumeitemize}
}

%% EXPERIENCE %%
\section{Experience}

\experience[
    layout=3,
    title=Job Title,
    company=Company,
    location={Example City, EX}, % use {} when you need a comma in the field
    date=\daterange{2022/06/01}{2022/08/01},
    link=https://google.com
]{
    \begin{resumeitemize}
        \item \lipsum[1][1-2]
    \end{resumeitemize}
}

\experience[
    layout=3,
    title=Another Job Title,
    company=Company,
    location={Example City, EX}, % use {} when you need a comma in the field
    date=\daterange{2021/06/01}{2021/08/01},
    link=https://google.com
]{
    \begin{resumeitemize}
        \item \lipsum[1][2-3]
    \end{resumeitemize}
}

%% RESEARCH %%
\section{Research/Projects}

\experience[
    layout=3,
    title=Research Assistant/Project Name,
    company=University Name,
    location={Example City, EX},
    date=\daterange{2020/06/01}{2020/08/01},
    link=https://www.example.com
]{
    Advised by Dr.~Firstname Lastname.
    \begin{resumeitemize}
        \item \lipsum[1][1-2]
    \end{resumeitemize}
}

%% AWARDS %%
\section{Awards}

\award[
    layout=1,
    title=Best Paper Award,
    organization=Conference on X,
    date=2023,
    amount=\$500
]{
    \quad\lipsum[1][2]
}

%% EXTRA-CURRICULARS %%
\section{Extra-curriculars}

\experience[
    layout=3,
    title=Club President,
    company=Organization,
    location={Example City, EX},
    date=\daterange{2022/06/01}{2022/08/01},
    link=https://www.example.com
]{
    \begin{resumeitemize}
        \item \lipsum[1][1-2]
    \end{resumeitemize}
}

%% PROFESSIONAL DEVELOPMENT %%
% \section{Professional Development}

%% SKILLS %%
\section{Skills (with bars)}

% example skill bars
\skillbar[width=5, percent=80, textcolor=white, height=0.6, rounding=7pt, layout=3]{Yodelling}

% \skillbar[width=5, height=0.25, rounding=4pt, percent=20, layout=3]{Kitesurfing}

% \skillbar[width=5, height=0.5, textcolor=white, rounding=6.5pt, percent=60, layout=3]{Juggling}

\section{Skills (by line)}

\skills[
    name={Some Skills},
]{
    Juggling, Baking, Origami, Whittling, Gardening, Storytelling, Mapmaking
}

% \section{Interests}
\section{Field Work}
\field[
    layout=3,
    activity=Lamp Post Inspection,
    who={City of Chicago},
    location={Chicago, IL},
    date=Sept 2025,
    length={3 days},
]{
    \begin{resumeitemize}
        \item \lipsum[1][1]
    \end{resumeitemize}
}

\section{Teaching}
\teaching[
    layout=3,
    course={ENG 100: Spelling},
    institution={Example College},
    location={Test Town, EX},
    date=\daterange{2025/04/01}{2025/06/06},
]{
    \begin{resumeitemize}
        \item \lipsum[1][2-3]
    \end{resumeitemize}
}

\section{Certifications}
\cert[
    layout=3,
    title={Knitting Instructor},
    organization={Knitting University},
    date=Aug 2025,
    expiration=Aug 2027,
]{}

%% PUBLICATIONS \& PRESENTATIONS %%
\section{Papers \& Talks\ssup{+}}
\nocite{*}
\printbibliography[heading=none]

%% END DOCUMENT %%
\end{document}
Preview
Resume preview
Resume LaTeX Template | Bibby | Bibby AI