2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-25 14:28:05 +02:00
This commit is contained in:
Martin Thoma 2014-11-13 10:07:15 +01:00
parent 513c218c65
commit 401592c60d
2 changed files with 4 additions and 4 deletions

View file

@ -33,15 +33,14 @@
% set letter variables % set letter variables
\signature{\Vorname~\Nachname} \signature{\Vorname~\Nachname}
% \customer{\Matrikelnr}
\backaddress{\Vorname~\Nachname, \Strasse~\Hausnummer, \PLZ~\Ort} \backaddress{\Vorname~\Nachname, \Strasse~\Hausnummer, \PLZ~\Ort}
\newkomavar*[Matrikelnummer]{mtgldsnr} \newkomavar*[Matrikelnummer]{matrikelnummer}
\setkomavar{mtgldsnr}{\Matrikelnr} \setkomavar{matrikelnummer}{\Matrikelnr}
\newkomavar*[Email]{email} \newkomavar*[Email]{email}
\setkomavar{email}{\email} \setkomavar{email}{\email}
% Begin document %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Begin document %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document} \begin{document}
\begin{letter}{\Empfaenger \\ \EStrasse \\ \EPLZ~\EOrt \\ info@martin-thoma.de} \begin{letter}{\Empfaenger \\ \EStrasse \\ \EPLZ~\EOrt}
\date{\today}%Change this if you want a different date than today \date{\today}%Change this if you want a different date than today
\subject{\DocTitle} \subject{\DocTitle}
\opening{Sehr geehrte Damen und Herren des Informatik-Prüfungsausschusses,} \opening{Sehr geehrte Damen und Herren des Informatik-Prüfungsausschusses,}
@ -49,6 +48,7 @@
hiermit beantrage ich die Zulassung zur Prüfung folgender Module für hiermit beantrage ich die Zulassung zur Prüfung folgender Module für
insgesamt 18~ECTS im Ergänzungsfach Mathematik für den Master Informatik: insgesamt 18~ECTS im Ergänzungsfach Mathematik für den Master Informatik:
% Adjust this to your needs:
\begin{itemize} \begin{itemize}
\item \texttt{[MATHBAST01]} Einführung in die Stochastik (6 ECTS) \item \texttt{[MATHBAST01]} Einführung in die Stochastik (6 ECTS)
\item \texttt{[MATHBAST02]} Wahrscheinlichkeitstheorie (6 ECTS) \item \texttt{[MATHBAST02]} Wahrscheinlichkeitstheorie (6 ECTS)