import
This commit is contained in:
commit
623454a2c4
7 changed files with 567 additions and 0 deletions
32
example/example.tex
Normal file
32
example/example.tex
Normal file
|
@ -0,0 +1,32 @@
|
|||
\section{Example}
|
||||
|
||||
\begin{figure}[H]
|
||||
\begin{center}
|
||||
\includegraphics[width=0.8\textwidth]{example}
|
||||
\caption{Example Image}
|
||||
\label{fig:example}
|
||||
\end{center}
|
||||
\end{figure}
|
||||
|
||||
\cite[vgl. dazu][]{example-book}
|
||||
|
||||
\cite[vgl. dazu][]{example-online}
|
||||
|
||||
\newpage
|
||||
|
||||
\begin{lstlisting}[language=Bash]
|
||||
#!/bin/bash
|
||||
|
||||
echo "Hello World"
|
||||
\end{lstlisting}
|
||||
|
||||
\begin{lstlisting}[language=Python]
|
||||
# same in python
|
||||
|
||||
print("Hello World")
|
||||
\end{lstlisting}
|
||||
|
||||
\begin{verbatim}
|
||||
$ sudo apt-get update
|
||||
$ sudo apt-get install python
|
||||
\end{verbatim}
|
Loading…
Add table
Add a link
Reference in a new issue