Bessere Linkdarstellung.
This commit is contained in:
parent
d52c195828
commit
dea010e3b3
@ -3,6 +3,19 @@
|
|||||||
\usepackage{multirow}
|
\usepackage{multirow}
|
||||||
\usepackage{hyperref}
|
\usepackage{hyperref}
|
||||||
|
|
||||||
|
% 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=darkred,
|
||||||
|
citecolor=darkblue
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
\author{Patrick Schöps, Jörg Thalheim, Alfred Krohmer}
|
\author{Patrick Schöps, Jörg Thalheim, Alfred Krohmer}
|
||||||
\title{LCTP – Praktikum Wintersemester 2013 / 2014}
|
\title{LCTP – Praktikum Wintersemester 2013 / 2014}
|
||||||
|
|
||||||
@ -43,7 +56,7 @@ Hostnames & \tt zeus \\
|
|||||||
Interne IP & \tt 10.20.0.1 \\
|
Interne IP & \tt 10.20.0.1 \\
|
||||||
Externe IP & \tt ? \\
|
Externe IP & \tt ? \\
|
||||||
\hline
|
\hline
|
||||||
Partitionierung &
|
Partitionierung &
|
||||||
\multicolumn{1}{l}{\begin{tabular}{l r l}
|
\multicolumn{1}{l}{\begin{tabular}{l r l}
|
||||||
\tt / & 50 GiB & Wurzelverzeichnis \\
|
\tt / & 50 GiB & Wurzelverzeichnis \\
|
||||||
\tt /boot & 1 GiB & Boot-Dateien (Kernel, {\tt initrd}, grub, etc.) \\
|
\tt /boot & 1 GiB & Boot-Dateien (Kernel, {\tt initrd}, grub, etc.) \\
|
||||||
|
Loading…
Reference in New Issue
Block a user