csc-poster/csc-letterhead-sample.tex

84 lines
2.6 KiB
TeX

%% This is csc-letterhead-sample.tex, a sample CSC letter.
%% Copyright (C) 2003 Computer Science Club of the University of Waterloo
%%
%% This program is free software; you can redistribute it and/or modify
%% it under the terms of the GNU General Public License as published by
%% the Free Software Foundation; either version 2 of the License, or
%% (at your option) any later version.
%%
%% This program is distributed in the hope that it will be useful,
%% but WITHOUT ANY WARRANTY; without even the implied warranty of
%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
%% GNU General Public License for more details.
%%
%% You should have received a copy of the GNU General Public License
%% along with this program; if not, write to the Free Software
%% Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
\documentclass{letter}
\usepackage{csc-letterhead}
% Your name.
\name{Calum T. Dalek}
% Your office, or title.
\office{President de facto}
% Your e-mail address.
\email{\url{president@csclub.uwaterloo.ca}}
% To change the date from its default.
%\date{\today}
% To customise the signature block.
%\signature{\dotfill \\ \fromname \\ \fromoffice}
% To use a different letter style
%\letterstyle{full}
%\letterstyle{semi}
%\letterstyle{modified}
\begin{document}
% You may have more than one letter per document. Each letter is
% enclosed in a "letter" environment.
\begin{letter}{%
Dr. Who,\\
c/o British Broadcasting Corporation,\\
Broadcasting House,\\
Portland Place,\\
London,\\
W1A 1AA.
}
% The optional subject line for formal letters.
%\subject{Re: Purchasing the complete Doctor Who television series.}
% The salutation. Use a colon suffix for formal letters, and a comma
% suffix for friendly ones.
\opening{Dear Dr. Who:}
I suspect that you read this quite often, and I'm very sorry to waste
your precious time, but I must admit that I am a great fan of yours.
Consequently, I would like to enquire how to purchase a complete set of
your television series. I am interested in acquiring them as VHS tapes,
or perhaps even as DVDs. Please inform me as to the best way to acquire
said programmes so that I may enjoy them at my leisure.
Thank you very much for your time and attention, I do enjoy your work.
% The closing. This also creates a signature.
\closing{Yours sincerely,}
% Optional postscripts.
\ps{P.S. I am awaiting your reply with bated breath.}
\ps{P.P.S. This is, of course, metaphorical since I do not breathe.}
% For carbon-copying other people.
\cc{Leela,\\
Perpugilliam Brown,\\
Romana}
% List your attachments.
\encl{An autographed photograph.}
\end{letter}
\end{document}