0

Description

I'm using a longtable in my LaTeX document and I limit each section of the table with p{...cm}. This leads to automatic line breaks in the text which is what I want. My problem is that in these lines some of the spacing between the words is just too large instead of a single space. I would like a single space inbetween.

Example Code

\begin{longtable}[h!] {|p{3.5cm}|p{3.25cm}|p{6.5cm}|p{2cm}|}
...
    \hline
Konfiguration & Änderung der Konfiguration während der Laufzeit & Die Konfiguration MUSS zur Laufzeit der Komponenten veränderbar sein. & MUSS \\ 
    \hline
...
\end{longtable}

Example Screenshot

Screenshot of the result of the code above

As u can see in the second column there are very large spaces beetween "Änderung der" and "während der". How do I get rid of this and only use single spaces between?

Ronny
  • 1

0 Answers0