Tabellen rotieren
Verfasst: So 14. Jul 2019, 16:27
Hallo,
ich versuche gerade eine Tabelle zu rotieren, aber die Tabellenüberschrift rotiert nicht mit. Außerdem kriege ich eine leere Seite vor der Tabelle.
ich versuche gerade eine Tabelle zu rotieren, aber die Tabellenüberschrift rotiert nicht mit. Außerdem kriege ich eine leere Seite vor der Tabelle.
\documentclass[toc=bibliographynumbered,toc=graduated, headsepline,12pt,BCOR=2.5cm,%listof=numbered, appendixprefix=true, %chapterprefix = true, DIV=16] {scrreprt} \usepackage{rotating}\usepackage{graphicx} \usepackage{adjustbox}\usepackage{array}\usepackage{caption} \begin{document} \chapter{Anlagenbuch} \section{\ce{SiNx}-Prozessparameter} \renewcommand{\arraystretch}{2} \begin{table}[H] \centering \huge \caption{{\"U}bersicht \ce{SiNx}-Prozessparameter} \begin{center} \setlength{\arrayrulewidth}{1.3pt} \begin{adjustbox}{width=1.2\textwidth,angle=270} % \begin{tabular}{|c|c|c|c|c|c|c|c|c|c|c|c|c|c|c|} \hline \texttt{Dep time} &\texttt{Pressure}& \texttt{Temperature}& \texttt{\ce{NH3}}& \texttt{\ce{SiH4}}& \texttt{\ce{N2}}& \texttt{\ce{N2} BP} &\texttt{Plasma power}&\texttt{Spacing} &\texttt{Dep rate}& \texttt{n} &\texttt{Range}&\texttt{Uni. 52 pts} &\texttt{Uni. 52 pts}&\texttt{Stress}\\ \hline \texttt{[s]} &\texttt{[Torr]} &\texttt{[$^\circ$C]} &\texttt{[\acs{sccm}]} &\texttt{[sccm]}&\texttt{[sccm]} &\texttt{[sccm]} &\texttt{[W]}&\texttt{[mills]} &\texttt{[nm/min]} &\texttt{-}&\texttt{[nm]}&\texttt{[range/2avg, \%]}&\texttt{[1$\sigma$, \%]}&\texttt{[MPa]} \\ \hline \texttt{60}& \texttt{4,7}& \texttt{250}& \texttt{15} &\texttt{40} &\texttt{2000}&\texttt{300} &\texttt{380}&\texttt{550} &\texttt{132,4 }&\texttt{1,826}&\texttt{-}& \texttt{-}& \texttt{1,37\%}& \texttt{262} \\ \hline \texttt{60} &\texttt{4,7} &\texttt{250}& \texttt{15} &\texttt{40}&\texttt{2000}&\texttt{300} &\texttt{380}&\texttt{550} &\texttt{122,2} &\texttt{1,871}&\texttt{-}& \texttt{-}& \texttt{1,53\%}& \texttt{215}\\ \hline \texttt{94} &\texttt{4,7} &\texttt{250} &\texttt{15} &\texttt{40} &\texttt{2000} &\texttt{300}&\texttt{380}&\texttt{550} &\texttt{113,6} &\texttt{1,850}&\texttt{13}& \texttt{ 3,65\%}& \texttt{-}& \texttt{271}\\ \hline \texttt{453} &\texttt{4,7} &\texttt{250} &\texttt{15} &\texttt{40}&\texttt{2000}&\texttt{300}&\texttt{380}&\texttt{550} &\texttt{109,4}& \texttt{1,850}&\texttt{65}& \texttt{3,93\%}& \texttt{-}& \texttt{230}\\ \hline \texttt{1613} &\texttt{4,7} &\texttt{250} &\texttt{15} &\texttt{40 }&\texttt{2000} &\texttt{300 }&\texttt{380}&\texttt{550} &\texttt{108,1} &\texttt{2,004}& \texttt{302}& \texttt{5,19\%}& \texttt{-}&\texttt{181}\\ \hline \texttt{1613} &\texttt{4,7}& \texttt{250} &\texttt{15}& \texttt{40}&\texttt{2000} &\texttt{300} &\texttt{380}&\texttt{550} &\texttt{-} &\texttt{-}&\texttt{-}& \texttt{-}& \texttt{-}&\texttt{-} \\\hline \texttt{60}&\texttt{4,7}& \texttt{250} &\texttt{15 }&\texttt{40} &\texttt{2000} &\texttt{300} &\texttt{380}&\texttt{550} &\texttt{114} &\texttt{-}&\texttt{1}& \texttt{-}& \texttt{1,29\%}& \texttt{-} \\ \hline \texttt{94 }&\texttt{4,7} &\texttt{250} &\texttt{15} &\texttt{40}&\texttt{2000}&\texttt{300} &\texttt{380} &\texttt{550}&\texttt{-} &\texttt{-}&\texttt{-}& \texttt{-}&\texttt{-}& \texttt{-}\\ \hline \texttt{20} &\texttt{4,7} &\texttt{350} &\texttt{120}& \texttt{300}&\texttt{4000 }&\texttt{500} &\texttt{900}&\texttt{600}& \texttt{1098}& \texttt{-}&\texttt{-}&\texttt{-}&\texttt{-}&\texttt{-}\\ \hline \end{tabular}%} \end{adjustbox} \label{Tab. A1} \end{center} \end{table} \end{document}