ltcp/bericht/bericht.tex

32 lines
609 B
TeX
Raw Normal View History

2013-10-14 21:19:04 +00:00
\documentclass[german,plainarticle,utf8]{zihpub}
\usepackage{multirow}
\usepackage{hyperref}
2013-10-25 11:43:25 +00:00
\usepackage{tabularx}
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
}
2013-10-14 21:19:04 +00:00
\author{Patrick Schöps, Jörg Thalheim, Alfred Krohmer}
\title{LCTP Praktikum Wintersemester 2013 / 2014}
\begin{document}
2013-10-29 09:41:47 +00:00
\input{abschnitte/hardware}
2013-10-14 21:19:04 +00:00
2013-10-29 09:41:47 +00:00
\input{abschnitte/cluster-layout}
2013-10-29 09:41:47 +00:00
\input{abschnitte/bs}
\end{document}