-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathhauptteil.tex
More file actions
58 lines (48 loc) · 1.13 KB
/
Copy pathhauptteil.tex
File metadata and controls
58 lines (48 loc) · 1.13 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
\section{Hauptteil}
\subsection{Tabelle}
\begin{center}
\tablehead{ \textbf{Head1} & \textbf{Head2} & \textbf{Head3}
\\ }
\bottomcaption[Beschreibung]{Beschreibung. Quelle: Berger, Vorlesung, 2012, München }
\begin{supertabular}{c|c|c}
\hline
1 & 2 & 3 \\
4 & 5 & 6 \\
7 & 8 & 9 \\
1 & 2 & 3 \\
4 & 5 & 6 \\
7 & 8 & 9 \\
\end{supertabular}
\end{center}
\subsection{Bilder}
\begin{figure}[H]
\begin{center}
\includegraphics[scale=0.5]{akad_bild1.jpg}
\caption[Akad]{Akad. Quelle: www.akad.de}
\end{center}
\end{figure}
%%Einkommentieren fuer Syntax Highlighting. In vorlage.tex muessen auch 2 Zeilen einkommentiert werden
%\subsection{Syntax Highlighting}
%\begin{figure}[h]
%\begin{minted}[linenos=true,bgcolor=bg]{php}
%<?php
%$title="Lorem";
%$desc = "Lorem Ipsum";
%include($_SERVER['DOCUMENT_ROOT'].'/header.php');
%?>
%\end{minted}
%\caption{Quellcode: Aufruf von header.php (PHP)}
%\label{abb:header}
%\end{figure}
\subsection{Formeln}
\begin{Formel}
$a+b=c$
\caption{AB Formel}
\end{Formel}
\subsection{Quellcode}
\begin{figure}[H]
\begin{lstlisting}[language=bash]
echo "Hello World"
\end{lstlisting}
\caption{Bash Hello World}
\end{figure}