This is a clean and elegant Latex CV template.
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}
\name{John Doe}
\subtitle{Backend Engineer}
\setphone{+33-123-456-789}
\setemail{[email protected]}
\setlinkedin{john-doe}
\setgithub{johndoe}
\section{<icon>}{Text}
<icon>
is fontawesome5 icon
\begin{cvblock}
% everything comes inside this block
\end{cvblock}
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}
A simple header with two parameters, on the left and right side respectively
\simpleheader{Title}{Date}
A list is defined in a cventrylist
entry block
\begin{cventrylist}
\entryitem{Item 1}
\entryitem{Item 2}
\entryitem{Item 3}
\end{cventrylist}
A detailed list with item on both can be defined using itemdetailed
\itemdetailed{Some Long text}{Short text}
Skills are defined with the skillsentry
command.
\skillsentry{Languages} {Scala, Python, Java, SQL, Bash}
This can be used to display tech stack below each experience entry for example.
\tagline{Scala, Python, Java, Apache Spark, Flink}
This template is filled with dummy text, feel free to edit and use.
You can preview the generated pdf here
-
This template is based on the works of Leslie Cheng and sb2nov.
-
This template uses FontAwesome Icons.