Skip to content
Snippets Groups Projects
letter.tex 1.18 KiB
Newer Older
\documentclass{letter}
\usepackage{graphicx}
\usepackage[top=1.5cm]{geometry}
\usepackage{tikz}
\usepackage{tikzpagenodes}
Daniel Thomas's avatar
Daniel Thomas committed
\usepackage{hyperref}
\usepackage{xcolor}

% For draft watermarks
\usepackage[nostamp]{draftwatermark}%
\SetWatermarkText{Draft}
\SetWatermarkScale{8}

\signature{\vspace{-1.5cm}NAME HERE}
\address{\vspace{2cm} \\ Computer \& Information Sciences \\ University of Strathclyde \\ Livingstone Tower \\ 26 Richmond Street \\ Glasgow \\ G1 1XH}
Daniel Thomas's avatar
Daniel Thomas committed
%\date{DATE}

\begin{document}

\begin{letter}{}

\begin{tikzpicture}[remember picture,overlay,shift={(current page.north east)}]
  \node[anchor=north east,xshift=-3cm,yshift=0.2cm]{\includegraphics[width=4cm]{strath_tab_sci.pdf}};
\end{tikzpicture}
\begin{tikzpicture}[remember picture,overlay,shift={(current page.south west)}]
  \node[anchor=south west,xshift=3cm,yshift=1cm,align=left,text width=\textwidth]{\footnotesize{\color{darkgray}\textbf{The place of useful learning}\\   The University of Strathclyde is a charitable body, registered in Scotland, number SC015263.}};
\end{tikzpicture}


\opening{Dear X,}


\closing{Yours sincerely, }% \\\vspace{1cm} \includegraphics[width=2cm]{signature.jpg}}



\end{letter}


\end{document}