59 lines
1.3 KiB
TeX
59 lines
1.3 KiB
TeX
\NeedsTeXFormat{LaTeX2e}
|
|
\documentclass{curve}
|
|
\usepackage[utf8]{inputenc}
|
|
\usepackage[plmath,OT4]{polski}
|
|
\usepackage{fullpage}
|
|
\usepackage{nopageno}
|
|
\usepackage{fancyhdr}
|
|
\usepackage{color}
|
|
|
|
\leftheader{
|
|
Wałowa 5 Street\\
|
|
56-400 Oleśnica
|
|
}
|
|
\rightheader{
|
|
E-mail: \texttt{robert.r.kmiec@gmail.com}\\
|
|
Mobile: (+48) 728-988-767
|
|
}
|
|
|
|
\title{\normalsize{Msc} \huge{Robert Kmieć}}
|
|
%\subtitle{and the subtitle}
|
|
%\photo{../zdjecie.jpg}
|
|
|
|
\setlength\subrubricspace{2pt}
|
|
\setlength\rubricspace{2pt}
|
|
|
|
\makeatletter
|
|
\def\@@rubrichead#1{
|
|
\@rubricfont
|
|
\makebox[0pt][l]{\colorbox[gray]{0.7}{\makebox[\@almosttextwidth-\hfuzz]{}}}
|
|
\makebox[\@almosttextwidth-\hfuzz][l]{#1}\par\vspace\rubricspace}
|
|
\def\@@subrubric#1{
|
|
\parbox{0cm}{
|
|
\raisebox{\@beforespace}{\@subrubricfont
|
|
\makebox[1ex][l]{\colorbox[gray]{0.7}{\textcolor[gray]{0.7}{M}}}#1}
|
|
\par\vspace\subrubricspace}
|
|
\@subrubricmark{#1}}
|
|
\makeatother
|
|
|
|
\begin{document}
|
|
|
|
\pagestyle{fancy}
|
|
% remove the header line
|
|
\renewcommand{\headrulewidth}{0pt}
|
|
\fancyhead[]{}
|
|
\fancyfoot[CO]{``I hereby give consent for my personal data to be processed by
|
|
IT Vista for the purpose of conducting recruitment for the position for which I
|
|
am applying.''}
|
|
|
|
\makeheaders[t]
|
|
\maketitle
|
|
\thispagestyle{empty}
|
|
|
|
\makerubric{education}
|
|
\makerubric{experience}
|
|
\makerubric{skills}
|
|
\makerubric{misc}
|
|
|
|
\end{document}
|