LaTex Fehlermeldung bei Tabelle?
Ich habe Folgende Tabelle geschrieben:\renewcommand{\arraystretch}{1.3} \begin{table}[htbp] \caption{Materialkennwerte für verschiedene Holzwerkstoffe \citep{Windeck.2018}} \label{tab:materialkennwerte} \begin{tabularx}{\textwidth}{@{}p{6cm} X X X X X X X@{}} \toprule \rotatebox{90}{\text{Material}} & \rotatebox{90}{\text{Lastrichtung}} & \rotatebox{90}{\shortstack{einseitige \\ Lastausbreitung}} & \rotatebox{90}{\shortstack{einseitige \\ Lastausbreitung}} & \rotatebox{90}{\shortstack{zweiseitige \\ Lastausbreitung}} & \rotatebox{90}{\shortstack{zweiseitige \\ Lastausbreitung}} & \rotatebox{90}{\shortstack{$\ell_{\mathrm{dis}}$ [mm] \\ [mm]}} & \rotatebox{90}{\shortstack{Max $u$ [mm] \\ [mm]}} \\ \midrule & & $k_a$ & $k_b$ & $k_a$ & $k_b$ & & \\ \midrule Vollholz und BSH aus Nadelholz & - & 1,5 & 0,4 & 1,7 & 0,6 & 40 & 15 \\ \midrule Nadel-FSH Typ P & $\perp$ & 1,6 & 0,2 & 1,8 & 0,2 & 40 & 15 \\ & $\parallel$ & 1,8 & 0,2 & 1,8 & 0,2 & 25 & 4 \\ \midrule Nadel-FSH Typ Q & $\perp$ & 1,4 & 0,2 & 1,4 & 0,2 & 40 & 15 \\ & $\parallel$ & 2,4 & 0,2 & 2,4 & 0,2 & 25 & 4 \\ \midrule Buchen-FSH Typ P & $\perp$ & 3,5 & 0,15 & 3,5 & 0,15 & 30 & 4 \\ & $\parallel$ & 1,6 & 0,15 & 1,6 & 0,15 & 20 & 3 \\ \midrule Buchen-FSH Typ Q & $\perp$ & 1,5 & 0,15 & 1,5 & 0,15 & 30 & 4 \\ & $\parallel$ & 3,0 & 0,15 & 3,0 & 0,15 & 20 & 3 \\ \bottomrule \end{tabularx} \end{table} Ich benutze IntellijIDEA Ultimate mit pdflatex und MikTex und mir wird der Fehler angezeigt: "Error:(296) Missing number, treated as zero"' Zeile 296 ist die vorletzte im Code. Kann mir jemand helfen?