summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/uantwerpendocs/uantwerpenletter-example.tex
blob: d03d68ce27ef59c988cee5889ead846033e42d9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
%%
%% 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-2019  by Walter Daems <walter.daems@uantwerpen.be>
%% 
%% 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.
%% 
\def\fileversion{2.4}
\def\filedate{2019/04/10}
\documentclass[a4paper]{uantwerpenletter}

%% As a good UAntwerpen citizen, you would use the calibri font.
%% As this only works for XeLaTeX or LuaLaTeX, we chose to include
%% cmbright instead. So for ease of use, we include:
\usepackage{cmbright}
%% But if you have XeLaTeX or LuaLaTeX, use the following instead:
%%\usepackage{fontspec}
%%\setmainfont{Calibri}

\usepackage[english]{babel}
\usepackage{lipsum}  % this is just for some dummy text, please remove

\sender{Prof. Walter Daems}{Senior Lecturer}
\facultyacronym{TI}
\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}
\returnaddress{FTI - U.301 -- Groenenborgerlaan 171, 2020 Antwerpen, BELGIUM}

\to{Prof. B. Bonette}
\toorganization{Mumford University}
\toaddress{
  450 Morning Mall\\
  Mumford, DX 94305-2004\\
  USA}

\date{January 3, 2016}
\subject{Congratulations for online video lectures}

\begin{document}
  \maketitle

  \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 paragraphs to illustrate that this
  class can generate multipage letters.

  \lipsum[1-3]

  \closing{Kind regards,}
  % you might want to insert a signature picture or text:
  % \signature{\includegraphics{signature.jpg}}
  \carboncopy{Prof. S. Mariotte, Mumford University}
  \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'.