This commit is contained in:
Robert Kmieć
2013-03-28 02:05:03 +01:00
commit 1215e1187a
14 changed files with 790 additions and 0 deletions

60
polskie/cv.tex Normal file
View File

@@ -0,0 +1,60 @@
\NeedsTeXFormat{LaTeX2e}
\documentclass{curve}
\usepackage[utf8]{inputenc}
\usepackage[plmath,OT4]{polski}
\usepackage{fullpage}
\usepackage{nopageno}
\usepackage{fancyhdr}
\leftheader{%
ul. Wałowa 5\\
56-400 Oleśnica
% al. Jerzego Waszyngtona 98 m. 18\\
% 04-015 Warszawa
}
\rightheader{%
E-mail: \texttt{robertkmiec1989@gmail.com}\\
Tel. kom.: (+48) 728-988-767
% Mobile: (+48) 605 611 224
}
\title{Robert Kmieć}
%\subtitle{and the subtitle}
\photo{zdjecie.jpg}
\setlength\subrubricspace{3pt}
\usepackage{color}
\makeatletter
\def\@@rubrichead#1{%
\@rubricfont%
\makebox[0pt][l]{\colorbox[gray]{0.7}{\makebox[\@almosttextwidth-\hfuzz]{}}}%
\makebox[\@almosttextwidth-\hfuzz][c]{#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}
\fancyhead{}
\fancyfoot[CO]{Wyrażam zgodę na przetwarzanie moich danych osobowych w~celach
rekrutacji, zgodnie z~Ustawą z~dn. 29 sierpnia 1997~r. o~ochronie danych
osobowych (Dz. U.~z~2002~r. Nr~101, poz. 926 z~późniejszymi zmianami).}
\makeheaders[t]
\maketitle
\thispagestyle{empty}
\makerubric{education}
\makerubric{experience}
\makerubric{skills}
\makerubric{misc}
\end{document}
%% cv.tex ends here.