Initial commit with project files

This commit is contained in:
2025-06-27 14:34:11 +02:00
commit 7ea3207e63
310 changed files with 9331 additions and 0 deletions

20
Abgabe/labor.sty Normal file
View File

@@ -0,0 +1,20 @@
\renewcommand{\sfdefault}{phv}
\renewcommand{\rmdefault}{ptm}
\renewcommand{\ttdefault}{pcr}
%
% Abstand zwischen den Absaetzen auf 1.5 Zeilen setzen
%
\setlength{\parskip}{1.5ex}
%
% Einzug am Absatzanfang auf 0 setzen.
%
\setlength{\parindent}{0em}
% Umbruch
\tolerance=2000
\emergencystretch=20pt
\renewcommand{\floatpagefraction}{1.0}
\renewcommand{\topfraction}{1.0}
\renewcommand{\bottomfraction}{1.0}
\addtocounter{secnumdepth}{1}
\addtocounter{tocdepth}{1}