summaryrefslogtreecommitdiff
path: root/info/examples/ltt/rotb1.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /info/examples/ltt/rotb1.tex
Initial commit
Diffstat (limited to 'info/examples/ltt/rotb1.tex')
-rw-r--r--info/examples/ltt/rotb1.tex27
1 files changed, 27 insertions, 0 deletions
diff --git a/info/examples/ltt/rotb1.tex b/info/examples/ltt/rotb1.tex
new file mode 100644
index 0000000000..4813991c30
--- /dev/null
+++ b/info/examples/ltt/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}