Search found 4 matches

by richi-rich
Tue Jul 30, 2013 3:02 pm
Forum: Graphics, Figures & Tables
Topic: Different vertical Alignment in Table Columns
Replies: 9
Views: 26860

Different vertical Alignment in Table Columns

Hy,

This works well, also with arabic numbers using \arabic instead of \alpha

Code: Select all

\newcounter{tablabel}
\renewcommand*\thetablabel{\arabic{tablabel}.}
\newlength\tablabelsep
\setlength\tablabelsep{1em}
\newlength\tablabelwidth
\setlength\tablabelwidth{1em}
Thanks for the help!

Regards
Richie
by richi-rich
Tue Jul 30, 2013 11:53 am
Forum: Graphics, Figures & Tables
Topic: Different vertical Alignment in Table Columns
Replies: 9
Views: 26860

Different vertical Alignment in Table Columns

Thanks for the link.

What I try to achieve is a table, that looks like this:



a.xxxxxxxxx| | | |
xxxxxxxxx| x | x | x |
xxxxxxxxx| | | |
------------------------------------------
b.xxxxxxxxx| | | |
xxxxxxxxx| x | x | x |
xxxxxxxxx| | | |
------------------------------------------


and so ...
by richi-rich
Tue Jul 30, 2013 11:18 am
Forum: Graphics, Figures & Tables
Topic: Different vertical Alignment in Table Columns
Replies: 9
Views: 26860

Different vertical Alignment in Table Columns

Hy,

thanks for clarification. I've cross-posted this here because in the german forum my question couldn't be answered.

To the topic:

I've tried it also with the tabu-package, the probleme here is the same, as you can see in this example:


\documentclass[a4paper,14pt,BCOR10mm,oneside]{scrartcl ...
by richi-rich
Tue Jul 30, 2013 10:39 am
Forum: Graphics, Figures & Tables
Topic: Different vertical Alignment in Table Columns
Replies: 9
Views: 26860

Different vertical Alignment in Table Columns

Hy,

I still haven't found a solution for the following problem:

I want to create a table in which specified columns should be vertically centered, but not all. In the first column the text should be aligned at the top.

Within the tabularx environment the m{} column aligns the text along with the ...