Skip to content

mdauthentic/se-resume

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SE-Resume Template

This is a clean and elegant Latex CV template.

Usage

se-resume.cls

The template style is defined in the se-resume.cls class. Use this style by adding it to your document class as follows;

\documentclass{se-resume}

% set header

\begin{document}
    % document body
\end{document}

Set header values

\name{John Doe}
\subtitle{Backend Engineer}
\setphone{+33-123-456-789}
\setemail{[email protected]}
\setlinkedin{john-doe}
\setgithub{johndoe}

Section

\section{<icon>}{Text}

<icon> is fontawesome5 icon

cvblock

\begin{cvblock}
  % everything comes inside this block
\end{cvblock}

entryheader

The entry header is particularly useful for the experience section where the company name, date, position and city can be specified.

\entryhead{Company}{Date}{Position}{City, Country}

simpleheader

A simple header with two parameters, on the left and right side respectively

\simpleheader{Title}{Date}

cventrylist

A list is defined in a cventrylist entry block

\begin{cventrylist}
    \entryitem{Item 1}
    \entryitem{Item 2}
    \entryitem{Item 3}
\end{cventrylist}

itemdetailed

A detailed list with item on both can be defined using itemdetailed

\itemdetailed{Some Long text}{Short text}

skillsentry

Skills are defined with the skillsentry command.

\skillsentry{Languages} {Scala, Python, Java, SQL, Bash}

tagline

This can be used to display tech stack below each experience entry for example.

\tagline{Scala, Python, Java, Apache Spark, Flink}

Preview

This template is filled with dummy text, feel free to edit and use.

preview

You can preview the generated pdf here

Credits

  • This template is based on the works of Leslie Cheng and sb2nov.

  • This template uses FontAwesome Icons.

Releases

No releases published

Packages

 
 
 

Languages