The Informatics Letterhead Classes. =================================== Letter class designed to be used across the School of Informatics. Options ------- Font options (note: this only affects the font in the letterhead information, not the body of the letter itself) bookmanfont - The default font (available on all platforms) perpetua - The University Corporate Identity font [Note: Not available to most users] Printing options:- headedpaper - Only fill in missing details for pre-printed stationery. Address Options:- SBaddress - 80 South Bridge FHaddress - 5 Forrest Hill BPaddress - 2 Buccleuch Place KBaddress - James Clerk Maxwell Building (Default is dependent on affiliation (see below); if no affiliation, default is Kings Buildings.) Affiliation options -- specify at most one of these:- ITO - Informatics Teaching Organisation IGS - Informatics Graduate School LFCS - Lab. Foundations of Computer Science ICCS - Institute for Communicating and Collaborative Systems IANC - Institute for Adaptive and Neural Computation IRR - Institute for Representation and Reasoning IPAB - Institute for Perception, Action and Behaviour ICSA - Institute for Computer Systems Architecture AIAI - Artificial Intelligence Applications Institute CISA - Centre for Intelligent Systems and their Applications (Default is School with no unit name.) Customisations:- \extn{xxxx} - Set 650 extension (for headed paper only) \phone{xxxxxx} - Sets the phone number \secy{xxxxxx} - Sets a secretary's phone number \fax{xxxxxxx} - Sets the fax number (Note: all of the above should be specified as full xxx xxxx numbers; the prefix "+44 131" will be added to each.) \telex{} - Sets the telex address \email{xxx@yyy} - Sets email address \href{...} - Sets the department's/user's WWW page URL \signature{...} - As for latex letter class. Example -- type "texdoc infletrsample" to see what this looks like processed. ------- \documentclass[LFCS]{infletr} \begin{document} \extn{5180} \phone{650 5180} \secy{650 5198} \email{gordon@dcs.ed.ac.uk} \href{http://dcs.ed.ac.uk/home/gordon} \signature{ Dr Gordon Brebner\\ Deputy Head of School} \begin{letter}{To address 1\\ To address 2\\ To address 3\\ To address 4\\ } \opening{Dear Whoever,} \begin{center}\textbf{Re: This and that}\end{center} Waffle, etc. \closing{Yours sincerely,} \cc{Whoever....} \end{letter} \end{document}