it would be great if anyone here could help me..
This is the table I want to create. Also there are multicolumns and raiseboxes in it. Somehow this table is too wide.
Thank you very much!
Code: Select all
\begin{table}[t]
\begin{center}
\begin{tabular}{|p{1.5cm}| p{1.3cm} | p{2.4cm} | p{2.4cm} | p{2.2cm} | p{1.2cm}|} \hline
\multicolumn{2}{|c|}{} & \multicolumn{2}{|c|}{\textbf{Konventionelle Antriebe [\euro /l]}} & \multicolumn{2}{|c|}{\textbf{Strompreis für Haushalte [ct/kWh]}} \\ \cline{3-6}
\multicolumn{2}{|c|}{\raisebox{1.5ex}[-1.5ex]{2020}} & \textbf{2011} & \textbf{2020} & \textbf{2011} & \textbf{2020} \\ \hline
& Benzin & 1,55 & 1,65 & & \\ \cline{2-4}
\raisebox{1.5ex}[-1.5ex]{Mittel} & Diesel & 1,42 & 1,58 & \raisebox{1.5ex}[-1.5ex]{25,9} & \raisebox{1.5ex}[-1.5ex]{29} \\ \hline
& Benzin & 1,55 & 1,78 & & \\ \cline{2-4}
\raisebox{1.5ex}[-1.5ex]{Pro-EV} & Diesel & 1,42 & 1,73 & \raisebox{1.5ex}[-1.5ex]{25,9} & \raisebox{1.5ex}[-1.5ex]{29-DSM} \\ \hline
& Benzin & 1,55 & 1,53 & & \\ \cline{2-4}
\raisebox{1.5ex}[-1.5ex]{Pro-EV} & Diesel & 1,42 & 1,43 & \raisebox{1.5ex}[-1.5ex]{25,9} & \raisebox{1.5ex}[-1.5ex]{33} \\ \hline
\end{tabular}
\end{center}
\caption{Kraftstoff- und Strompreisentwicklung in den drei Szenarien für das Jahr 2020}\label{tab:6}
\end{table}