[IML] setup

This commit is contained in:
RobinB27
2026-02-18 14:32:25 +01:00
parent 3c84f36c3e
commit f73f8e335f
5 changed files with 141 additions and 0 deletions

15
semester6/iml/main.tex Normal file
View File

@@ -0,0 +1,15 @@
\documentclass[a4paper,10pt]{article}
\usepackage[landscape, left=0.75cm, top=1cm, right=0.75cm, bottom=1.5cm, footskip=15pt]{geometry}
\input{util/setup.tex}
\input{util/helpers.tex}
\title{Probability \& Statistics}
\author{Robin Bacher}
\date{HS 2026}
\begin{document}
\section{Intro}
\input{parts/00_intro.tex}
\end{document}