ltcp/bericht/bericht.tex

84 lines
1.4 KiB
TeX
Raw Normal View History

\documentclass[german,utf8,beleg]{zihpub}
2013-10-14 21:19:04 +00:00
\usepackage{multirow}
\usepackage{hyperref}
2013-10-25 11:43:25 +00:00
\usepackage{tabularx}
2013-11-05 09:50:33 +00:00
\usepackage{listings}
2013-12-16 14:05:19 +00:00
\usepackage{upquote}
2013-11-05 09:50:33 +00:00
\usepackage{courier}
\usepackage{microtype}
2013-11-07 11:21:00 +00:00
\usepackage{pgfplots}
2014-04-01 16:27:37 +00:00
\pgfplotsset{compat=newest}
\usepackage{epigraph}
\setlength\epigraphwidth{8cm}
\setlength\epigraphrule{0pt}
2014-02-09 16:33:04 +00:00
\usepgfplotslibrary{units}
2013-11-07 11:21:00 +00:00
\usepgfplotslibrary{dateplot}
2013-11-18 15:33:46 +00:00
\usepackage{tikz}
\usepackage{pgfplotstable}
2014-02-15 10:58:16 +00:00
\usepackage{csquotes}
\usepackage{float}
2014-03-29 20:06:24 +00:00
\usepackage[utf8x]{inputenc}
2014-03-12 15:49:23 +00:00
\usepackage{ucs}
2014-04-03 20:28:11 +00:00
\matno{3762159, 3749175 und 3755190}
\betreuer{Michael Heyde}
\bibfiles{sources}
2014-03-23 22:40:13 +00:00
% directory listing im Chefabschnitt
\usepackage{chngcntr}
\newcounter{treeline}
2014-03-01 22:47:22 +00:00
\RequirePackage{mymacros}
2014-03-29 20:47:28 +00:00
\lstset{basicstyle=\footnotesize\ttfamily,frame=single,breaklines=true,xleftmargin=1cm}
2013-11-05 09:50:33 +00:00
2013-10-24 22:37:04 +00:00
% schönere Hyperlinkfarben
\definecolor{darkred}{rgb}{0.5, 0, 0}
\definecolor{darkgreen}{rgb}{0, 0.5, 0}
\definecolor{darkblue}{rgb}{0, 0, 0.5}
\hypersetup{
colorlinks,
linkcolor=darkblue,
filecolor=darkgreen,
urlcolor=darkblue,
citecolor=black
2013-10-24 22:37:04 +00:00
}
\author{Patrick Schöps, Jörg Thalheim und Alfred Krohmer}
2013-10-14 21:19:04 +00:00
\title{LCTP Praktikum Wintersemester 2013 / 2014}
\begin{document}
\chapter{Praxisteil}
2014-02-15 11:06:37 +00:00
\input{hardware}
2013-10-14 21:19:04 +00:00
2014-02-15 11:06:37 +00:00
\input{cluster-layout}
2014-02-15 11:06:37 +00:00
\input{bs/bs}
2014-02-15 11:06:37 +00:00
\input{burnin}
2013-11-07 11:21:00 +00:00
2014-02-15 11:06:37 +00:00
\input{sv/sv}
2013-11-18 14:19:15 +00:00
2014-02-15 11:06:37 +00:00
\input{prov/prov}
2013-11-30 15:46:23 +00:00
2014-02-15 11:06:37 +00:00
\input{batch/bat}
2013-12-16 13:36:10 +00:00
2014-02-15 11:06:37 +00:00
\input{bench/bench}
\chapter{Abschlussaufgaben}
2014-03-29 20:08:37 +00:00
\input{nftables/nftables}
\input{chef/chef}
\input{ori/ori}
2014-02-09 16:33:04 +00:00
2014-02-15 11:06:37 +00:00
\input{anhang}
\end{document}