1
0
mirror of https://github.com/2martens/uni.git synced 2026-05-06 19:36:26 +02:00

ID-7: Individuelle Aufgabe gelöst

This commit is contained in:
Jim Martens
2014-05-25 17:13:22 +02:00
parent f187eed585
commit dea41ec3fd
7 changed files with 261 additions and 0 deletions

View File

@ -0,0 +1,57 @@
\documentclass[14pt]{beamer}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[ngerman]{babel}
%\usepackage{paralist}
\useoutertheme{infolines}
\usepackage{graphicx}
\usepackage{hyperref}
%\usepackage{listings}
%\usetheme{Berkeley}
\pagenumbering{arabic}
\def\thesection{\arabic{section})}
\def\thesubsection{\alph{subsection})}
\def\thesubsubsection{(\roman{subsubsection})}
\setbeamertemplate{footline}{}
\setbeamertemplate{navigation symbols}{}
\graphicspath{ {src/} {/home/jim/Pictures/} }
%\lstset{language=PHP}
\setbeamertemplate{frametitle}[default][center]
\hypersetup{
pdfauthor=Jim Martens
}
\begin{document}
\author{Jim Martens}
\title{\bfseries \color{black}Untersuchung zum Vorlesungsbesuch im Modul Interaktionsdesign}
% Seitenkopf mit Informationen
\renewcommand{\figurename}{Figure}
\begin{frame}
\titlepage
\end{frame}
\begin{frame}{\bfseries \color{black}Hypothese}
MCI-Studierende sind häufiger in der Vorlesung als Studierende von BSc. Informatik oder SSE.
\end{frame}
\begin{frame}{\bfseries \color{black}Ergebnisse}
\centering
\includegraphics[scale=0.45]{zettel-07-plot}
\end{frame}
\begin{frame}{\bfseries \color{black}Daten}
Die zugrundeliegenden Daten:
\begin{tabular}{ccc}
& Mittelwert & Standardabweichung \\
BSc. Informatik & $2.333$ & $1.345$ \\
MCI & 2 & $1.319$ \\
SSE & $2.1$ & $1.197$
\end{tabular}
\end{frame}
\end{document}