Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- %-------------------------
- % Resume in LaTeX (TEMPLATE)
- %-------------------------
- \documentclass[a4paper,11pt]{article}
- \usepackage{latexsym}
- \usepackage[empty]{fullpage}
- \usepackage{titlesec}
- \usepackage{marvosym}
- \usepackage[usenames,dvipsnames]{color}
- \usepackage{verbatim}
- \usepackage{enumitem}
- \usepackage[hidelinks]{hyperref}
- \usepackage{fancyhdr}
- \usepackage[english]{babel}
- \usepackage{tabularx}
- \usepackage{lmodern}
- \usepackage{fontawesome5}
- \usepackage{multicol}
- \setlength{\multicolsep}{-3.0pt}
- \setlength{\columnsep}{-1pt}
- \setlength{\footskip}{4.08003pt}
- \input{glyphtounicode}
- \usepackage{charter}
- \pagestyle{fancy}
- \fancyhf{}
- \fancyfoot{}
- \renewcommand{\headrulewidth}{0pt}
- \renewcommand{\footrulewidth}{0pt}
- % Adjust margins
- \addtolength{\oddsidemargin}{-0.65in}
- \addtolength{\evensidemargin}{-0.5in}
- \addtolength{\textwidth}{1.3in}
- \addtolength{\topmargin}{-.8in}
- \addtolength{\textheight}{1.4in}
- \urlstyle{same}
- \raggedbottom
- \raggedright
- \setlength{\tabcolsep}{0in}
- \titleformat{\section}{
- \vspace{-6pt}\scshape\raggedright\large\bfseries
- }{}{0em}{}[\color{black}\titlerule \vspace{-5pt}]
- \pdfgentounicode=1
- % Custom commands
- \newcommand{\resumeItem}[1]{\item\small{{#1 \vspace{-2pt}}}}
- \newcommand{\resumeSubheading}[4]{
- \vspace{-2pt}\item
- \begin{tabular*}{1.0\textwidth}[t]{l@{\extracolsep{\fill}}r}
- \textbf{#1} & \textbf{\small #2} \\
- \textit{\small#3} & \textit{\small #4} \\
- \end{tabular*}\vspace{-7pt}
- }
- \newcommand{\resumeProjectHeading}[2]{
- \item
- \begin{tabular*}{1.001\textwidth}{l@{\extracolsep{\fill}}r}
- \small#1 & \textbf{\small #2}\\
- \end{tabular*}\vspace{-7pt}
- }
- \newcommand{\resumeItemListStart}{\begin{itemize}}
- \newcommand{\resumeItemListEnd}{\end{itemize}\vspace{-5pt}}
- \newcommand{\resumeSubHeadingListStart}{\begin{itemize}[leftmargin=0.0in, label={}]}
- \newcommand{\resumeSubHeadingListEnd}{\end{itemize}}
- \renewcommand\labelitemi{$\vcenter{\hbox{\tiny$\bullet$}}$}
- %-------------------------------------------
- %%%%%% RESUME STARTS HERE %%%%%%%%%%%%%%%%%%%%%%%%%%%%
- \begin{document}
- %----------HEADER----------
- \begin{center}
- {\Huge \scshape {Jonas Kahnwald}} \\ \vspace{5pt}
- \small \raisebox{-0.1\height}\faPhone\ +91 00000 00000 ~
- \href{mailto:[email protected]}{\raisebox{-0.2\height}\faEnvelope\ \underline{Email}} ~
- \href{https://linkedin.com/in/jonas}{\raisebox{-0.2\height}\faLinkedin\ \underline{LinkedIn}} ~
- \href{https://github.com/jonas}{\raisebox{-0.2\height}\faGithub\ \underline{GitHub}} ~
- \href{https://leetcode.com/jonas}{\raisebox{-0.2\height}\faCode\ \underline{LeetCode}} ~
- \href{https://portfolio-site.com}{\raisebox{-0.2\height}\faGlobe\ \underline{Portfolio}}
- \end{center}
- %-----------EDUCATION-----------
- \section{Education}
- \resumeSubHeadingListStart
- \resumeSubheading
- {University Name}{Month YYYY -- Month YYYY}
- {\textit{Bachelor of Engineering in Major}, CGPA: \textbf{X.XX/10}}{City, Country}
- \resumeSubHeadingListEnd
- %-----------SKILLS-----------
- \section{Technical Skills}
- \begin{itemize}[leftmargin=0.15in, label={}]
- \small{\item{
- \textbf{Languages}{: C/C++, Java, Python, Go, Bash} \\
- \textbf{Frameworks}{: React, Node.js, Django, Spring Boot} \\
- \textbf{Tools \& DevOps}{: Docker, Kubernetes, Git, CI/CD, Linux} \\
- \textbf{Databases}{: PostgreSQL, MySQL, MongoDB} \\
- \textbf{Cloud \& Platforms}{: AWS, Azure} \\
- }}
- \end{itemize}
- %-----------PROJECTS-----------
- \section{Projects}
- \resumeSubHeadingListStart
- \resumeProjectHeading{\textbf{Project Name 1} $|$ \emph{Tech Stack} $|$ \href{https://github.com}{\faGithub\ github}}{}
- \resumeItemListStart
- \resumeItem{Brief one-line description of what the project does.}
- \resumeItem{Achievement/impact bullet showing measurable results.}
- \resumeItem{Key tech details about implementation.}
- \resumeItemListEnd
- \resumeProjectHeading{\textbf{Project Name 2} $|$ \emph{Tech Stack} $|$ \href{https://github.com}{\faGithub\ github}}{}
- \resumeItemListStart
- \resumeItem{Brief description of functionality.}
- \resumeItem{Key results and achievements.}
- \resumeItem{Technical implementation details.}
- \resumeItemListEnd
- \resumeSubHeadingListEnd
- %-----------ACHIEVEMENTS-----------
- \section{Achievements \& Activities}
- \begin{itemize}[leftmargin=0.15in]
- \small{
- \item Achieved \textbf{Rank X} in Competition / Exam.
- \item Participated in Hackathons / Events.
- \item Solved 300+ problems on LeetCode; Rating: XXX.
- \item Member of \textbf{Student Club / Community}.
- }
- \end{itemize}
- %-----------CERTIFICATIONS-----------
- \section{Certifications}
- \begin{itemize}[leftmargin=0.15in, label={}]
- \small{
- \item \textbf{Certification Name} $|$ Platform
- \item \textbf{Certification Name} $|$ Platform
- \item \textbf{Certification Name} $|$ Platform
- }
- \end{itemize}
- \end{document}
Advertisement
Add Comment
Please, Sign In to add comment