summaryrefslogtreecommitdiff
path: root/info/examples/ltt/rotb3.tex
blob: e068b3d3ddb7b1b0160232a317d8fae164fc5526 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
\documentclass{report}
\usepackage{german}
\usepackage[dvips]{graphicx}
\usepackage[latin1]{inputenc}
\usepackage{multirow,array}
\begin{document}

\begin{table}\caption{Anwendungsübersicht über
  verschiedene Derivatisierungsreagenzien III
\label{tabdrehb}}
\centering
\setlength{\extrarowheight}{1pt}
\begin{tabular}{|ll|*5{c}|}\hline
& & \multicolumn{5}{c|}{\large\bfseries Substratklasse}\\
& & \rotatebox{90}{Alkohole}     &
    \rotatebox{90}{Amine}        &
    \rotatebox{90}{Aminosäuren}  &
    \rotatebox{90}{Carbonsäuren} &
    \rotatebox{90}{Hydroxylgruppen} \\
\hline
\multirow{5}{3mm}{\rotatebox{90}{\large\bfseries Reagenz}} 
& Bortrifluorid-Methanol-Komplex & & & x & & \\
& Chlortrimethylsilan & x & x & x & x & x \\
& Dichlordimethylsilan & & & x & & \\
& Hexamethyldisiloxan & & & & & x \\
& N-Methyl-bis(trifluoracetamid) & x & x & & & \\
\hline
\end{tabular}
\end{table}

\end{document}