Search found 2 matches

by dyde
Thu Oct 31, 2019 8:59 am
Forum: Graphics, Figures & Tables
Topic: table with rotated headings - spacing
Replies: 2
Views: 6506

table with rotated headings - spacing

Hi Stefan,

thanks a lot, that worked for me :)
Stefan Kottwitz wrote:Hi dyde,

welcome to the forum!

You could use the origin option, such as here, centered:

Code: Select all

\rotatebox[origin=c]{90}
Stefan
by dyde
Mon Oct 28, 2019 3:00 pm
Forum: Graphics, Figures & Tables
Topic: table with rotated headings - spacing
Replies: 2
Views: 6506

table with rotated headings - spacing

Hi@all,

sorry to bother you but although I tried the search function, I could not find a solution to my specific problem.

I am using a table in latex with rotated headings:
\newcommand*\rot{\rotatebox{90}}
\begin{table}
\caption{Table caption.}
\begin{threeparttable}
\begin{tabular}{ | l || c ...