Graphics, Figures & TablesSidewaystable: text in the columns left-justified & syllable division

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
Wooldridge1
Posts: 20
Joined: Wed Oct 19, 2016 9:21 am

Sidewaystable: text in the columns left-justified & syllable division

Post by Wooldridge1 »

Dear all,

I have created a table below. I want that the text in the columns is left-justified. And I want to implement syllable division. How can I implement this?

Code: Select all

\begin{sidewaystable}
\caption{Overview}
\par\bigskip
\label{overview}
\centering
\begin{tabular}{@{}p{4cm}p{4.5cm}p{4cm}p{4.2cm}p{1.5cm}@{}}
\toprule
A & V & C & X & D \\
\cmidrule(r){1-1}
\cmidrule(lr){2-2}
\cmidrule(lr){3-3}
\cmidrule(lr){4-4}
\cmidrule(l){5-5}
x & x & T & x & x \\
\bottomrule
\end{tabular}
\end{sidewaystable}
Best regards and many thanks in advance,
Wooly

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Sidewaystable: text in the columns left-justified & syllable division

Post by Johannes_B »

Untested, because no compilable example is given.
Load package ragged2e and use >{\RaggedRight}p{4cm}
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Post Reply