ltcp/bericht/bericht.tex

46 lines
906 B
TeX
Raw 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,plainarticle,utf8]{zihpub}
\usepackage{multirow}
\usepackage{hyperref}
\usepackage{tabularx}
\usepackage{listings}
\usepackage{courier}
\usepackage{microtype}
\usepackage{pgfplots}
\usepgfplotslibrary{dateplot}
\RequirePackage{mymacros}
\lstset{basicstyle=\footnotesize\ttfamily,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, Alfred Krohmer}
\title{LCTP Praktikum Wintersemester 2013 / 2014}
\begin{document}
\input{abschnitte/hardware}
\input{abschnitte/cluster-layout}
\input{abschnitte/bs}
\input{abschnitte/sv}
\input{abschnitte/burnin}
\input{abschnitte/anhang}
\end{document}