%% %% This is file `uantwerpenletter-example.tex', %% generated with the docstrip utility. %% %% The original source files were: %% %% uantwerpendocs.dtx (with options: `le-example') %% %% This is a generated file. %% %% Copyright (C) 2013-2024 by Walter Daems %% %% This work may be distributed and/or modified under the conditions of %% the LaTeX Project Public License, either version 1.3 of this license %% or (at your option) any later version. The latest version of this %% license is in: %% %% http://www.latex-project.org/lppl.txt %% %% and version 1.3 or later is part of all distributions of LaTeX version %% 2005/12/01 or later. %% %% This work has the LPPL maintenance status `maintained'. %% %% The Current Maintainer of this work is Walter Daems. %% \documentclass[ti,a4paper]{uantwerpenletter} %% ti specifies the department, change to the letter combination of %% your department %% a4paper specifies the paper format %% nofoldline this suppresses the foldline %% %% As a good UAntwerpen citizen, you would use the calibri font. %% As this only works for XeLaTeX or LuaLaTeX, we chose to include %% cmbright in any other case. \iftutex \usepackage{cmbright} \usepackage{fontspec} \setmainfont [UprightFont = *, BoldFont = *b, ItalicFont = *i, BoldItalicFont = *z, ] {calibri} \usepackage{sansmathaccent} \fi %% load the proper language(s) (last language will trigger the language %% of the logo a.o.) \usepackage[english]{babel} %% this is just for some dummy text, please remove in your copy \usepackage{kantlipsum} %% provide info on who sensd the letter, you can put this in a %% configuration file, see the documentation of the letter class! \sender{prof. Walter Daems}{Senior Lecturer} \unit{Cosys-Lab} \address{ Campus Groenenborger\\ Groenenborgerlaan 171\\ B-2020 Antwerpen\\ BELGIUM} \email{walter.daems}{uantwerpen.be} \phone{+32 3 265 98 43} \mobile{+32 499 355 115} %% set a return address - if you want to avoid the infernal anger of %% the UAntwerp internal post service \returnaddress{FTI - U.301 -- Groenenborgerlaan 171, 2020 Antwerpen, BELGIUM} %% provide some details on who you want to write to \to{prof. B. Bonette} \toorganization{Mumford University} \toaddress{ 450 Morning Mall\\ Mumford, DX 94305-2004\\ USA} %% a proper letter mentions a date of writing and a subject \date{January 3, 2016} \subject{Congratulations for online video lectures} \begin{document} %% This puts all logo's / address / subject where it needs to be \maketitle %% be polite when starting a letter, and address your audience \opening{Dear prof. Bonette,} I'd like to congratulate you and the other professors of your university on the very instructive video lectures provided by your University. They are valued very highly. You inspired many a professor at our university to provide more technical content beyond classical paper courses. Based on your inspiring lectures, some students desire to candidate themselves for taking an internship at your university. You can find their details enclosed. %% Below, you can find a few more dummy paragraphs to illustrate that %% this class can generate multipage letters. \kant[1-3] %% time to say goodbye \closing{Kind regards,} %% you might want to insert a signature picture or text: %% \signature{\includegraphics{signature.jpg}} %% mention who receives a copy of this letter if needed \carboncopy{prof. S. Mariotte, Mumford University} %% specify what extras can be found in the envelope if needed \enclosed{ \begin{enumerate} \item list of course numbers that are most fequently viewed at our university (1pp) \item a list of students desiring to take an internship at Mumford University (2pp) \end{enumerate} } \end{document} \endinput %% %% End of file `uantwerpenletter-example.tex'.