CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.

| Download
Views: 14
Image: ubuntu2204
1
\documentclass[11]{scrartcl}
2
3
%Präambel%
4
\usepackage[T1]{fontenc}
5
\usepackage[ngerman]{babel}
6
\usepackage[utf8]{inputenc}
7
\usepackage{hyperref}
8
\usepackage{color}
9
\usepackage{epsfig}
10
\usepackage{amsmath}
11
\usepackage{wrapfig}
12
\usepackage{tikz}
13
\usepackage[straightvoltages]{circuitikz}
14
\usepackage[backend=biber,style=ieee,citestyle=numeric]{biblatex}
15
16
17
18
\title{Übung II STEIN}
19
\author{Lexx Eilert}
20
\date{12.12.2023}
21
22
23
\begin{document}
24
\maketitle
25
26
\begin{center}
27
\begin{tabular}{lp{5cm}p{2cm}}
28
29
Gruppe: & E & \\ [2ex]
30
31
\multirow{}{}{Mitarbeiter:} & Fadel, Madani \\
32
& Issa, Mohamad \\
33
& Eilert, Lexx \\
34
&Nouira, Adam \\[2ex]
35
36
37
38
Semester: & ET1 &\\ [2ex]
39
Dozent: & Prof. Dr. Müller\\ [2ex]
40
Versuchsdatum: & 29.11.2023 & \\ [2ex]
41
Abgabedatum: & 21.01.2023 & \\ [2ex]
42
\end{tabular}
43
\end{center}
44
45
\newpage
46
47
\thispagestyle{empty}
48
\tableofcontents
49
\newpage
50
\listoffigures
51
\newpage
52
\listoftables
53
54
\newpage
55
56
\pagenumbering{arabic}
57
58
\section{Einleitung}
59
60
\newpage
61
62
\section{Mathematische Formeln}
63
\begin{equation}
64
n_1 \sin \alpha = n_2 \sin \beta
65
\end{equation}
66
\newpage
67
\section{Abbildungen}
68
\begin{figure}[h!]
69
\centering
70
\includegraphics[width=0.3\textwidth]{Abbildung.jpl.pdf}
71
\end{figure}
72
73
\pagenumbering{arabic}
74
\end{document}
75