diff --git a/Latex/Bilder/Logo.jpg b/Latex/Bilder/Logo.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3f37e59040cb5ef953e19543c9117aa7beb2edc1 Binary files /dev/null and b/Latex/Bilder/Logo.jpg differ diff --git a/Latex/Bilder/fish.png b/Latex/Bilder/fish.png new file mode 100644 index 0000000000000000000000000000000000000000..d239094b9ad796f48c25a6b9b97a74858069548a Binary files /dev/null and b/Latex/Bilder/fish.png differ diff --git a/Latex/Bilder/placeholder.png b/Latex/Bilder/placeholder.png new file mode 100644 index 0000000000000000000000000000000000000000..821c22e080a10feee928bcaf458fd6912811e812 Binary files /dev/null and b/Latex/Bilder/placeholder.png differ diff --git a/Latex/Seminararbeit.pdf b/Latex/Seminararbeit.pdf new file mode 100644 index 0000000000000000000000000000000000000000..dea5e6c54810581c97d85cf197078300eb66ca0c Binary files /dev/null and b/Latex/Seminararbeit.pdf differ diff --git a/Latex/Seminararbeit.tex b/Latex/Seminararbeit.tex new file mode 100644 index 0000000000000000000000000000000000000000..ee2dd8b31a65d392802b23d29350dc500deb4dc0 --- /dev/null +++ b/Latex/Seminararbeit.tex @@ -0,0 +1,206 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Simple Sectioned Essay Template +% LaTeX Template +% +% This template has been downloaded from: +% http://www.latextemplates.com +% +% Note: +% The \lipsum[#] commands throughout this template generate dummy text +% to fill the template out. These commands should all be removed when +% writing essay content. +% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%---------------------------------------------------------------------------------------- +% PACKAGES AND OTHER DOCUMENT CONFIGURATIONS +%---------------------------------------------------------------------------------------- + +\documentclass[12pt]{article} % Default font size is 12pt, it can be changed here + +\usepackage{geometry} % Required to change the page size to A4 +\geometry{a4paper} % Set the page size to be A4 as opposed to the default US Letter + +\usepackage{graphicx} % Required for including pictures + +% Deutsche Sprache +\usepackage{german} +\usepackage[utf8]{inputenc} % Wenn die Datei UTF-8 formatiert ist +% \usepackage[ansinew]{inputenc} % Windows +% \usepackage[latin1]{inputenc} % Linux +% \usepackage[applemac]{inputenc} % Mac + + +\usepackage{float} % Allows putting an [H] in \begin{figure} to specify the exact location of the figure +\usepackage{wrapfig} % Allows in-line images such as the example fish picture + +\usepackage{lipsum} % Used for inserting dummy 'Lorem ipsum' text into the template + +\linespread{1.2} % Line spacing + +%\setlength\parindent{0pt} % Uncomment to remove all indentation from paragraphs + +\graphicspath{{Bilder/}} % Specifies the directory where pictures are stored + +\begin{document} + +%---------------------------------------------------------------------------------------- +% TITLE PAGE +%---------------------------------------------------------------------------------------- + +\begin{titlepage} + +\newcommand{\HRule}{\rule{\linewidth}{0.5mm}} % Defines a new command for the horizontal lines, change thickness here + +\center % Center everything on the page + +\textsc{\LARGE Universität Wien}\\[1.5cm] % Name of your university/college +\textsc{\Large 280375-1 UE PM-Alpin}\\[0.5cm] % Major heading such as course name +\textsc{\large Seminararbeit}\\[0.5cm] % Minor heading such as course title + +\HRule \\[0.4cm] +{ \huge \bfseries Title}\\[0.4cm] % Title of your document +\HRule \\[1.5cm] + +\begin{minipage}{0.4\textwidth} +\begin{flushleft} \large +\emph{Author:}\\ +John \textsc{Smith} % Your name +\end{flushleft} +\end{minipage} +~ +\begin{minipage}{0.4\textwidth} +\begin{flushright} \large +\emph{Leiter:} \\ +Dr. M. \textsc{Meteo}\\ Dr. A. \textsc{Sturm} % Supervisor's Name +\end{flushright} +\end{minipage}\\[4cm] + +{\large \today}\\[3cm] % Date, change the \today to a set date if you want to be precise + +\includegraphics{Logo}\\[1cm] % Include a department/university logo - this will require the graphicx package + +\vfill % Fill the rest of the page with whitespace + +\end{titlepage} + +%---------------------------------------------------------------------------------------- +% TABLE OF CONTENTS +%---------------------------------------------------------------------------------------- + +\tableofcontents % Include a table of contents + +\newpage % Begins the essay on a new page instead of on the same page as the table of contents + +%---------------------------------------------------------------------------------------- +% INTRODUCTION +%---------------------------------------------------------------------------------------- + +\section{Einleitung} % Major section + +Beispiel Zitation \cite{Figueredo:2009dg}. + +%------------------------------------------------ + +\subsection{Hintergrund 1} % Sub-section + +\lipsum[1] % Dummy text + +%------------------------------------------------ + +\subsection{Hintergrund 2} % Sub-section + +\lipsum[2] % Dummy text + +\begin{figure}[H] % Example image +\center{\includegraphics[width=0.5\linewidth]{placeholder}} +\caption{Example image.} +\label{fig:speciation} +\end{figure} + +%---------------------------------------------------------------------------------------- +% MAJOR SECTION 1 +%---------------------------------------------------------------------------------------- + +\section{Ergebnisse} % Major section + +\lipsum[5] % Dummy text + +%------------------------------------------------ + +\subsection{Ergebnisse 1} % Sub-section + +\lipsum[6] % Dummy text + +%------------------------------------------------ +\newpage +\begin{wrapfigure}{l}{0.4\textwidth} % Inline image example +\centering +\includegraphics[width=0.38\textwidth]{fish} +\caption{Fish} +\end{wrapfigure} +\lipsum[7-8] % Dummy text + +%------------------------------------------------ + +\subsubsection{Ergebnisse Zusammenfassung} % Sub-sub-section + +\begin{description} % Numbered list example + +\item[First] \hfill \\ +\lipsum[9] % Dummy text + +\item[Second] \hfill \\ +\lipsum[10] % Dummy text + +\item[Third] \hfill \\ +\lipsum[11] % Dummy text + +\end{description} + +%---------------------------------------------------------------------------------------- +% MAJOR SECTION X - TEMPLATE - UNCOMMENT AND FILL IN +%---------------------------------------------------------------------------------------- + +%\section{Content Section} + +%\subsection{Subsection 1} % Sub-section + +% Content + +%------------------------------------------------ + +%\subsection{Subsection 2} % Sub-section + +% Content + +%---------------------------------------------------------------------------------------- +% CONCLUSION +%---------------------------------------------------------------------------------------- + +\section{Schlussfolgerungen} % Major section + +\lipsum[12-13] +Es muss festgehalten werden, dass das eine gute Idee ist \cite{zitatname}. + +%---------------------------------------------------------------------------------------- +% BIBLIOGRAPHY +%---------------------------------------------------------------------------------------- + +\begin{thebibliography}{99} % Bibliography - this is intentionally simple in this template + +\bibitem[Figueredo and Wolf, 2009]{Figueredo:2009dg} +Figueredo, A.~J. and Wolf, P. S.~A. (2009). +Assortative pairing and life history strategy - a cross-cultural + study. +{\em Human Nature}, 20:317--330. + +\bibitem[Author and Coauthor, 2017]{zitatname} +Author, A. and Coauthor, B. (2017). +Extrem wichtiger Titel mit {GROßEN} Worten. +Journal X, 1:100--200. +\end{thebibliography} + +%---------------------------------------------------------------------------------------- + +\end{document} \ No newline at end of file diff --git a/README.md b/README.md index 8c52bc571ceef18c9acfba6ece904a5490a121a3..aa870fb6b560b7e5ad6501ec6ff29178a2a344f5 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ <img src="https://homepage.univie.ac.at/michael.blaschek/img/logo_img.png" width="300px"> <img src="https://homepage.univie.ac.at/michael.blaschek/img/rocket.png" width="100px"> -# Welcome to the Department of Meteorologie and Geophysics +# Welcome to the Department of Meteorology and Geophysics [@University of Vienna](https://univie.ac.at) Find help here with your computer related problems.