
Stochastik Blätter
Author
David Niclaus
Last Updated
7 years ago
License
Creative Commons CC BY 4.0
Abstract
Sample exercise/report title page with marks

Sample exercise/report title page with marks
\documentclass[a4paper,12pt]{scrartcl}
\setkomafont{section}{\huge}
\setkomafont{subsection}{\large}
\usepackage{hyperref}
\usepackage[utf8]{inputenc}
\usepackage[ngerman]{babel}
\usepackage[T1]{fontenc}
\usepackage{graphicx}
\usepackage{lmodern}
\usepackage{geometry}
\usepackage{pgfplots}
\usepackage{mathrsfs}
\geometry{paper=a4paper, left=30mm, right=30mm, top=20mm, bottom=30mm}
\hypersetup{
unicode=false,
pdftoolbar=true,
pdfmenubar=true,
pdffitwindow=false,
pdfstartview={FitH},
pdftitle={My title},
pdfauthor={Author},
pdfsubject={Subject},
pdfcreator={Creator},
pdfproducer={Producer},
pdfkeywords={keyword1} {key2} {key3},
pdfnewwindow=true,
colorlinks=false,
linkcolor=red,
citecolor=green,
filecolor=magenta,
urlcolor=cyan
}
\newcommand{\punktetab}{\begin{table}[]
\centering
\label{my-label}
\resizebox{\textwidth}{!}{%
\begin{tabular}{|l|l|l|l|l|l|}
\hline
Aufgabe: & 1 & 2 & 3 & 4 & $\sum$ \\ \hline
Punkte: & & & & & \\ \hline
\end{tabular}
}
\end{table}}
\newcommand{\discup}{
\mathop{
\mathchoice
{\raise-0.35em\hbox{\huge $\bigcup \hspace{-0.35cm} \cdot$}}
{\raise-0.15em\hbox{\Large $\bigcup \hspace{-0.35cm} \cdot$}}
{\hbox{\large $\bigcup \hspace{-0.35cm} \cdot$}}
{\bigcup \hspace{-0.35cm} \cdot}
}
}
\newcommand{\Var}{\text{Var}}
\newcommand{\df}{\partial f}
\newcommand{\dx}{\partial x}
\newcommand{\samuc}{\bar{\mathcal{A}^{\mu}}}
\newcommand{\sbvc}{\bar{\mathcal{B}^v}}
\newcommand{\vc}{\bar{v}}
\newcommand{\atil}{\tilde{\mathcal{A}}}
\newcommand{\muc}{\bar{\mu}}
\newcommand{\w}{Wahrscheinlichkeit}
\newcommand{\A}{\mathcal{A}}
\newcommand{\B}{\mathcal{B}}
\newcommand{\R}{\mathbb{R}}
\newcommand{\N}{\mathbb{N}}
\newcommand{\E}{\mathbb{E}}
\newcommand{\G}{\mathds{G}}
\newcommand{\sN}{\mathscr{N]}}
\newcommand{\Q}{\mathbb{Q}}
\newcommand{\sL}{\mathscr{L}}
\newcommand{\Z}{\mathbb{Z}}
\newcommand{\sq}{\subseteq}
\newcommand{\omsn}{\omega_1,...,\omega_n}
\newcommand{\omsm}{\omega_1,...,\omega_m}
\newcommand{\ntoinf}{\xrightarrow{n\to\infty}}
\newcommand{\ssc}{\subsection*}
\newcommand{\ali}{\begin{align*}}
\newcommand{\ila}{\end{align*}}
\newcommand{\ZZ}{\mathrm{Z\kern-.3em\raise-0.5ex\hbox{Z}}}
\newcommand{\lsg}{\\ \textbf{Lösung:}\\}
\newcommand{\benis}{ \begin{flushright}
$\_/8$
\end{flushright} }
\title{Stochastik Blatt }
\subtitle{David Niclaus,Matthias Hartmann,Philip Rohrschneider}
\author{Matrikelnummer:2280750/2357382/2317364(Gruppe 5)}
\date{\today}
%Mathepakete
\usepackage{amsfonts}
\usepackage{amsmath}
\usepackage{amssymb}
\begin{document}
\maketitle
\punktetab
\newpage
\end{document}