-
Notifications
You must be signed in to change notification settings - Fork 0
/
jgraph.tex
40 lines (38 loc) · 1.03 KB
/
jgraph.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
\documentclass{scrartcl}
\input{mathead.tex}
\begin{document}
\section{Aufgabe 1}
In \ref{fig:plt1} sieht man einen schönen Plot.
\begin{figure}
\centering
\includegraphics[width=\textwidth]{plots/plot1.pdf}
\caption{ein schöner Plot.}
\label{fig:plt1}
\end{figure}
\\
Hier kann man noch einiges über den gezeigten Plot erzählen,
wenn man genug zu erzählen hat.
\newpage
\section{Aufgabe 2}
In \ref{fig:2} sieht man 2 schöne plots. Abbildung \ref{fig:2a}
ist der schönste aller plots.
\begin{figure}
\centering
\begin{subfigure}{0.48\textwidth}
\centering
\includegraphics[width=\textwidth]{plots/plot2.pdf}
\caption{Der schönste Plot.}
\label{fig:2a}
\end{subfigure}
\begin{subfigure}{0.48\textwidth}
\centering
\includegraphics[width=\textwidth]{plots/plot3.pdf}
\caption{schöner Plot.}
\label{fig:2b}
\end{subfigure}
\caption{Zwei Plots, Abbildung \subref{fig:2a}: schönster Plot.}
\label{fig:2}
\end{figure}
\\
Auch hierzu könnte man mehr erzählen, wenn man lustig ist.
\end{document}