I have the following table in latex which is centered:
\multicolumn{1}{|c|}{\large \cellcolor{bleudefrance}\color{white}\textbf{very long sentence}}
How can I make the column heading "very long sentence" have a line break in between so that the column heading runs on two lines e.g.
Very long
Sentence
will be the column heading?
Using the package
array, you can set the column type to allow automatic line breaks without splitting the word, as in the following minimal working example: