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