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

57
list/sprawko.tex Normal file
View File

@@ -0,0 +1,57 @@
\documentclass[a4paper,11pt]{letter}
\usepackage[utf8]{inputenc}
%\usepackage[polish]{babel}
\usepackage{blkarray}
%\usepackage[T1]{fontenc}
%\usepackage{polski}
\usepackage{fancyhdr}
\usepackage{url}
\usepackage{amsmath}
\usepackage{epsfig}
%\usepackage{subfigure}
\usepackage[table]{xcolor}
\usepackage[center]{caption}
%\usepackage{wrapfig},
%\usepackage[hypertex]{hyperref} % odnosniki w~tekscie i~url
\usepackage{listings}
\usepackage{indentfirst} %% POLSKIE AKAPITY
\usepackage{rotating} %% sidewaystable/figure
\setlength{\textheight}{23cm}
\setlength{\textwidth}{15.92cm}
\setlength{\footskip}{10mm}
\setlength{\oddsidemargin}{0mm}
\setlength{\evensidemargin}{0mm}
\setlength{\topmargin}{0mm}
\setlength{\headsep}{0mm}
\frenchspacing % francuskie zwyczaje typograficzne
\author{Robert Kmieć}
\date{\today~r.}
\signature{Robert Kmieć}
\address{Robert Kmieć\\ Wałowa 5 Street\\ 56-400 Oleśnica}
\begin{document}
\begin{letter}{Tieto Ltd \\ Rysia 1a Street\\53-656 Wrocław,
Poland}
\opening{Dear Sir~or Madam,}
I~am writing in response to Your advertisement about internship.
I~would like to take participate in development of NFC stack in Linux
kernel.
I~have always wanted to be a~part of OpenSource community, and I~hope
that Your company will help me, to become one.
My engineer's thesis subject was \textit{``A package for teaching real-time
systems using Linux Xenomai''}. During this project I~was working with
embedded systems and developing kernel modules for ARM based boards.
Now I~would like to expand my skills. I~am interested in new
technologies. Creating and developing them is my passion. That is why
I~would like to join Your team.
\closing{Yours faithfully,}
\encl{\begin{enumerate}
\item Curriculum Vitae
\end{enumerate}}
\end{letter}
\end{document}