ltcp/bericht/bericht.tex

84 lines
1.4 KiB
TeX
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

\documentclass[german,utf8,beleg]{zihpub}
\usepackage{multirow}
\usepackage{hyperref}
\usepackage{tabularx}
\usepackage{listings}
\usepackage{upquote}
\usepackage{courier}
\usepackage{microtype}
\usepackage{pgfplots}
\pgfplotsset{compat=newest}
\usepackage{epigraph}
\setlength\epigraphwidth{8cm}
\setlength\epigraphrule{0pt}
\usepgfplotslibrary{units}
\usepgfplotslibrary{dateplot}
\usepackage{tikz}
\usepackage{pgfplotstable}
\usepackage{csquotes}
\usepackage{float}
\usepackage[utf8x]{inputenc}
\usepackage{ucs}
\matno{3762159, 3749175 und 3755190}
\betreuer{Michael Heyde}
\bibfiles{sources}
% directory listing im Chefabschnitt
\usepackage{chngcntr}
\newcounter{treeline}
\RequirePackage{mymacros}
\lstset{basicstyle=\footnotesize\ttfamily,frame=single,breaklines=true,xleftmargin=1cm}
% 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
}
\author{Patrick Schöps, Jörg Thalheim und Alfred Krohmer}
\title{LCTP Praktikum Wintersemester 2013 / 2014}
\begin{document}
\chapter{Praxisteil}
\input{hardware}
\input{cluster-layout}
\input{bs/bs}
\input{burnin}
\input{sv/sv}
\input{prov/prov}
\input{batch/bat}
\input{bench/bench}
\chapter{Abschlussaufgaben}
\input{nftables/nftables}
\input{chef/chef}
\input{ori/ori}
\input{anhang}
\end{document}