summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/uantwerpendocs/uantwerpenletter-example.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/uantwerpendocs/uantwerpenletter-example.tex')
-rw-r--r--Master/texmf-dist/doc/latex/uantwerpendocs/uantwerpenletter-example.tex92
1 files changed, 57 insertions, 35 deletions
diff --git a/Master/texmf-dist/doc/latex/uantwerpendocs/uantwerpenletter-example.tex b/Master/texmf-dist/doc/latex/uantwerpendocs/uantwerpenletter-example.tex
index f02f25d1bcf..51455d402da 100644
--- a/Master/texmf-dist/doc/latex/uantwerpendocs/uantwerpenletter-example.tex
+++ b/Master/texmf-dist/doc/latex/uantwerpendocs/uantwerpenletter-example.tex
@@ -8,7 +8,7 @@
%%
%% This is a generated file.
%%
-%% Copyright (C) 2013-2022 by Walter Daems <walter.daems@uantwerpen.be>
+%% Copyright (C) 2013-2024 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
@@ -26,7 +26,10 @@
%%
\documentclass[ti,a4paper]{uantwerpenletter}
-%% You can suppress the foldline, using the nofoldline option.
+%% 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
@@ -44,9 +47,15 @@
\usepackage{sansmathaccent}
\fi
+%% load the proper language(s) (last language will trigger the language
+%% of the logo a.o.)
\usepackage[english]{babel}
-\usepackage{kantlipsum} % this is just for some dummy text, please remove
+%% 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{
@@ -57,8 +66,12 @@
\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{
@@ -66,45 +79,54 @@
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}
- \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.
-
- \kant[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}
- }
+%% 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'.