Wie kann ich eine Tabelle am Blatt weiter links platzieren?
sodass die Tabelle nicht über den Papierrand heraus ragt...?
`\noindent` funktioniert leider nicht..
\documentclass[11pt,a4paper,titlepage,bibtotoc]{scrreprt}
\begin{document}
\begin{tabular}{|*{4}{l|}}
\hline
Material Parameter & Description & Unit S35573 EN: Zeilenumbruch & Source11111111111111111111111111111111111111111111111111\\ \hline
\(Sigma_{1}\) & Rz & \(n_{pl,x}\) & \(n_{pl,y}\) \(n_{pl,y}\) \(n_{pl,y}\) \(n_{pl,y}\) \\ \hline
11 & 22 & 33 & 44 \\ \hline
11 & 22 & 33 & 44 \\ \hline
11 & 22 & 33 & 44 \\ \hline
\end{tabular}
\end{document}
Danke