Hong Son's CV
Autor
Doan Hong Son
Last Updated
hace 5 años
License
Creative Commons CC BY 4.0
Resumen
A simple, common CV
A simple, common CV
\documentclass[paper=a4,fontsize=11pt]{scrartcl}
\usepackage[english]{babel}
\usepackage[utf8x]{inputenc}
\usepackage[protrusion=true,expansion=true]{microtype}
\usepackage{amsmath,amsfonts,amsthm}
\usepackage{graphicx}
\usepackage[svgnames]{xcolor}
\usepackage{geometry}
\textheight=700px
\usepackage{url}
\frenchspacing
\pagestyle{empty}
\usepackage{sectsty}
\sectionfont{
\usefont{OT1}{phv}{b}{n}
\sectionrule{0pt}{0pt}{-5pt}{3pt}}
\newlength{\spacebox}
\settowidth{\spacebox}{8888888888}
\newcommand{\sepspace}{\vspace*{1em}}
\newcommand{\MyName}[1]{
\Huge \usefont{OT1}{phv}{b}{n} \hfill #1
\par \normalsize \normalfont}
\newcommand{\MySlogan}[1]{
\large \usefont{OT1}{phv}{m}{n}\hfill \textit{#1}
\par \normalsize \normalfont}
\newcommand{\NewPart}[1]{\section*{\uppercase{#1}}}
\newcommand{\PersonalEntry}[2]{
\noindent\hangindent=2em\hangafter=0
\parbox{\spacebox}{
\textit{#1}}
\hspace{1.5em} #2 \par}
\newcommand{\SkillsEntry}[2]{
\noindent\hangindent=2em\hangafter=0
\parbox{\spacebox}{
\textit{#1}}
\hspace{1.5em} #2 \par}
\newcommand{\EducationEntry}[4]{
\noindent \textbf{#1} \hfill
\colorbox{Black}{%
\parbox{6em}{%
\hfill\color{White}#2}} \par
\noindent \textit{#3} \par
\noindent\hangindent=2em\hangafter=0 \small #4
\normalsize \par}
\begin{document}
\includegraphics[width=0.2\textwidth]{20184604.JPG}
\MyName{Doan Hong Son}
\MySlogan{Curriculum Vitae}
\NewPart{Personal details}{}
\PersonalEntry{Birth}{Mar 13, 2000}
\PersonalEntry{Gender}{Male}
\PersonalEntry{Address}{Nguyen Trai, Thanh Xuan, Hanoi}
\PersonalEntry{Phone}{0977284956}
\PersonalEntry{Mail}{\UrlFont{}
{doanhongson2000@gmail.com}}
\PersonalEntry{StudentID}{20184604}
\PersonalEntry{Status} {Single}
\NewPart{Education}{}
\EducationEntry{THCS-THPT Luong The Vinh}{2011-2015}{}
\EducationEntry{THCS-THPT Luong The Vinh}{2015-2018}{}
\EducationEntry{Hanoi University of Science and Technology}{2018-Now}{Mechatronics}
\NewPart{Skills}{}
\SkillsEntry{Languages}{English}
\SkillsEntry{Engineering Software}{\textsc{Solidworks(beginner)}}
\SkillsEntry{Additional software}{\textsc{Microsoft office(MS word,power point)}}
\NewPart{hobbies}{Robocon, SmartHome, Reading,...}
\NewPart{Character}{Genial,Active, Studious,Careful,sometimes Reticent}
\end{document}