diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/latex-tipps-und-tricks/rotb1.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/latex-tipps-und-tricks/rotb1.tex | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/latex-tipps-und-tricks/rotb1.tex b/Master/texmf-dist/doc/latex/latex-tipps-und-tricks/rotb1.tex new file mode 100644 index 00000000000..c0e64151f38 --- /dev/null +++ b/Master/texmf-dist/doc/latex/latex-tipps-und-tricks/rotb1.tex @@ -0,0 +1,27 @@ +\documentclass{report} +\usepackage{german,rotating,times} +\usepackage[latin1]{inputenc} +\begin{document} + +\begin{table} +\caption{Anwendungsübersicht über verschiedene +Derivatisierungsreagenzien I} +\begin{tabular}{l*6{c}} +\rule{0mm}{27mm} % Freihalten in Höhe der Legende +\hfil\begin{rotate}{60}Reagenz\end{rotate}\hfil & +\begin{rotate}{60}Alkohole\end{rotate} & +\begin{rotate}{60}Amine\end{rotate} & +\begin{rotate}{60}Aminosäuren\end{rotate} & +\begin{rotate}{60}Carbonsäuren\end{rotate} & +\begin{rotate}{60}Hydroxylgruppen\end{rotate} & +\begin{rotate}{60}Phenole\end{rotate} \\ +\hline +Bortrifluorid-Methanol-Komplex & & & x & & & \\ +Chlortrimethylsilan & x & x & x & x & x & x \\ +Dichlordimethylsilan & & & x & & &\\ +Hexamethyldisiloxan & & & & & x & \\ +N-Methyl-bis(trifluoracetamid) & x & x & & & & x \\ +\hline +\end{tabular} +\end{table} +\end{document} |