first upload

This commit is contained in:
Meik Hellmund 2021-06-16 16:39:19 +02:00
parent e73a8b9b7b
commit 36ebf609ff
6 changed files with 3244 additions and 0 deletions

66
.gitignore vendored Normal file
View File

@ -0,0 +1,66 @@
## Core latex/pdflatex auxiliary files:
*.aux
*.lof
*.log
*.lot
*.fls
*.out
*.toc
*.fmt
*.fot
*.cb
*.cb2
.*.lb
## Intermediate documents:
*.dvi
## Bibliography auxiliary files (bibtex/biblatex/biber):
*.bbl
*.bcf
*.blg
*-blx.aux
*-blx.bib
*.run.xml
## Build tool auxiliary files:
*.fdb_latexmk
*.synctex
*.synctex(busy)
*.synctex.gz
*.synctex.gz(busy)
*.pdfsync
## Build tool directories for auxiliary files
# latexrun
latex.out/
## Auxiliary and intermediate files from other packages:
# algorithms
*.alg
*.loa
# amsthm
*.thm
# beamer
*.nav
*.pre
*.snm
*.vrb
# makeidx
*.idx
*.ilg
*.ind
# minted
_minted*
*.pyg
# auto folder when using emacs and auctex
./auto/*
*.el
# emacs
*~
.#*

BIN
examplelttr.pdf Normal file

Binary file not shown.

49
examplelttr.tex Normal file
View File

@ -0,0 +1,49 @@
\documentclass[unibrief]{scrlttr2}
\usepackage[ngerman]{babel} % change language here
\usepackage[utf8]{inputenc} % whatever input encoding you use
\usepackage[math]{blindtext} % remove this line
% (unless you need \blindtext)
\begin{document}
% This text will appear in the top right corner, below
% Fakultaet and Institut
\setkomavar{fromname}{Dr. Meik Hellmund}
% This text is used at the end of the letter
\setkomavar{signature}{Meik Hellmund}
% your e-mail, phone, fax for the right column
\setkomavar{fromemail}{Meik.Hellmund@math.uni-1eipzig.de}
\setkomavar{fromphone}{+49\,341\,97-32155}
\setkomavar{fromfax}{+49\,341\,97-39333}
% subject line/Betreff-Zeile
\setkomavar{subject}{Meine Anfrage vom 11.11.}
\begin{letter}{Frau Prof. Miriam Meier\\
Mathematisches Institut\\
Uni Woanders\\
23456 Woanders}
\opening{Sehr geehrte Frau Professor Meier,}
\blindtext
\Blindtext
\closing{Mit freundlichen Grüßen}
% Anlagen
\encl{22 Aufkleber\\
11 Kaubonbons}
\end{letter}
\end{document}
% Note:
% you have to "latex" this twice, since the page numbers are of the
% form "1|3", "2|3", "3|3" and the "|3" is only known after the
% first latex run
% -----------------------------------EOF----------------------------

3033
logo.eps Normal file

File diff suppressed because it is too large Load Diff

BIN
logo.pdf Normal file

Binary file not shown.

96
unibrief.lco Normal file
View File

@ -0,0 +1,96 @@
%
% version 1.0 15 january 2018 MH
%
\ProvidesFile{unibrief.lco}[letter-class-option file]
\KOMAoptions{
fontsize=10pt,
foldmarks=MPvb,
backaddress=plain,
% fromlogo,
% fromalign=right,
pagenumber=footright,
refline=nodate
}
% font stuff
\RequirePackage[stretch=10]{microtype}
\RequirePackage{libertine}
\RequirePackage[T1]{fontenc}
\RequirePackage[libertine]{newtxmath}
\RequirePackage{lastpage}
\RequirePackage{graphicx}
% logo
\@addtoplength{firstheadvpos}{4mm}
\setkomavar{fromlogo}{%
\hspace*{-5mm}\includegraphics[width=81mm]{logo}}
\setkomavar{firsthead}{\usekomavar{fromlogo}\hfill}
\setkomavar{backaddress}{Universit{\"a}t Leipzig, Fakult{\"a}t f{\"u}r Mathematik und Informatik, 04081 Leipzig}
\setlength{\oddsidemargin}{\useplength{toaddrhpos}}%
\addtolength{\oddsidemargin}{-1in}%
\setlength{\textwidth}{12.7cm}
\@setplength{locvpos}{\useplength{firstheadvpos}}
\@setplength{locwidth}{46mm}
\@setplength{lochpos}{10mm}
\@setplength{locheight}{27.2cm}
\@setplength{backaddrheight}{1.4cm}
% rechte Spalte
\setkomavar{location}{%
\begin{tabular}[t]{l@{}}
{}\\[2mm]
\textbf{Fakult{\"{a}}t f{\"{u}}r}\\
\textbf{Mathematik und Informatik}\\[2pt]
\textbf{Mathematisches Institut}\\[2pt]
\usekomavar{fromname}
\end{tabular}%
\\[45mm]
{\small
\begin{tabular}[t]{l@{}}
Telefon \usekomavar{fromphone}\\
Telefax \usekomavar{fromfax}\\
\usekomavar{fromemail}\\[12mm]
\usekomavar{date}\\[22mm]
\textbf{Universit{\"a}t Leipzig}\\[1mm]
\textrm{Fakult{\"{a}}t f{\"{u}}r Mathematik}\\
\textrm{und Informatik}\\[1mm]
\textrm{Mathematisches Institut}\\[1mm]
Augustusplatz 10\\[0mm]
04109 Leipzig\\[5mm]
\textbf{Telefon}\\[0mm]
+49\,341\,97-32100\\[5mm]
\textbf{Fax}\\[0mm]
+49\,341\,97-32199\\[5mm]
\textbf{E-Mail}\\[0mm]
matinf@math.uni-leipzig.de\\[5mm]
\textbf{Web}\\[0mm]
www.math.uni-leipzig.de\\[5mm]
\textbf{Postfach intern}\\[0mm]
PF~211101\\[8mm]
\end{tabular}%
}
\vfill
{\usekomafont{pagenumber}{\thepage}|\usekomafont{pagenumber}{\pageref{LastPage}}}
}
% page numbers
\renewcommand{\pagemark}{{\usekomafont{pagenumber}{\thepage}|\usekomafont{pagenumber}{\pageref{LastPage}}}}
\setkomavar{firstfoot}{\hfill}
% signature left aligned
\@setplength{sigindent}{0pt}
\renewcommand{\raggedsignature}{\raggedright}
\endinput
%--------------------------------EOF----------------------------------------------